Skip to content

Commit d0a07de

Browse files
committed
packaging: 2.31.0
AUR PKGBUILD/.SRCINFO and the Homebrew cask pinned against the uploaded assets' GitHub digests (the x64 tarball re-hashed locally and matching), and the Nix release-data lifted verbatim from the nix-update run that build-verified it. The external pushes (AUR clone, tap) went out with these same values. Claude-Session: https://claude.ai/code/session_011wnqvUakYs9Me5kyRgsUw2
1 parent db2be69 commit d0a07de

4 files changed

Lines changed: 12 additions & 12 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.30.0
3+
pkgver = 2.31.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.30.0-linux-x64.tar.gz::https://github.com/ZenNotes/zennotes/releases/download/v2.30.0/ZenNotes-2.30.0-linux-x64.tar.gz
17-
sha256sums = 3aa0e32bc3023b249704e7307bc898e66435f484647ef6fa81e74895e2c2fc8e
16+
source = ZenNotes-2.31.0-linux-x64.tar.gz::https://github.com/ZenNotes/zennotes/releases/download/v2.31.0/ZenNotes-2.31.0-linux-x64.tar.gz
17+
sha256sums = 406659437b1a379831f98515bea6ba15153605f5ee0fd06e77caa98e9ec4d839
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.30.0
13+
pkgver=2.31.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=('3aa0e32bc3023b249704e7307bc898e66435f484647ef6fa81e74895e2c2fc8e')
33+
sha256sums=('406659437b1a379831f98515bea6ba15153605f5ee0fd06e77caa98e9ec4d839')
3434

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

packaging/homebrew/Casks/zennotes.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cask "zennotes" do
22
arch arm: "arm64", intel: "x64"
33

4-
version "2.30.0"
5-
sha256 arm: "6ee2b42b1e899056bde428a314c958d93d98aa71b01dfd1e8044af9f5851ed1f",
6-
intel: "65aa35c995053ed6f31a7723fde0f26b6da9e53b7d2720766b021e8b72f951d1"
4+
version "2.31.0"
5+
sha256 arm: "5e6ae9bb1633bf2ffb03c47db0288e8af3be4e5d81297e099d1aa42a39263b76",
6+
intel: "9dbe0914f96cdc9945dfbeff98452964e73a36137b4844a34891be4171155397"
77

88
url "https://github.com/ZenNotes/zennotes/releases/download/v#{version}/ZenNotes-#{version}-mac-#{arch}.dmg"
99
name "ZenNotes"

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.30.0",
3-
"hash": "sha256-s7/tH/L+gQWuD+c8wv4sqUzq452SY1iv7oycYWX9H5A=",
4-
"npmDepsHash": "sha256-+zcRyIVGz/TeMh9ERx+7lKI8X5kKoAC0ZzKAUBdM7wY=",
2+
"version": "2.31.0",
3+
"hash": "sha256-iptW9Pplvh8hGZcEXGAm1oC1y/5NOefbjHlYrft443o=",
4+
"npmDepsHash": "sha256-3PvR/WcQj3Eu0qr4o+MNY+rH5SIAgLVhbHk14vzjX/Q=",
55
"vendorHash": "sha256-ZdOHC2JldvnKSDUFnBUJrKD4F1IWfvYJBksgeDnU9cw=",
6-
"desktopHash": "sha256-OqDjK8MCOySXBOcwe8iY5mQ19IRkfvb6gedIleLC/I4="
6+
"desktopHash": "sha256-QGZZQ3saN5gx+YUVvqa6FRU2BfXuD9Bud8qpjp7E2Dk="
77
}

0 commit comments

Comments
 (0)