summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bergeron2021-12-21 21:33:08 -0500
committerTrevor Bergeron2021-12-21 21:33:08 -0500
commit83cf2c261e342f6b4d5e62f797e2fea613b542a5 (patch)
treee1d493a4130a3f63e31cc19b16556ca559a2c71d
parent9fd64f337559b0f14c7caa937109b0680fe8e3e1 (diff)
downloadaur-83cf2c261e342f6b4d5e62f797e2fea613b542a5.tar.gz
v1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db37f7759594..184ffd53f2fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cwtch-bin
pkgdesc = UI for A decentralized, privacy-preserving, multi-party messaging protocol client (binary distribution)
- pkgver = 1.4.1
+ pkgver = 1.5.1
pkgrel = 1
url = https://cwtch.im
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = cwtch-bin
conflicts = cwtch
conflicts = cwtch-git
conflicts = libcwtch-go
- source_x86_64 = https://cwtch.im/releases/cwtch-v1.4.1/cwtch-v1.4.1.tar.gz
- sha512sums_x86_64 = 81273391f6ab92e6c23301776b7d797640ef990a05bf23d75b659cbb190e68f5f80742336fa38b63053ac6841e020c464890b0e4ffdf0e19ac628e0cdf541dd5
+ source_x86_64 = https://cwtch.im/releases/cwtch-v1.5.1/cwtch-v1.5.1.tar.gz
+ sha512sums_x86_64 = 0c8b05d887b1755c60c2feebcc16d26b57bb86364c37e40444a8d8f934aa219717d66763cbcc17ea41fd29bd402e3a1b0fbd1b16bf80d90a9a83ceea03787c39
pkgname = cwtch-bin
diff --git a/PKGBUILD b/PKGBUILD
index a0e3e2963d06..e275ebde3726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=cwtch
pkgname=$_pkgname-bin
-_pkgver=1.4.1
+_pkgver=1.5.1
pkgver="${_pkgver//-/_}"
pkgrel=1
@@ -17,7 +17,7 @@ optdepends=(
'tor: use system tor instead of packaged'
)
source_x86_64=("$url/releases/$_pkgname-v${_pkgver}/$_pkgname-v$_pkgver.tar.gz")
-sha512sums_x86_64=('81273391f6ab92e6c23301776b7d797640ef990a05bf23d75b659cbb190e68f5f80742336fa38b63053ac6841e020c464890b0e4ffdf0e19ac628e0cdf541dd5')
+sha512sums_x86_64=('0c8b05d887b1755c60c2feebcc16d26b57bb86364c37e40444a8d8f934aa219717d66763cbcc17ea41fd29bd402e3a1b0fbd1b16bf80d90a9a83ceea03787c39')
package() {
cd "$srcdir/$_pkgname"