summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76b1327ab88d..4969ac36c180 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nasher
pkgdesc = A command-line utility for managing a Neverwinter Nights script or module repository
- pkgver = 0.17.3
+ pkgver = 0.19.0
pkgrel = 1
url = https://github.com/squattingmonk/nasher.nim
arch = any
license = MIT
depends = nwnsc-bin
depends = neverwinter.nim
- source = https://github.com/squattingmonk/nasher/releases/download/0.17.3/nasher_linux.tar.gz
- md5sums = 116d7aa93220689d07290838477227ff
+ source = https://github.com/squattingmonk/nasher/releases/download/0.19.0/nasher_linux.tar.gz
+ md5sums = 1be0aec747bcf70c11304416fcec5347
pkgname = nasher
diff --git a/PKGBUILD b/PKGBUILD
index faf0cec36f5e..54a79dd7fcba 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stanisław Jasiewicz <stjasiewicz@protonmail.com>
pkgname=nasher
-pkgver=0.17.3
+pkgver=0.19.0
pkgrel=1
pkgdesc="A command-line utility for managing a Neverwinter Nights script or module repository"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/squattingmonk/nasher.nim"
license=('MIT')
depends=('nwnsc-bin' 'neverwinter.nim')
source=("https://github.com/squattingmonk/nasher/releases/download/$pkgver/nasher_linux.tar.gz")
-md5sums=('116d7aa93220689d07290838477227ff')
+md5sums=('1be0aec747bcf70c11304416fcec5347')
package() {
cd nasher_linux