summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfbis2512023-12-27 18:04:10 -0800
committerfbis2512023-12-27 18:04:10 -0800
commit4aa8c3c9477a55393e28a61c9445439f009c4510 (patch)
tree3a1c8eb7752233d317d717e04b3be20064fbf41a
parente544331b6a466691ca341d09987e00763ca19404 (diff)
downloadaur-4aa8c3c9477a55393e28a61c9445439f009c4510.tar.gz
Version 1.5.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ebdb992a008..f0892b3f16b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = heynote-bin
pkgdesc = A dedicated scratchpad for developers
- pkgver = 1.4.2
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/heynote/heynote
arch = x86_64
license = MIT
provides = heynote
options = !strip
- source = https://github.com/heyman/heynote/releases/download/v1.4.2/Heynote_1.4.2_x86_64.AppImage
- sha256sums = 439631946509546a565154529182a128ed94a86df1d205c0979b641727442ce9
+ source = https://github.com/heyman/heynote/releases/download/v1.5.0/Heynote_1.5.0_x86_64.AppImage
+ sha256sums = 5e6adfde719db18bebd37c92bd362c7f532772310c204d0da1b30848accfa2d1
+ sha512sums = 331d737d12c1dcabcd091a7913c805785d7858296de6dfc9c60450aaa90b0dfc787c039d2219d2c04e748cd8aaed747ce04796b2fcfc9be7dd0f849f7d629161
pkgname = heynote-bin
diff --git a/PKGBUILD b/PKGBUILD
index d602b3681d1c..8e4b3ea9c564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=heynote-bin
-pkgver=1.4.2
+pkgver=1.5.0
pkgrel=1
pkgdesc='A dedicated scratchpad for developers'
url=https://github.com/heynote/heynote
@@ -14,7 +14,7 @@ license=(MIT)
provides=('heynote')
options=(!strip)
source=("https://github.com/heyman/heynote/releases/download/v${pkgver}/Heynote_${pkgver}_x86_64.AppImage")
-sha256sums=('439631946509546a565154529182a128ed94a86df1d205c0979b641727442ce9')
+sha256sums=('5e6adfde719db18bebd37c92bd362c7f532772310c204d0da1b30848accfa2d1')
_appimage="Heynote_${pkgver}_x86_64.AppImage"
_appimage_nover="heynote.AppImage"
_pkgname="heynote"