summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Karlsson2020-02-22 10:39:56 +0100
committerLinus Karlsson2020-02-22 10:39:56 +0100
commit6b74876215105c60998d4895bf60aebc9d50453b (patch)
treef0118ed3c6f47c2ad9e1b74f57fc5b01ed8b2fed
parenta059f590fdb315e0bb8553e10c3b591405b22c91 (diff)
downloadaur-6b74876215105c60998d4895bf60aebc9d50453b.tar.gz
3.17.5, and update hash format to match updpkgsums.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aed97dff542d..7a60a1063551 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ssb-patchwork
pkgdesc = A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB)
- pkgver = 3.17.4
+ pkgver = 3.17.5
pkgrel = 1
url = https://github.com/ssbc/patchwork
arch = i686
@@ -18,10 +18,10 @@ pkgbase = ssb-patchwork
depends = nss
depends = electron6
options = !strip
- source = https://github.com/ssbc/patchwork/archive/v3.17.4.tar.gz
+ source = https://github.com/ssbc/patchwork/archive/v3.17.5.tar.gz
source = run.sh
source = ssb-patchwork.desktop
- sha256sums = 2fdd5177d264fc6f986aa009f53fc771c3a484210faa8d9f839a673a4c8a8632
+ sha256sums = 1352b4a3b39b09b4ec6cbb72057262879a1dd3cfbfcdf9995fe493e01390191e
sha256sums = 971e80b18637bacc329ac5e1eb902e81a73495b513b903d7aeb67fcf479cb04e
sha256sums = b226436970db40030ad03e9cd847c103aa534d775cd81212308e86a23917d76a
diff --git a/PKGBUILD b/PKGBUILD
index c670aeb28dfe..4546ad803eae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=ssb-patchwork
_upstream=patchwork
-pkgver=3.17.4
+pkgver=3.17.5
pkgrel=1
pkgdesc="A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB)"
arch=('i686' 'x86_64')
@@ -20,11 +20,9 @@ source=(
"${pkgname}.desktop"
)
-sha256sums=(
-'2fdd5177d264fc6f986aa009f53fc771c3a484210faa8d9f839a673a4c8a8632'
-'971e80b18637bacc329ac5e1eb902e81a73495b513b903d7aeb67fcf479cb04e'
-'b226436970db40030ad03e9cd847c103aa534d775cd81212308e86a23917d76a'
-)
+sha256sums=('1352b4a3b39b09b4ec6cbb72057262879a1dd3cfbfcdf9995fe493e01390191e'
+ '971e80b18637bacc329ac5e1eb902e81a73495b513b903d7aeb67fcf479cb04e'
+ 'b226436970db40030ad03e9cd847c103aa534d775cd81212308e86a23917d76a')
build() {