diff options
author | Drew DeVault <sir@cmpwn.com> | 2022-05-10 08:55:21 +0200 |
---|---|---|
committer | dispatch <dispatch@listserv.local> | 2022-05-10 07:04:48 +0000 |
commit | bc1a955fe1a28424cc035f7c82400496fb4aab33 (patch) | |
tree | b07ab2a3eef88123ba0d58ed56483f8748f643b8 | |
parent | b2c4a476031add0ed3bff9b028f119b2d57fbc78 (diff) | |
download | aports-patches/4070.tar.gz aports-patches/4070.tar.bz2 aports-patches/4070.tar.xz |
community/harec: upgrade to fba0a9b547a3462d65a45ec93f78a07da58beabfpatches/4070
-rw-r--r-- | community/harec/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/harec/APKBUILD b/community/harec/APKBUILD index 3dd05b0173..ee84e77eb7 100644 --- a/community/harec/APKBUILD +++ b/community/harec/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=harec -pkgver="0_git20220504" -_commit=fba0a9b547a3462d65a45ec93f78a07da58beabf +pkgver="0_git20220510" +_commit=4a97bd2bafbd6e89f692c18477a08d8112dbd6e1 pkgrel=0 pkgdesc="The Hare compiler" url="https://harelang.org" @@ -27,5 +27,5 @@ package() { } sha512sums=" -c1a78c7b1d7841631c52d7ecb70460c5b0d0e76d8c2672b2be24dad2a5948b56442ae8dbef6c601a3f881f91ed9fb8c1aff2f82d91d366a13fe4fef1e962396b harec-fba0a9b547a3462d65a45ec93f78a07da58beabf.tar.gz +e0d7c73034766c70adef1e4c339d1ae2fbe1546f1c40c2881d6c0632200c33aca0f84eeca04f42744a342c0667081f69bbaa2912c7ca7d266e627a26e68cf822 harec-4a97bd2bafbd6e89f692c18477a08d8112dbd6e1.tar.gz " |