aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Brooks2021-03-11 19:36:11 +0000
committerBen Brooks2021-03-11 19:36:11 +0000
commit9f25683b94b74bab22d11841c71753c82dea85ca (patch)
treeca9f88bd1f65b4fe2ef6fb01b925c0099d945b2d
parent61251964bb69aca3e3a714c2446d5e26e81430cc (diff)
downloadaur-9f25683b94b74bab22d11841c71753c82dea85ca.tar.gz
Bump for 2.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD5
4 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31bfb7b9e738..0419e6ad8ea3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = sync_gateway-community-bin
pkgdesc = Manages access and synchronization between Couchbase Lite and Couchbase Server - Community Edition (CE)
- pkgver = 2.8.0
+ pkgver = 2.8.2
pkgrel = 1
url = https://github.com/couchbase/sync_gateway
arch = x86_64
license = custom:Couchbase Community Edition License
provides = sync_gateway
conflicts = sync_gateway-git
- source = https://packages.couchbase.com/releases/couchbase-sync-gateway/2.8.0/couchbase-sync-gateway-community_2.8.0_x86_64.deb
+ source = https://packages.couchbase.com/releases/couchbase-sync-gateway/2.8.2/couchbase-sync-gateway-community_2.8.2_x86_64.deb
source = sync_gateway.service
- sha256sums = f26ba49a2449f589acdd7e732244b4cd6577cb591d9a67e366bf81ef98df8ab2
+ sha256sums = 952470ff2ca60808b2df8cfb3b1027693221b1e1388cbf46cb22fdf3da64ac01
sha256sums = 4bc3c5843b2b6e31d954a53d43c9ecdce77faf3942b5da4ffdaba846f02dd381
pkgname = sync_gateway-community-bin
diff --git a/.gitignore b/.gitignore
index bbb17ab25ebc..9ecf8294993c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@ pkg/
src/
couchbase-sync-gateway-community_*_x86_64.deb
*.tar.gz
+*.tar.zst
*.tar.xz
diff --git a/Makefile b/Makefile
index da86da486eaf..75c26e97d1a9 100644
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,4 @@ srcinfo: .SRCINFO
makepkg --printsrcinfo > .SRCINFO
clean:
- rm -rf pkg src *.tar.xz couchbase-sync-gateway-community_*_x86_64.deb
+ rm -rf pkg src *.tar.xz *.tar.zst couchbase-sync-gateway-community_*_x86_64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 08770fd2121c..38515493f766 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PRs/Issues: https://github.com/bbrks/aur-sync_gateway-community-bin
pkgname=sync_gateway-community-bin
-pkgver=2.8.0
+pkgver=2.8.2
pkgrel=1
pkgdesc="Manages access and synchronization between Couchbase Lite and Couchbase Server - Community Edition (CE)"
url="https://github.com/couchbase/sync_gateway"
@@ -14,8 +14,9 @@ source=(
"https://packages.couchbase.com/releases/couchbase-sync-gateway/${pkgver}/couchbase-sync-gateway-community_${pkgver}_x86_64.deb"
'sync_gateway.service'
)
+
sha256sums=(
- 'f26ba49a2449f589acdd7e732244b4cd6577cb591d9a67e366bf81ef98df8ab2'
+ '952470ff2ca60808b2df8cfb3b1027693221b1e1388cbf46cb22fdf3da64ac01'
'4bc3c5843b2b6e31d954a53d43c9ecdce77faf3942b5da4ffdaba846f02dd381'
)