summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaro942020-07-18 00:06:25 +0200
committerTaro942020-07-18 00:06:25 +0200
commitb062a3723e9defde3010376d9aa7c6590724c54a (patch)
tree7889290d48b6957b28e8dbf2e8af5c4f64533a67
parent1739effa7af42de5dc753e04e7fdf5e407b75b3a (diff)
downloadaur-b062a3723e9defde3010376d9aa7c6590724c54a.tar.gz
nssnippets 1.1.0 - support for sqlquery
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a8253c21410..6ff9f7368a56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nssnippets-bin
pkgdesc = A command-line tool for generating NWScript VSC snippets (binary version)
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://gitlab.com/Taro94/nwscript-snippets
arch = any
license = GPL
options = !strip
- source = https://gitlab.com/Taro94/nwscript-snippets/uploads/05ea4e2fb79ec3e958947019c9357bc3/nssnippets.tar.7z
- md5sums = 7648f0251d25a0decc810f14fd375d74
+ source = https://gitlab.com/Taro94/nwscript-snippets/uploads/a5a280623f6586953852c2f0b09dc9ba/nssnippets.tar.7z
+ md5sums = 881155caac759eb162c4814850a661c3
pkgname = nssnippets-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7e86c071800c..f466d9954031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Stanisław Jasiewicz <stjasiewicz@gmail.com>
pkgname=nssnippets-bin
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="A command-line tool for generating NWScript VSC snippets (binary version)"
arch=('any')
url="https://gitlab.com/Taro94/nwscript-snippets"
license=('GPL')
-source=("https://gitlab.com/Taro94/nwscript-snippets/uploads/05ea4e2fb79ec3e958947019c9357bc3/nssnippets.tar.7z")
-md5sums=('7648f0251d25a0decc810f14fd375d74')
+source=("https://gitlab.com/Taro94/nwscript-snippets/uploads/a5a280623f6586953852c2f0b09dc9ba/nssnippets.tar.7z")
+md5sums=('881155caac759eb162c4814850a661c3')
options=(!strip)
package() {