summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Karlsson2020-02-18 18:22:59 +0100
committerLinus Karlsson2020-02-18 18:22:59 +0100
commit79edb4f9f00f3e18327c2887cb2a8f04e40b27f3 (patch)
tree544d7f4e0984539a0ccbc64418e59f3fd4ef0c57
parent347c6e3bce6edb5a9be3aac828a0ec9e340325fa (diff)
downloadaur-79edb4f9f00f3e18327c2887cb2a8f04e40b27f3.tar.gz
Update to 3.17.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 183d7f830705..681bf82246f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ssb-patchwork
pkgdesc = A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB)
- pkgver = 3.17.2
- pkgrel = 2
+ pkgver = 3.17.3
+ pkgrel = 1
url = https://github.com/ssbc/patchwork
arch = i686
arch = x86_64
@@ -18,10 +18,10 @@ pkgbase = ssb-patchwork
depends = nss
depends = electron6
options = !strip
- source = https://github.com/ssbc/patchwork/archive/v3.17.2.tar.gz
+ source = https://github.com/ssbc/patchwork/archive/v3.17.3.tar.gz
source = run.sh
source = ssb-patchwork.desktop
- sha256sums = 87f9fffa7a608c34f69829eabbd85e723d0a0aabee924517fbb2a75ded0b103b
+ sha256sums = 966221a8797bf64a6c01428f7813d42b9dbf726c972f8fc4b9230c5b67f3c4b5
sha256sums = 971e80b18637bacc329ac5e1eb902e81a73495b513b903d7aeb67fcf479cb04e
sha256sums = b226436970db40030ad03e9cd847c103aa534d775cd81212308e86a23917d76a
diff --git a/PKGBUILD b/PKGBUILD
index a40c1eb2a036..49785e15ec0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Ryan Pepper <pypper@protonmail.com>
# Maintainer: Daniel Landau <daniel@landau.fi>
# Maintainer: Christian Bundy <christianbundy@fraction.io>
+# Maintainer: Linus Karlsson <linus@zozs.se>
pkgname=ssb-patchwork
_upstream=patchwork
-pkgver=3.17.2
-pkgrel=2
+pkgver=3.17.3
+pkgrel=1
pkgdesc="A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB)"
arch=('i686' 'x86_64')
url="https://github.com/ssbc/patchwork"
@@ -20,7 +21,7 @@ source=(
)
sha256sums=(
-'87f9fffa7a608c34f69829eabbd85e723d0a0aabee924517fbb2a75ded0b103b'
+'966221a8797bf64a6c01428f7813d42b9dbf726c972f8fc4b9230c5b67f3c4b5'
'971e80b18637bacc329ac5e1eb902e81a73495b513b903d7aeb67fcf479cb04e'
'b226436970db40030ad03e9cd847c103aa534d775cd81212308e86a23917d76a'
)