summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Boughton2018-09-19 13:57:24 +0100
committerNick Boughton2018-09-19 13:57:24 +0100
commit1cfb43cb98113179732318cdccc43f07ffc7fed8 (patch)
treeeaa9749592bea52236d578a1491cb7d61b87d6b2
parent1f173b49af8a34cf35d425f83e5f7c6570261522 (diff)
downloadaur-1cfb43cb98113179732318cdccc43f07ffc7fed8.tar.gz
Updated to latest release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 070eddeed3e7..1880aa71baf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swnt
pkgdesc = Command line GM tools for Stars Without Number
- pkgver = 0.7.2
+ pkgver = 0.7.4
pkgrel = 1
url = https://github.com/nboughton/swnt
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = swnt
makedepends = go
depends = git
optdepends = hugo: export sectors as hugo sites
- source = swnt-0.7.2.tar.gz::https://github.com/nboughton/swnt/archive/v0.7.2.tar.gz
- sha1sums = f88eaa46d96b23986453c8bda0d7d77fab22e167
+ source = swnt-0.7.4.tar.gz::https://github.com/nboughton/swnt/archive/v0.7.4.tar.gz
+ sha1sums = 88de7c97fefdaa8eec2eca95e772e076fc053ee7
pkgname = swnt
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"