summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrepsac-by2024-10-20 04:19:01 +0300
committerrepsac-by2024-10-20 04:19:01 +0300
commit3536d7135554857841e57039ca3759f6e77900e4 (patch)
tree6950dc4506254aea0c21086fb02c5ed4ded9aa49 /PKGBUILD
parent32584805a245097177b069b16520df3c7f041b01 (diff)
downloadaur-go-ukify.tar.gz
Bumb v0.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfab9b235779..31a28c2dff03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
pkgname=go-ukify
-pkgver=0.2.2
-pkgrel=5
+_fragment=tag=v0.2.5
+pkgver=0.2.5
+pkgrel=1
pkgdesc='Combine kernel and initrd into a signed Unified Kernel Image written in Go'
arch=('x86_64')
license=('MPL-2.0')
url='https://github.com/kairos-io/go-ukify'
-source=("git+$url.git#tag=v0.2.2")
+source=("git+$url.git#$_fragment")
makedepends=(git go)
-sha1sums=('cc97d2526e4e569c02d6dc2bfe2515633b6fd493')
+sha1sums=('SKIP')
pkgver() {
cd go-ukify