summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2023-09-05 19:17:40 +0200
committerDmytro Meleshko2023-09-05 19:17:40 +0200
commitddc9978eba14f6e696a734c5d29e5a00725a90ec (patch)
treea39296c39b065292a045bb85d82a2371d1f095f8
parentc117b6d79353267844aec8d75c7e955b57a7bfcf (diff)
downloadaur-ddc9978eba14f6e696a734c5d29e5a00725a90ec.tar.gz
v146
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e76747cfa3f..302eddf19e8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mindustry-bin
pkgdesc = A sandbox tower defense game written in Java
- pkgver = 7.0_145.1
+ pkgver = 7.0_146
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-145.1.jar
- source = mindustry-bin-145.1.jar::https://github.com/Anuken/Mindustry/releases/download/v145.1/Mindustry.jar
- source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v145.1/core/assets/icons/icon.icns
+ noextract = mindustry-bin-146.jar
+ source = mindustry-bin-146.jar::https://github.com/Anuken/Mindustry/releases/download/v146/Mindustry.jar
+ source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v146/core/assets/icons/icon.icns
source = mindustry-bin.desktop
source = mindustry-bin.sh
- sha256sums = 4364c892472fac629f3c3f6039e009807fbeff7593ce786c03512dd63ff627f2
+ sha256sums = 3ab0e46c3cbdc863529ba05e804847ef00e3dbdb4567b5c27c5e6dce071b93f9
sha256sums = 16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb
sha256sums = e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b
sha256sums = 938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9
diff --git a/PKGBUILD b/PKGBUILD
index 218052549456..9e7b3a080f2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmytro Meleshko <qzlgeb.zryrfuxb@tznvy.pbz(rot13)>
_pkgname=mindustry
pkgname="${_pkgname}-bin"
-_build=145.1
+_build=146
pkgver="7.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=('4364c892472fac629f3c3f6039e009807fbeff7593ce786c03512dd63ff627f2'
+sha256sums=('3ab0e46c3cbdc863529ba05e804847ef00e3dbdb4567b5c27c5e6dce071b93f9'
'16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb'
'e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b'
'938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9')