summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2021-02-16 22:02:58 +0200
committerDmytro Meleshko2021-02-16 22:02:58 +0200
commitdf700966d41e73f1fe7c268303a95ff68c0bd1e8 (patch)
tree3eb5a84eec29d84fb876d95e6d6f24f169750c3d
parentbb28a8bcf006666972eaf9ca844a79744a54515a (diff)
downloadaur-df700966d41e73f1fe7c268303a95ff68c0bd1e8.tar.gz
v125
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cf6df1740c3..62b72e915562 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mindustry-bin
pkgdesc = A sandbox tower defense game written in Java
- pkgver = 6.0_124.1
+ pkgver = 6.0_125
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-124.1.jar
- source = mindustry-bin-124.1.jar::https://github.com/Anuken/Mindustry/releases/download/v124.1/Mindustry.jar
- source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v124.1/core/assets/icons/icon.icns
+ noextract = mindustry-bin-125.jar
+ source = mindustry-bin-125.jar::https://github.com/Anuken/Mindustry/releases/download/v125/Mindustry.jar
+ source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v125/core/assets/icons/icon.icns
source = mindustry-bin.desktop
source = mindustry-bin.sh
- sha256sums = 41ea7afcc03a39dff2a1b372ad16347180d9a30859313d9897f7baca9fea7a2c
+ sha256sums = e29f0a159467b816bda4e2d9aba85e57fe59282c13bbf506ab53ba91ea9c1732
sha256sums = 16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb
sha256sums = e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b
sha256sums = 938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9
diff --git a/PKGBUILD b/PKGBUILD
index e314fde0d973..2c861fcb6e4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmytro Meleshko <dmytro.meleshko@gmail.com>
_pkgname=mindustry
pkgname="${_pkgname}-bin"
-_build=124.1
+_build=125
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=('41ea7afcc03a39dff2a1b372ad16347180d9a30859313d9897f7baca9fea7a2c'
+sha256sums=('e29f0a159467b816bda4e2d9aba85e57fe59282c13bbf506ab53ba91ea9c1732'
'16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb'
'e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b'
'938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9')