This is an automated email from the ASF dual-hosted git repository. garbados pushed a commit to branch bump-snap-3.2.2 in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
commit 475365f9a6cb1aaf03fd2f5a3b1bec7163111dbe Author: Diana Thayer <[email protected]> AuthorDate: Sat Jul 23 11:44:20 2022 -0700 Update snapcraft.yaml Update snapcraft.yaml to build latest CouchDB (3.2.2) --- snap/snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6340c7d..81a330d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: couchdb -version: 3.1.1 +version: 3.2.2 summary: Official Apache CouchDB snap - a clustering document oriented database description: | CouchDB is a database that completely embraces the web. Store your data with @@ -31,7 +31,7 @@ parts: couchdb: after: [add-repo] plugin: dump - source: https://apache.bintray.com/couchdb-deb/pool/C/CouchDB/couchdb_3.1.1~focal_amd64.deb + source: https://apache.bintray.com/couchdb-deb/pool/C/CouchDB/couchdb_3.2.2~jammy_amd64.deb source-type: deb # because this doesn't use apt, we have to manually list all of our # dependencies :(
