This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch 3.5.1-snap in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
commit e3307376b3dd3b41438dbb9c94992f105fbf5c00 Author: Ronny Berndt <[email protected]> AuthorDate: Tue Nov 11 14:19:30 2025 +0100 CouchDB v3.5.1 snap --- snap/snapcraft.yaml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2f6b5cf..16a3273 100755 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -16,7 +16,8 @@ # under the License. --- name: couchdb -version: 3.4.3 +title: Apache CouchDB +version: 3.5.1 type: app base: core22 license: Apache-2.0 @@ -26,6 +27,14 @@ description: | JSON documents. Access your documents and query your indexes with your web browser, via HTTP. Index, combine, and transform your documents with JavaScript. +website: + - https://couchdb.apache.org +contact: + - [email protected] +source-code: + - https://github.com/apache/couchdb +issues: + - https://github.com/apache/couchdb/issues assumes: [command-chain, common-data-dir] grade: stable confinement: strict @@ -41,10 +50,10 @@ parts: erl-iex: plugin: dump build-environment: - - ASDF_ERLANG_VERSION: "25.3.2.19" - - ASDF_ELIXIR_VERSION: "1.17.3-otp-25" + - ASDF_ERLANG_VERSION: "26.2.5.16" + - ASDF_ELIXIR_VERSION: "1.18.3-otp-26" source: https://github.com/asdf-vm/asdf.git - source-branch: v0.16.7 + source-branch: v0.15.0 source-type: git build-packages: - libncurses-dev @@ -67,7 +76,7 @@ parts: plugin: make build-environment: - SPIDERMONKEY_VERSION: "102" - source: https://dlcdn.apache.org/couchdb/source/3.4.3/apache-couchdb-3.4.3.tar.gz + source: https://dlcdn.apache.org/couchdb/source/3.5.1/apache-couchdb-3.5.1.tar.gz source-type: tar override-build: | # Use the version of erlang/elixir we configured before
