diff --git a/RELEASE.md b/RELEASE.md index 78d917f..2210a13 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,10 +4,14 @@ See the release notes for Mastodon: https://github.com/mastodon/mastodon/release This release also includes: -* node 20.18.1 +* node 20.18.2 * ruby 3.3.5 * nginx 1.27.3 * postgres 17.2 * redis 7.4.2 * libvips 8.16.0 * ffmpeg 7.1 + +Changelog for 4.3.3snap2: + +* Upgrade to node 20.18.2 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6f0c891..6080d17 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -9,7 +9,7 @@ description: | implements ActivityPub!) base: core24 -version: 4.3.3snap1 +version: 4.3.3snap2 grade: stable confinement: strict @@ -544,13 +544,13 @@ parts: set -eux case "$SNAP_ARCH" in "amd64") - source="https://nodejs.org/download/release/latest-v20.x/node-v20.18.1-linux-x64.tar.gz" - checksum="259e5a8bf2e15ecece65bd2a47153262eda71c0b2c9700d5e703ce4951572784" + source="https://nodejs.org/download/release/latest-v20.x/node-v20.18.2-linux-x64.tar.gz" + checksum="eb5b031bdd728871c3b9a82655dbfa533bc262c0b6da1d09a86842430cef07d4" arch="x64" ;; "arm64") - source="https://nodejs.org/download/release/latest-v20.x/node-v20.18.1-linux-arm64.tar.gz" - checksum="73cd297378572e0bc9dfc187c5ec8cca8d43aee6a596c10ebea1ed5f9ec682b6" + source="https://nodejs.org/download/release/latest-v20.x/node-v20.18.2-linux-arm64.tar.gz" + checksum="319789e8a055ff80793a05e633c8c5c9226050144a09da3747225b4ec56a2a99" arch="arm64" ;; *)