summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Pujol2022-06-02 18:27:38 +0100
committerAlexandre Pujol2022-06-02 18:27:38 +0100
commit369e3e9ec5084e3c29fec9004b17201eab5752e0 (patch)
tree5111cf4fea690d0a466b73b28b3d196e5c3ebfd8 /PKGBUILD
parentb17bd1605e5cf06e218af5809543bcb45b688e50 (diff)
downloadaur-shellshock.tar.gz
upgpkg: shellshock 1.15-1
upstream release shellshock 1.15-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a37086bdf4d8..046dc9417f45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alexandre Pujol <alexandre@pujol.io>
pkgname='shellshock'
-pkgver=1.14
-pkgrel=3
+pkgver=1.15
+pkgrel=1
pkgdesc='A top-down space shooter written for Bash'
arch=('any')
url='http://www.dhampir.no'
license=('GPL2')
depends=('bash')
source=(https://dhampir.no/stuff/bash/shellshock)
-sha512sums=('c2a0b0e1c6c245b208b1b18f135a9e113a19d8ce9cb5930658021cb2cdb4c89d753be7edb36bc5e0ddb9ed32a545ad98241f2ad6eca67a6566b723c1ad065f27')
+sha512sums=('17ce85e8c14bf489f14de092f180707f36376de11c778845458540710f8a666daa37bae2d1dad725ffa760a623986c776f2c66fdd24a90fc580ecf31d228cff2')
package() {
install -Dm0755 shellshock "$pkgdir/usr/bin/shellshock"