Skip to content

Commit 93dff55

Browse files
committed
packaging(aur): bump to v2.13.2 + pin sha256
1 parent acba59c commit 93dff55

2 files changed

Lines changed: 5 additions & 5 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.13.1
3+
pkgver = 2.13.2
44
pkgrel = 1
55
url = https://github.com/ZenNotes/zennotes
66
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = zennotes-bin
1212
provides = zennotes
1313
conflicts = zennotes
1414
options = !strip
15-
source = ZenNotes-2.13.1-linux-x64.tar.gz::https://github.com/ZenNotes/zennotes/releases/download/v2.13.1/ZenNotes-2.13.1-linux-x64.tar.gz
16-
sha256sums = 0790b824f4afa13377dd25df8a6edea8578b9a678839dc21850aac8a56d83074
15+
source = ZenNotes-2.13.2-linux-x64.tar.gz::https://github.com/ZenNotes/zennotes/releases/download/v2.13.2/ZenNotes-2.13.2-linux-x64.tar.gz
16+
sha256sums = 36872a1c700dd2e4aee4f30569e01f93bf013f24fbec67d09ffb6fe9603e3314
1717

1818
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.13.1
13+
pkgver=2.13.2
1414
pkgrel=1
1515
pkgdesc="Keyboard-first, local-first Markdown notes with vim motions and live preview"
1616
arch=('x86_64')
@@ -27,7 +27,7 @@ source=(
2727

2828
# sha256 of the uploaded ZenNotes-${pkgver}-linux-x64.tar.gz release asset
2929
# (GitHub's authoritative asset digest; no Arch tooling needed).
30-
sha256sums=('0790b824f4afa13377dd25df8a6edea8578b9a678839dc21850aac8a56d83074')
30+
sha256sums=('36872a1c700dd2e4aee4f30569e01f93bf013f24fbec67d09ffb6fe9603e3314')
3131

3232
package() {
3333
cd "${srcdir}"

0 commit comments

Comments
 (0)