summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Bundy2018-09-27 08:18:47 -0700
committerChristian Bundy2018-09-27 08:18:47 -0700
commit3448402df8d6c8564f841cddb332e1d5a8771f23 (patch)
tree5a97f10fecf725d469f239064d991019ae1cc06f
parent68c428254fec67cd7b65028402dc8f4da316f649 (diff)
downloadaur-3448402df8d6c8564f841cddb332e1d5a8771f23.tar.gz
Release 3.11.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18a04237ae7e..5a144e686a9b 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.10.1
- pkgrel = 2
+ pkgver = 3.11.0
+ pkgrel = 1
url = https://github.com/ssbc/patchwork
arch = i686
arch = x86_64
@@ -19,10 +19,10 @@ pkgbase = ssb-patchwork
depends = nss
depends = electron
options = !strip
- source = https://github.com/ssbc/patchwork/archive/v3.10.1.tar.gz
+ source = https://github.com/ssbc/patchwork/archive/v3.11.0.tar.gz
source = run.sh
source = ssb-patchwork.desktop
- sha512sums = 6694ca9d4f9f265813c94bf84c3931e3214eae75e200c23848ef6fb9992b31e85c905463fc4f8e897aa49ad15c29be9a2485900bd11d68545e48f193236fe423
+ sha512sums = 64b0b0b613955bb0ac74958fc1f4878af8c30b801eecb75f3e1e5cd3ab6c42b66524cfc911ca53747629f33a53c630766b51543daf6368f97789676dc76f6903
sha512sums = 0df1ea65d60742d82ef04bea84376380cad03d3cd4ffb326374578f9f9954ad326b19fc81162ae838c10ae45acdd236c37731b68ca535cbbe7ddf4b69266c33c
sha512sums = 09292ec2f7c02d741cbeb046bd99293f4d144314d0233252dd34a619e1aacbbbf28078677c0871d367240e29aa50d9197bbe0a35e5b14f7ff9a6288c386124f6
diff --git a/PKGBUILD b/PKGBUILD
index 2db998e8b8e3..3b118069d57b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=ssb-patchwork
_upstream=patchwork
-pkgver=3.10.1
-pkgrel=2
+pkgver=3.11.0
+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"
@@ -19,7 +19,7 @@ source=(
)
sha512sums=(
-'6694ca9d4f9f265813c94bf84c3931e3214eae75e200c23848ef6fb9992b31e85c905463fc4f8e897aa49ad15c29be9a2485900bd11d68545e48f193236fe423'
+'64b0b0b613955bb0ac74958fc1f4878af8c30b801eecb75f3e1e5cd3ab6c42b66524cfc911ca53747629f33a53c630766b51543daf6368f97789676dc76f6903'
'0df1ea65d60742d82ef04bea84376380cad03d3cd4ffb326374578f9f9954ad326b19fc81162ae838c10ae45acdd236c37731b68ca535cbbe7ddf4b69266c33c'
'09292ec2f7c02d741cbeb046bd99293f4d144314d0233252dd34a619e1aacbbbf28078677c0871d367240e29aa50d9197bbe0a35e5b14f7ff9a6288c386124f6'
)