Skip to content

Commit

Permalink
user/zvm: update to 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Sep 29, 2024
1 parent 1b576d0 commit 181dfd5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions user/zvm/patches/dis-updchk.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/main.go
+++ b/main.go
@@ -237,7 +237,7 @@
// Upgrade
upSig := make(chan string, 1)

- if !checkUpgradeDisabled {
+ if true {
go func(out chan<- string) {
if tag, ok, _ := cli.CanIUpgrade(); ok {
out <- tag
4 changes: 2 additions & 2 deletions user/zvm/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "zvm"
pkgver = "0.7.5"
pkgver = "0.7.6"
pkgrel = 0
build_style = "go"
hostmakedepends = ["go"]
Expand All @@ -8,7 +8,7 @@
license = "MIT"
url = "https://github.com/tristanisham/zvm"
source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz"
sha256 = "bc3e5406c1de6a20529d98c91738912b118da46ec0df6b3b3224afa579140386"
sha256 = "463022cdfec76e4a31a47fade9c09477bcd0e775d52b72f44e7b25bc08b44a25"


def post_install(self):
Expand Down

0 comments on commit 181dfd5

Please sign in to comment.