summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2021-03-06 12:25:48 +0200
committerDmytro Meleshko2021-03-06 12:25:48 +0200
commitff4eca747b231140270b95217da09df5a64b5931 (patch)
tree9e034fcdc3b1315cad90f2cf2cc5028ef42960e9
parentf16bbfb7adf4c5f3c3396509e0a3dd43242db1e1 (diff)
downloadaur-ff4eca747b231140270b95217da09df5a64b5931.tar.gz
v126.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f94a08ef95d..4e626f813f4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mindustry-bin
pkgdesc = A sandbox tower defense game written in Java
- pkgver = 6.0_126
+ pkgver = 6.0_126.1
pkgrel = 1
epoch = 1
url = https://github.com/Anuken/Mindustry
@@ -12,12 +12,12 @@ pkgbase = mindustry-bin
depends = hicolor-icon-theme
provides = mindustry
conflicts = mindustry
- noextract = mindustry-bin-126.jar
- source = mindustry-bin-126.jar::https://github.com/Anuken/Mindustry/releases/download/v126/Mindustry.jar
- source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v126/core/assets/icons/icon.icns
+ noextract = mindustry-bin-126.1.jar
+ source = mindustry-bin-126.1.jar::https://github.com/Anuken/Mindustry/releases/download/v126.1/Mindustry.jar
+ source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v126.1/core/assets/icons/icon.icns
source = mindustry-bin.desktop
source = mindustry-bin.sh
- sha256sums = 6e24d7acff693862e0f163eda65f0c77cd5b43fe4490a7feccf6f8668c1c097c
+ sha256sums = a526e02ebb80ab39f4eb1da90d5724c5c5a919ec90ad1b594a875521bfce0c1b
sha256sums = 16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb
sha256sums = e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b
sha256sums = 938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9
diff --git a/PKGBUILD b/PKGBUILD
index db48f06fd4e8..78cb2e6ef5e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmytro Meleshko <dmytro.meleshko@gmail.com>
_pkgname=mindustry
pkgname="${_pkgname}-bin"
-_build=126
+_build=126.1
pkgver="6.0_${_build}"
pkgrel=1
epoch=1
@@ -17,7 +17,7 @@ source=("${pkgname}-${_build}.jar::https://github.com/Anuken/Mindustry/releases/
"${pkgname}.icns::https://github.com/Anuken/Mindustry/raw/v${_build}/core/assets/icons/icon.icns"
"${pkgname}.desktop"
"${pkgname}.sh")
-sha256sums=('6e24d7acff693862e0f163eda65f0c77cd5b43fe4490a7feccf6f8668c1c097c'
+sha256sums=('a526e02ebb80ab39f4eb1da90d5724c5c5a919ec90ad1b594a875521bfce0c1b'
'16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb'
'e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b'
'938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9')