summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2021-03-29 21:07:04 +0300
committerDmytro Meleshko2021-03-29 21:07:04 +0300
commitaf80d81a37227c5652abe782e5a5c8b12e64929c (patch)
tree8a8a288fb755d75db88a30477afb7f7dedec97d0
parentff4eca747b231140270b95217da09df5a64b5931 (diff)
downloadaur-af80d81a37227c5652abe782e5a5c8b12e64929c.tar.gz
v126.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e626f813f4a..b76baa33262d 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.1
+ pkgver = 6.0_126.2
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.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
+ noextract = mindustry-bin-126.2.jar
+ source = mindustry-bin-126.2.jar::https://github.com/Anuken/Mindustry/releases/download/v126.2/Mindustry.jar
+ source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v126.2/core/assets/icons/icon.icns
source = mindustry-bin.desktop
source = mindustry-bin.sh
- sha256sums = a526e02ebb80ab39f4eb1da90d5724c5c5a919ec90ad1b594a875521bfce0c1b
+ sha256sums = 6e56f142cd3baff99a24fb0b6aa3e14a2549d2e71234fcd830b78170d5ee8d7c
sha256sums = 16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb
sha256sums = e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b
sha256sums = 938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9
diff --git a/PKGBUILD b/PKGBUILD
index 78cb2e6ef5e1..b3c1835fed66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmytro Meleshko <dmytro.meleshko@gmail.com>
_pkgname=mindustry
pkgname="${_pkgname}-bin"
-_build=126.1
+_build=126.2
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=('a526e02ebb80ab39f4eb1da90d5724c5c5a919ec90ad1b594a875521bfce0c1b'
+sha256sums=('6e56f142cd3baff99a24fb0b6aa3e14a2549d2e71234fcd830b78170d5ee8d7c'
'16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb'
'e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b'
'938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9')