summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanisław Jasiewicz2022-05-07 14:19:24 +0200
committerStanisław Jasiewicz2022-05-07 14:19:24 +0200
commitca4045c5ac8323a7f6c62e556b61b2478ada6a8d (patch)
tree645749664fa3b14bd135203bdc782660158fe1a3
parent4532571c087f8062dd8cba28d99bea25532687ec (diff)
downloadaur-ca4045c5ac8323a7f6c62e556b61b2478ada6a8d.tar.gz
Version 0.17.3
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d27b479affb..76b1327ab88d 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.2
+ pkgver = 0.17.3
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.2/nasher_linux.tar.gz
- md5sums = 8a9cc308413ce57d4ab8b0872cf9923f
+ source = https://github.com/squattingmonk/nasher/releases/download/0.17.3/nasher_linux.tar.gz
+ md5sums = 116d7aa93220689d07290838477227ff
pkgname = nasher
diff --git a/PKGBUILD b/PKGBUILD
index 8425d644e0c1..faf0cec36f5e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stanisław Jasiewicz <stjasiewicz@protonmail.com>
pkgname=nasher
-pkgver=0.17.2
+pkgver=0.17.3
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=('8a9cc308413ce57d4ab8b0872cf9923f')
+md5sums=('116d7aa93220689d07290838477227ff')
package() {
cd nasher_linux