Skip to content

Commit aa7a0b6

Browse files
committed
packaging: publish v2.48.0 channel metadata (AUR, Nix)
AUR pins the sha256 of the uploaded linux-x64 tarball (matches the GitHub digest); Nix lifts the hashes the nix-update workflow computed and build-verified in run 34616081227 (bot PR #767, closed). Homebrew follows once the DMGs are up. Claude-Session: https://claude.ai/code/session_01Pa8u7FTkwZD3zZ5AoFxKC8
1 parent 71bafa1 commit aa7a0b6

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.47.0
3+
pkgver = 2.48.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.47.0-linux-x64.tar.gz::https://github.com/ZenNotes/zennotes/releases/download/v2.47.0/ZenNotes-2.47.0-linux-x64.tar.gz
17-
sha256sums = c348ff70a5c05dc8bc5fc0907913385e60005d98c0c066dd978023fbd52d74b3
16+
source = ZenNotes-2.48.0-linux-x64.tar.gz::https://github.com/ZenNotes/zennotes/releases/download/v2.48.0/ZenNotes-2.48.0-linux-x64.tar.gz
17+
sha256sums = 05d561ca21be30227f5e578f28e7e2c785047d67d8f88e86cf1014f6420b692e
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.47.0
13+
pkgver=2.48.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=('c348ff70a5c05dc8bc5fc0907913385e60005d98c0c066dd978023fbd52d74b3')
33+
sha256sums=('05d561ca21be30227f5e578f28e7e2c785047d67d8f88e86cf1014f6420b692e')
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.47.0",
3-
"hash": "sha256-k9QXttgUGvvyKsC4BudsGDlHm29JXXJhVJOpwMZALpA=",
4-
"npmDepsHash": "sha256-k3AXX647uKwmJaIsEJ6+bxT6Y1Bo54ks56iO4C6jkjQ=",
2+
"version": "2.48.0",
3+
"hash": "sha256-LqetXQDh39F7nve9Bih3bE1Yil8ePpxmS+Al9f7LZFw=",
4+
"npmDepsHash": "sha256-iiMq8oCVhh1iioamI+DFDUaeaXLI8Wdq9G8pLluEvAY=",
55
"vendorHash": "sha256-ZdOHC2JldvnKSDUFnBUJrKD4F1IWfvYJBksgeDnU9cw=",
6-
"desktopHash": "sha256-w0j/cKXAXci8X8CQeRM4XmAAXZjAwGbdl4Aj+9UtdLM="
6+
"desktopHash": "sha256-BdVhyiG+MCJ/XlePKOfix4UEfWfY+I6GzxAU9kILaS4="
77
}

0 commit comments

Comments
 (0)