Skip to content

Commit b974600

Browse files
committed
packaging: 2.37.0 (AUR, Nix)
AUR pins the linux-x64 tarball sha256 verified against the GitHub asset digest; the Nix hashes are the values nix-update run 32768303325 build-verified. The Homebrew cask follows once both macOS DMGs finish notarizing. Claude-Session: https://claude.ai/code/session_0141iubfCAoTefdYk4d6k1LL
1 parent c5eda37 commit b974600

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

packaging/aur/.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = zennotes-bin
22
pkgdesc = Keyboard-first, local-first Markdown notes with vim motions and live preview
3-
pkgver = 2.36.0
3+
pkgver = 2.37.0
44
pkgrel = 1
55
url = https://github.com/ZenNotes/zennotes
66
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = zennotes-bin
1313
provides = zennotes
1414
conflicts = zennotes
1515
options = !strip
16-
source = ZenNotes-2.36.0-linux-x64.tar.gz::https://github.com/ZenNotes/zennotes/releases/download/v2.36.0/ZenNotes-2.36.0-linux-x64.tar.gz
17-
sha256sums = f2b2e96bbbf04d5d2eb3fd3726177868f0b7e11c6fe5ce5a47b0224ffb4b32bc
16+
source = ZenNotes-2.37.0-linux-x64.tar.gz::https://github.com/ZenNotes/zennotes/releases/download/v2.37.0/ZenNotes-2.37.0-linux-x64.tar.gz
17+
sha256sums = e5cd169e8236e6cacdac493ced1ce292f2caa5d5fb8dc736e0dcdbfe1c142e29
1818

1919
pkgname = zennotes-bin

packaging/aur/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
pkgname=zennotes-bin
1212
_appname=ZenNotes
13-
pkgver=2.36.0
13+
pkgver=2.37.0
1414
pkgrel=1
1515
pkgdesc="Keyboard-first, local-first Markdown notes with vim motions and live preview"
1616
arch=('x86_64')
@@ -30,7 +30,7 @@ source=(
3030

3131
# sha256 of the uploaded ZenNotes-${pkgver}-linux-x64.tar.gz release asset
3232
# (GitHub's authoritative asset digest; no Arch tooling needed).
33-
sha256sums=('f2b2e96bbbf04d5d2eb3fd3726177868f0b7e11c6fe5ce5a47b0224ffb4b32bc')
33+
sha256sums=('e5cd169e8236e6cacdac493ced1ce292f2caa5d5fb8dc736e0dcdbfe1c142e29')
3434

3535
package() {
3636
cd "${srcdir}"

packaging/nix/release-data.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "2.36.0",
3-
"hash": "sha256-2Eoi8NAQ5AlysCLMQejLWjKgM1c2WyLUK3Et+Ye5hT4=",
4-
"npmDepsHash": "sha256-5Zc9jzhF5vL8Aj0K91gRdF6zL1Czsxp7ClsohDkvY68=",
2+
"version": "2.37.0",
3+
"hash": "sha256-HRaQyfuspV+ereeNvAigj/jik9FqUfJJ2RmRhhNsNec=",
4+
"npmDepsHash": "sha256-Tmz5dqlAVL+NUTqlhFEYTyYtlSs/Y6vp1LSVr/qunQk=",
55
"vendorHash": "sha256-ZdOHC2JldvnKSDUFnBUJrKD4F1IWfvYJBksgeDnU9cw=",
6-
"desktopHash": "sha256-8rLpa7vwTV0us/03Jhd4aPC34Rxv5c5aR7AiT/tLMrw="
6+
"desktopHash": "sha256-5c0WnoI25srNrEk87RzikvLKpdX7jcc24Nzb/hwULik="
77
}

0 commit comments

Comments
 (0)