aboutsummaryrefslogtreecommitdiffstats
path: root/community/frotz/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/frotz/APKBUILD')
-rw-r--r--community/frotz/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/frotz/APKBUILD b/community/frotz/APKBUILD
index b24164a9ff7..3193a962280 100644
--- a/community/frotz/APKBUILD
+++ b/community/frotz/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
pkgname=frotz
-pkgver=2.53
-pkgrel=0
+pkgver=2.54
+pkgrel=1
pkgdesc="Portable Z-Machine Interpreter"
url="https://davidgriffith.gitlab.io/frotz/"
arch="all"
@@ -10,7 +10,7 @@ license="GPL-2.0-or-later"
makedepends="libao-dev libmodplug-dev libsamplerate-dev libsndfile-dev
ncurses-dev"
subpackages="$pkgname-doc"
-source="https://gitlab.com/DavidGriffith/frotz/-/archive/$pkgver/frotz-$pkgver.tar.bz2"
+source="https://gitlab.com/DavidGriffith/frotz/-/archive/$pkgver/frotz-$pkgver.tar.gz"
prepare() {
default_prepare
@@ -26,4 +26,6 @@ package() {
make DESTDIR="$pkgdir" PREFIX=/usr install
}
-sha512sums="e920529920a0b831b859323046aeae032b4b84ac0296d4ef35026fe8a62798cf5f9f4e255af38421aa21ad5507cd87287924daafc759c9b9d7a089ba7d77d808 frotz-2.53.tar.bz2"
+sha512sums="
+88f3586219f18d00bee97e2b52b0d257952dd58942b006b636a634fcca18857a92c131e4ff8251fa092a61f0f112dbe8b95c3eed438ecf37bed31fb3b3645562 frotz-2.54.tar.gz
+"