Skip to content

Commit d19665f

Browse files
committed
packaging: publish v2.41.0 channel metadata
AUR PKGBUILD and .SRCINFO pinned to the released linux-x64 tarball (hash matches the GitHub asset digest), the Homebrew cask carries both mac dmg hashes, and release-data.json lifts the values the nix-update run build-verified on a Nix runner (its bot PR #720 closes unmerged, as usual: the verified numbers land on main directly). Claude-Session: https://claude.ai/code/session_01GCwiToGRTKKsDENaY56Vm2
1 parent 18d9d2b commit d19665f

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.40.0
3+
pkgver = 2.41.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.40.0-linux-x64.tar.gz::https://github.com/ZenNotes/zennotes/releases/download/v2.40.0/ZenNotes-2.40.0-linux-x64.tar.gz
17-
sha256sums = e0aa1939723013f6a5f04196179128403be8ae92be1160c57248bf45f6b175cb
16+
source = ZenNotes-2.41.0-linux-x64.tar.gz::https://github.com/ZenNotes/zennotes/releases/download/v2.41.0/ZenNotes-2.41.0-linux-x64.tar.gz
17+
sha256sums = 838edad9701d05d1cba2e2997a56d1bbb8bfa520fc2fd7cb2d1b82a74a36fc0b
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.40.0
13+
pkgver=2.41.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=('e0aa1939723013f6a5f04196179128403be8ae92be1160c57248bf45f6b175cb')
33+
sha256sums=('838edad9701d05d1cba2e2997a56d1bbb8bfa520fc2fd7cb2d1b82a74a36fc0b')
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.40.0"
5-
sha256 arm: "fd6f800a9a3e69e841291272f1be624b73b30d41491cac49efbb611ba5f9661e",
6-
intel: "00177e3547e7173c4ab09f625425499740018087819f6f38801918282251916f"
4+
version "2.41.0"
5+
sha256 arm: "71f43f7f8c1531356feb5dce3bf1bad9056c29411993f3a9a429321f558a8ceb",
6+
intel: "20e1786b8c2845e6dfc62491073007c1f8c9588e5f6e43708dcc5b4d19786218"
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.40.0",
3-
"hash": "sha256-U2D9p5UVtkH9FLVEJ7iE5MiRoQKDKQ6aWzDYraOp3g0=",
4-
"npmDepsHash": "sha256-cT2hRvtJiRdOb1e2jwoq3YT/9MCuasGcZe33b+Kgl0U=",
2+
"version": "2.41.0",
3+
"hash": "sha256-s2mz7Zn/3VBIjuR/wBDo/iJXX1sjDAkEjf55eKe8MvE=",
4+
"npmDepsHash": "sha256-DdA0r3dcUEMuPBsOR91u/xfMUgA6xePdoAGaBu45i3A=",
55
"vendorHash": "sha256-ZdOHC2JldvnKSDUFnBUJrKD4F1IWfvYJBksgeDnU9cw=",
6-
"desktopHash": "sha256-4KoZOXIwE/al8EGWF5EoQDvorpK+EWDFcki/Rfaxdcs="
6+
"desktopHash": "sha256-g47a2XAdBdHLouKZelbRu7i/pSD8L9fLLRuCp0o2/As="
77
}

0 commit comments

Comments
 (0)