This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git


The following commit(s) were added to refs/heads/main by this push:
     new 0de2640  CouchDB v3.5.1 snap (#197)
0de2640 is described below

commit 0de264091fe2c19974dfdfc95ad5ae88ebce9b30
Author: Ronny Berndt <[email protected]>
AuthorDate: Wed Nov 12 21:05:40 2025 +0100

    CouchDB v3.5.1 snap (#197)
---
 snap/snapcraft.yaml | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 2f6b5cf..4fd7044 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,12 @@ 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 +48,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 +74,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

Reply via email to