From 27916f8b84792951d00930113d5fd7bad366e2cf Mon Sep 17 00:00:00 2001 From: qwjyh Date: Mon, 5 Aug 2024 17:29:21 +0200 Subject: [PATCH] bump to v3 --- .SRCINFO | 8 ++++---- PKGBUILD | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 910dd34..56165ca 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index b4c3288..2816d45 100644 --- a/PKGBUILD +++ b/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