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

@ -1,12 +1,12 @@
pkgbase = servitor-bin pkgbase = servitor-bin
pkgdesc = A command-line Fediverse client that doesnt require a server pkgdesc = A command-line Fediverse client that doesnt require a server
pkgver = 2 pkgver = 3
pkgrel = 2 pkgrel = 1
url = https://github.com/BentonEdmondson/servitor url = https://github.com/BentonEdmondson/servitor
arch = x86_64 arch = x86_64
arch = arm64 arch = arm64
license = GPL-3.0-only license = GPL-3.0-only
source = https://github.com/BentonEdmondson/servitor/releases/download/v2/servitor.linux.x86_64 source = https://github.com/BentonEdmondson/servitor/releases/download/v3/servitor.linux.x86_64
sha256sums = 5387a1f240c0bedc0693fbc609a948803e44cb6a6e1dfee908b11d51fdfcfbac sha256sums = 7de82bb60850a40504a5005695d4109196b521501ae87106c10ea59377494cf4
pkgname = servitor-bin pkgname = servitor-bin

View file

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