summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2020-12-30 03:13:19 +0200
committerDmytro Meleshko2020-12-30 03:13:19 +0200
commit9c6ea944adfa0f4589acb3053f343d2450417288 (patch)
treed418c4acdfbdc131941d396d9ee128d4ea9fc70a
parent9d65afbf6759c58cd4e8583bade40a372ea4d946 (diff)
downloadaur-9c6ea944adfa0f4589acb3053f343d2450417288.tar.gz
v122.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06204391914e..1efec9d2cd8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mindustry-bin
pkgdesc = A sandbox tower defense game written in Java
- pkgver = 6.0_122
+ pkgver = 6.0_122.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-122.jar
- source = mindustry-bin-122.jar::https://github.com/Anuken/Mindustry/releases/download/v122/Mindustry.jar
- source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v122/core/assets/icons/icon.icns
+ noextract = mindustry-bin-122.1.jar
+ source = mindustry-bin-122.1.jar::https://github.com/Anuken/Mindustry/releases/download/v122.1/Mindustry.jar
+ source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v122.1/core/assets/icons/icon.icns
source = mindustry-bin.desktop
source = mindustry-bin.sh
- sha256sums = d2fbd3da4df5f0a5edc4986654638c3604dcb639c6b87897d119a29b31862b40
+ sha256sums = 5048a2289e7af88e64478900dcc9dcc1e95991e8cb7938c24f13e21d66a14e44
sha256sums = 16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb
sha256sums = e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b
sha256sums = 938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9
diff --git a/PKGBUILD b/PKGBUILD
index 1fb408256455..17aad3345259 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmytro Meleshko <dmytro.meleshko@gmail.com>
_pkgname=mindustry
pkgname="${_pkgname}-bin"
-_build=122
+_build=122.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=('d2fbd3da4df5f0a5edc4986654638c3604dcb639c6b87897d119a29b31862b40'
+sha256sums=('5048a2289e7af88e64478900dcc9dcc1e95991e8cb7938c24f13e21d66a14e44'
'16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb'
'e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b'
'938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9')