summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYour Name2021-09-13 11:58:38 +0800
committerYour Name2021-09-13 11:58:38 +0800
commit84825e4a641f86c30874d15bb0dc3cb695b63bb1 (patch)
treee44dbe35e8a93948cba4c47be82913e3fa915abb /PKGBUILD
parentced0116e0283b51dbff529cf6a93d74ce1696c6e (diff)
downloadaur-84825e4a641f86c30874d15bb0dc3cb695b63bb1.tar.gz
Update 0.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ac99bcd19da..f7f8dec938a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=nali-go
-pkgver=0.2.4
+pkgver=0.3.1
pkgrel=1
pkgdesc='An offline tool for querying IP geographic information and CDN provider.'
arch=('x86_64')
@@ -7,7 +7,7 @@ url="https://github.com/zu1k/nali"
license=('MIT')
makedepends=('go')
source=("https://github.com/zu1k/nali/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('ab9fedde0fa0880c413435e1003eb4ee60aa2c0ec6e9d6601d2fbbb60704591d')
+sha256sums=('033c4b451b7a450212d8d81459f6557091cc69cd231d0b5c99870ca3c6273980')
build() {
cd "$srcdir/nali-$pkgver"