bump to v3

This commit is contained in:
qwjyh 2024-08-05 17:29:21 +02:00
parent e628459cec
commit 27916f8b84
2 changed files with 7 additions and 8 deletions

View file

@ -2,8 +2,8 @@
pkgname=servitor-bin
_pkgname=servitor
pkgver=2
pkgrel=2
pkgver=3
pkgrel=1
pkgdesc="A command-line Fediverse client that doesnt require a server"
arch=('x86_64' 'arm64')
url="https://github.com/BentonEdmondson/servitor"
@ -14,10 +14,9 @@ source=("https://github.com/BentonEdmondson/servitor/releases/download/v$pkgver/
# sha256sums=('5387a1f240c0bedc0693fbc609a948803e44cb6a6e1dfee908b11d51fdfcfbac')
case "${CARCH}" in
'x86_64')
sha256sums=('5387a1f240c0bedc0693fbc609a948803e44cb6a6e1dfee908b11d51fdfcfbac')
sha256sums=('7de82bb60850a40504a5005695d4109196b521501ae87106c10ea59377494cf4')
;;
'arm64')
sha256sums=('SKIP')
;;
esac