summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2019-10-25 08:05:48 +0300
committerDmytro Meleshko2019-10-25 08:05:48 +0300
commit46b96cbb8804aa0f8034919ef42e5935958c88e4 (patch)
tree40d9ece2439a4013e9386594d8dd3e21f6d36a53
parent679590dde9cd300b9f965b6f8d45a534f25b14a9 (diff)
downloadaur-46b96cbb8804aa0f8034919ef42e5935958c88e4.tar.gz
v97
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3e37fd90756..1074e19231d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mindustry-bin
pkgdesc = A sandbox tower defense game written in Java
- pkgver = 96
- pkgrel = 2
+ pkgver = 97
+ pkgrel = 1
url = https://github.com/Anuken/Mindustry
arch = any
license = GPL3
@@ -11,12 +11,12 @@ pkgbase = mindustry-bin
depends = hicolor-icon-theme
provides = mindustry
conflicts = mindustry
- noextract = mindustry-bin-96.jar
- source = mindustry-bin-96.jar::https://github.com/Anuken/Mindustry/releases/download/v96/Mindustry.jar
+ noextract = mindustry-bin-97.jar
+ source = mindustry-bin-97.jar::https://github.com/Anuken/Mindustry/releases/download/v97/Mindustry.jar
source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/master/core/assets/icons/icon.icns
source = mindustry-bin.desktop
source = mindustry-bin.sh
- sha256sums = 30d1f984c6924af1d22f7317819a42042393488ca53e7ceed509bab74f70304d
+ sha256sums = a6a57e3a829e4102654353c565b9f6075172d6ad9af4d964d9dea58fe5da5359
sha256sums = 16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb
sha256sums = e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b
sha256sums = 938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9
diff --git a/PKGBUILD b/PKGBUILD
index 6775f28a4576..52ea3d835f27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Dmytro Meleshko <dmytro.meleshko@gmail.com>
_pkgname=mindustry
pkgname=${_pkgname}-bin
-pkgver=96
-pkgrel=2
+pkgver=97
+pkgrel=1
pkgdesc="A sandbox tower defense game written in Java"
arch=("any")
url="https://github.com/Anuken/Mindustry"
@@ -15,7 +15,7 @@ source=("${pkgname}-${pkgver}.jar::https://github.com/Anuken/Mindustry/releases/
"${pkgname}.icns::https://github.com/Anuken/Mindustry/raw/master/core/assets/icons/icon.icns"
"${pkgname}.desktop"
"${pkgname}.sh")
-sha256sums=('30d1f984c6924af1d22f7317819a42042393488ca53e7ceed509bab74f70304d'
+sha256sums=('a6a57e3a829e4102654353c565b9f6075172d6ad9af4d964d9dea58fe5da5359'
'16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb'
'e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b'
'938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9')