diff options
author | Rokku | 2025-03-03 02:51:17 +0100 |
---|---|---|
committer | Rokku | 2025-03-03 02:51:17 +0100 |
commit | c4df238645604f500be9b2ae16f38d34178aa759 (patch) | |
tree | 6bf0cb115a1e69dd2242f6bdbd32543832d1ff26 /PKGBUILD | |
parent | 165e9a9f7c52516838d0ea4865c7bb82a0c04228 (diff) | |
download | aur-zef.tar.gz |
update to v0.22.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # Contributor: Jonathon Fernyhough <jonathon@manjaro.org> pkgname=zef -pkgver=0.22.1 +pkgver=0.22.8 pkgrel=1 pkgdesc="Rakudo (Perl6) Module Management" arch=('any') @@ -15,7 +15,7 @@ url="https://github.com/ugexe/zef" license=('PerlArtistic') options=('!purge') source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/ugexe/$pkgname/tar.gz/v$pkgver) -sha256sums=('16b113eb73433e20d1db3cb2d78e9afc0cff3b2af9661fc2e7646ae2a1ac8b49') +sha256sums=('e9c3f0581ce3376da96f9c602db49c27b6441448fe640de9c95a576c2d5475e1') check() { cd "$srcdir/$pkgname-$pkgver" |