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 0ed7b8f commit c927db4Copy full SHA for c927db4
examples/yap/PKGBUILD
@@ -1,5 +1,5 @@
1
pkgname=yap
2
-pkgver=1.41
+pkgver=1.42
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.2.linux-amd64.tar.gz"
16
- YAPVersion = "v1.41"
+ YAPVersion = "v1.42"
17
)
18
19
var (
0 commit comments