summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNick Boughton2018-09-19 13:57:24 +0100
committerNick Boughton2018-09-19 13:57:24 +0100
commit1cfb43cb98113179732318cdccc43f07ffc7fed8 (patch)
treeeaa9749592bea52236d578a1491cb7d61b87d6b2 /PKGBUILD
parent1f173b49af8a34cf35d425f83e5f7c6570261522 (diff)
downloadaur-1cfb43cb98113179732318cdccc43f07ffc7fed8.tar.gz
Updated to latest release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d86927d0030f..c7c03f9e9853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: N.Boughton, <nicholasboughton@gmail.com>
pkgname=swnt
-pkgver=0.7.2
+pkgver=0.7.4
pkgrel=1
pkgdesc="Command line GM tools for Stars Without Number"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=("git")
makedepends=('go')
optdepends=('hugo: export sectors as hugo sites')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nboughton/swnt/archive/v${pkgver}.tar.gz")
-sha1sums=('f88eaa46d96b23986453c8bda0d7d77fab22e167')
+sha1sums=('88de7c97fefdaa8eec2eca95e772e076fc053ee7')
build() {
cd "$srcdir/$pkgname-$pkgver"