summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-11-01 22:17:14 +0100
committerbegin-theadventure2023-11-01 22:17:14 +0100
commiteb772e10b4200ef0ebec3b05bab4c214bb7f071f (patch)
treeff758cb82f44a9a72b5db625ef74188ae39ca6ad
parent9c36027e55de182102dd803caf142d0b8bdb68f6 (diff)
downloadaur-eb772e10b4200ef0ebec3b05bab4c214bb7f071f.tar.gz
0.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8846f17ac09f..fbd0fd521db1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notepadnext-bin
pkgdesc = A cross-platform, reimplementation of Notepad++ (binary release)
- pkgver = 0.6.3
+ pkgver = 0.6.4
pkgrel = 1
url = https://github.com/dail8859/NotepadNext
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = notepadnext-bin
provides = notepadnext
conflicts = notepadnext
options = !strip
- source = https://github.com/dail8859/NotepadNext/releases/download/v0.6.3/NotepadNext-v0.6.3-x86_64.AppImage
- sha256sums = 80971d30de9a1d0c590d3f76f60cacbd44530c03c4fa132aafe933273bc45af4
+ source = https://github.com/dail8859/NotepadNext/releases/download/v0.6.4/NotepadNext-v0.6.4-x86_64.AppImage
+ sha256sums = b26e2d5208bce3b70847f1b7c5f863cd7567bd476dd3df68ad433c700564a089
pkgname = notepadnext-bin
diff --git a/PKGBUILD b/PKGBUILD
index 545a299a3b5e..b4d45fd56b16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=notepadnext
pkgname=$_pkgname-bin
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc="A cross-platform, reimplementation of Notepad++ (binary release)"
arch=('x86_64')
@@ -13,7 +13,7 @@ conflicts=($_pkgname)
provides=($_pkgname)
options=(!strip)
source=("$url/releases/download/v$pkgver/NotepadNext-v$pkgver-x86_64.AppImage")
-sha256sums=('80971d30de9a1d0c590d3f76f60cacbd44530c03c4fa132aafe933273bc45af4')
+sha256sums=('b26e2d5208bce3b70847f1b7c5f863cd7567bd476dd3df68ad433c700564a089')
prepare() {
# Extract the AppImage