summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilipe Bertelli2023-02-19 14:28:01 -0300
committerFilipe Bertelli2023-02-19 14:28:01 -0300
commitf5efbb9dfe4f1424d7f610eebef103624078f8e0 (patch)
tree8b127a7871e64c8caf67ab1b51941e552b78f0be /PKGBUILD
parent4d5eb1ab3e82b75bb68f0f3517b1b767c7be7ed5 (diff)
downloadaur-f5efbb9dfe4f1424d7f610eebef103624078f8e0.tar.gz
Update to 1.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb76f121320d..24aeb7f62f12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=apk-editor-studio-bin
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="Powerful yet easy to use APK editor"
arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('qt5-base'
'android-sdk-platform-tools')
optdepends=('libsecret: Enable password manager backend')
source=("https://github.com/kefir500/apk-editor-studio/releases/download/v${pkgver}/apk-editor-studio_linux_${pkgver}.AppImage")
-sha256sums=('0255cae22e5fb4e80e479d1417b70d190d4213063c1f2c2a7824130df319eef5')
+sha256sums=('548cdee09e9951b577c0f2b9818ba90dbedef13ca4d57a7e20eab488c5ab1892')
prepare() {
chmod +x "${pkgname%-bin}_linux_$pkgver.AppImage"