bump to v3
This commit is contained in:
parent
e628459cec
commit
27916f8b84
2 changed files with 7 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,12 +1,12 @@
|
|||
pkgbase = servitor-bin
|
||||
pkgdesc = A command-line Fediverse client that doesn’t require a server
|
||||
pkgver = 2
|
||||
pkgrel = 2
|
||||
pkgver = 3
|
||||
pkgrel = 1
|
||||
url = https://github.com/BentonEdmondson/servitor
|
||||
arch = x86_64
|
||||
arch = arm64
|
||||
license = GPL-3.0-only
|
||||
source = https://github.com/BentonEdmondson/servitor/releases/download/v2/servitor.linux.x86_64
|
||||
sha256sums = 5387a1f240c0bedc0693fbc609a948803e44cb6a6e1dfee908b11d51fdfcfbac
|
||||
source = https://github.com/BentonEdmondson/servitor/releases/download/v3/servitor.linux.x86_64
|
||||
sha256sums = 7de82bb60850a40504a5005695d4109196b521501ae87106c10ea59377494cf4
|
||||
|
||||
pkgname = servitor-bin
|
||||
|
|
7
PKGBUILD
7
PKGBUILD
|
@ -2,8 +2,8 @@
|
|||
|
||||
pkgname=servitor-bin
|
||||
_pkgname=servitor
|
||||
pkgver=2
|
||||
pkgrel=2
|
||||
pkgver=3
|
||||
pkgrel=1
|
||||
pkgdesc="A command-line Fediverse client that doesn’t 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue