diff options
author | zxp19821005 | 2025-02-05 13:59:10 +0800 |
---|---|---|
committer | zxp19821005 | 2025-02-05 13:59:10 +0800 |
commit | 1d508552db459d9fd0cbb7d74024e4a4ab536cce (patch) | |
tree | 26837ed1aa2ac9a766aca1067b8a2508bd77f77e /PKGBUILD | |
parent | 033e6dac09a9da7a77b3742aff9ea55de305f0e1 (diff) | |
download | aur-1d508552db459d9fd0cbb7d74024e4a4ab536cce.tar.gz |
update to fix checksums
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgname=stackzy-bin _pkgname=Stackzy pkgver=1.2.8 -pkgrel=1 +pkgrel=2 pkgdesc="A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop.(Prebuilt version)" arch=('x86_64') url="https://github.com/theapache64/stackzy" @@ -22,7 +22,7 @@ source=( "${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/${pkgver}/${pkgname%-bin}_${pkgver}-1_amd64.deb" "${pkgname%-bin}.sh" ) -sha256sums=('075ade50e6223276f4b463a587f963d8c9abd9006d7e57ece02ef9003e01749b' +sha256sums=('544fd741c36cc8ee8a272b230af660989831e3e117b9aca49c3066b9ba9aec0b' '0b2d50b001b1fa7a0a1a18e86827b31f13dabc8258e39c54266cb9ab6210f568') prepare() { sed -e " |