We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c7277 commit 0cd6c4aCopy full SHA for 0cd6c4a
examples/yap/PKGBUILD
@@ -1,5 +1,5 @@
1
pkgname=yap
2
-pkgver=1.36
+pkgver=1.37
3
pkgrel=1
4
pkgdesc="Package software with ease"
5
pkgdesc__alpine="Package software with ease for Alpine"
pkg/constants/constants.go
@@ -13,7 +13,7 @@ const (
13
DockerOrg = "docker.io/m0rf30/yap-"
14
Git = "git"
15
GoArchiveURL = "https://go.dev/dl/go1.24.0.linux-amd64.tar.gz"
16
- YAPVersion = "v1.36"
+ YAPVersion = "v1.37"
17
)
18
19
var (
0 commit comments