Skip to content

Commit 0c97d86

Browse files
committed
packaging: publish v2.42.0 channel metadata
1 parent a308bb2 commit 0c97d86

3 files changed

Lines changed: 8 additions & 8 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.41.0
3+
pkgver = 2.42.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.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
16+
source = ZenNotes-2.42.0-linux-x64.tar.gz::https://github.com/ZenNotes/zennotes/releases/download/v2.42.0/ZenNotes-2.42.0-linux-x64.tar.gz
17+
sha256sums = 724d8c9e363c4582822245133311c77a32573053f0d358cfcf6b2ceb27982473
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.41.0
13+
pkgver=2.42.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=('838edad9701d05d1cba2e2997a56d1bbb8bfa520fc2fd7cb2d1b82a74a36fc0b')
33+
sha256sums=('724d8c9e363c4582822245133311c77a32573053f0d358cfcf6b2ceb27982473')
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.41.0"
5-
sha256 arm: "71f43f7f8c1531356feb5dce3bf1bad9056c29411993f3a9a429321f558a8ceb",
6-
intel: "20e1786b8c2845e6dfc62491073007c1f8c9588e5f6e43708dcc5b4d19786218"
4+
version "2.42.0"
5+
sha256 arm: "40589c52f9d369452cb03cefd66a97631d6498f4f03d39702f8849db5a78c51e",
6+
intel: "6921bc87a4a4de974388b1c006ae3b65d051c95eeb798abc7c6568861d7fd64d"
77

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

0 commit comments

Comments
 (0)