summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2021-01-21 18:20:58 +0200
committerDmytro Meleshko2021-01-21 18:20:58 +0200
commit6e3c51c43aeb5ea606da129b65a32032d646aba8 (patch)
tree20b03e9dae2d6cdbe1f02bc752e396740a75ec82
parent159210b48ffffa19d1bce1518a1de23fa36d0338 (diff)
downloadaur-6e3c51c43aeb5ea606da129b65a32032d646aba8.tar.gz
v123.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b33ee62e5eb0..925edc3c5dd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mindustry-bin
pkgdesc = A sandbox tower defense game written in Java
- pkgver = 6.0_123
+ pkgver = 6.0_123.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-123.jar
- source = mindustry-bin-123.jar::https://github.com/Anuken/Mindustry/releases/download/v123/Mindustry.jar
- source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v123/core/assets/icons/icon.icns
+ noextract = mindustry-bin-123.1.jar
+ source = mindustry-bin-123.1.jar::https://github.com/Anuken/Mindustry/releases/download/v123.1/Mindustry.jar
+ source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v123.1/core/assets/icons/icon.icns
source = mindustry-bin.desktop
source = mindustry-bin.sh
- sha256sums = 632b31c61ea95c1a8f43139ef7d982db076c49c52313e9e18378a76250055412
+ sha256sums = 7b176abc92495884408c8c021ec65216326070354c1bece88245431ef77a9b2c
sha256sums = 16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb
sha256sums = e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b
sha256sums = 938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9
diff --git a/PKGBUILD b/PKGBUILD
index 480af092263a..e4c21b4786a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmytro Meleshko <dmytro.meleshko@gmail.com>
_pkgname=mindustry
pkgname="${_pkgname}-bin"
-_build=123
+_build=123.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=('632b31c61ea95c1a8f43139ef7d982db076c49c52313e9e18378a76250055412'
+sha256sums=('7b176abc92495884408c8c021ec65216326070354c1bece88245431ef77a9b2c'
'16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb'
'e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b'
'938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9')