summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2020-08-16 16:14:48 +0100
committerAlexandre Pujol2020-08-16 16:14:48 +0100
commitb17bd1605e5cf06e218af5809543bcb45b688e50 (patch)
treea89a68f30d69665e84555dcc9d528cbe5bae8eed
parentd1129962d01dc6e9b41245d1aee61254481b328d (diff)
downloadaur-b17bd1605e5cf06e218af5809543bcb45b688e50.tar.gz
upgpkg: shellshock 1.14-3
shellshock 1.14
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e988758d43b3..9b13904f3fe8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = shellshock
pkgdesc = A top-down space shooter written for Bash
- pkgver = 1.11
+ pkgver = 1.14
pkgrel = 3
url = http://www.dhampir.no
arch = any
license = GPL2
depends = bash
source = https://dhampir.no/stuff/bash/shellshock
- sha512sums = b62958014c404eece29983c0579a66fa34ad4904bb107d8bb695b8f3cca99a345525fb8cdae3937231c9a2f25ad98ecb6d5050d56ee4e06c44df3192fc415577
+ sha512sums = c2a0b0e1c6c245b208b1b18f135a9e113a19d8ce9cb5930658021cb2cdb4c89d753be7edb36bc5e0ddb9ed32a545ad98241f2ad6eca67a6566b723c1ad065f27
pkgname = shellshock
diff --git a/PKGBUILD b/PKGBUILD
index 707a286a6a2b..a37086bdf4d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Pujol <alexandre@pujol.io>
pkgname='shellshock'
-pkgver=1.11
+pkgver=1.14
pkgrel=3
pkgdesc='A top-down space shooter written for Bash'
arch=('any')
@@ -9,7 +9,7 @@ url='http://www.dhampir.no'
license=('GPL2')
depends=('bash')
source=(https://dhampir.no/stuff/bash/shellshock)
-sha512sums=('b62958014c404eece29983c0579a66fa34ad4904bb107d8bb695b8f3cca99a345525fb8cdae3937231c9a2f25ad98ecb6d5050d56ee4e06c44df3192fc415577')
+sha512sums=('c2a0b0e1c6c245b208b1b18f135a9e113a19d8ce9cb5930658021cb2cdb4c89d753be7edb36bc5e0ddb9ed32a545ad98241f2ad6eca67a6566b723c1ad065f27')
package() {
install -Dm0755 shellshock "$pkgdir/usr/bin/shellshock"