summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNick Boughton2018-10-18 16:39:41 +0100
committerNick Boughton2018-10-18 16:39:41 +0100
commit0e942408b6c93dccd4836c2be60f07406ebf9a25 (patch)
treed65ab159ee39181966d9a53d1c10bec4746faf42 /PKGBUILD
parent1cfb43cb98113179732318cdccc43f07ffc7fed8 (diff)
downloadaur-0e942408b6c93dccd4836c2be60f07406ebf9a25.tar.gz
Updated to v0.7.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7c03f9e9853..0f855e5ec20d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: N.Boughton, <nicholasboughton@gmail.com>
pkgname=swnt
-pkgver=0.7.4
+pkgver=0.7.5
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=('88de7c97fefdaa8eec2eca95e772e076fc053ee7')
+sha1sums=('714325463242a3eb981ecb69ea3a859a6926b63f')
build() {
cd "$srcdir/$pkgname-$pkgver"