summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2023-06-18 08:21:05 +0200
committerDmytro Meleshko2023-06-18 08:21:05 +0200
commit3b5140a821661698f13ef67401891999f8195a8b (patch)
treeed47617b16762ce5b0e6d18146b6f1ecabd74cd3
parentea54f4a3364ab491f83c1f4ed5d6cbd9e5153e97 (diff)
downloadaur-3b5140a821661698f13ef67401891999f8195a8b.tar.gz
v145
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ea5ca417f44..a7b1589e0c61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mindustry-bin
pkgdesc = A sandbox tower defense game written in Java
- pkgver = 7.0_144.3
+ pkgver = 7.0_145
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-144.3.jar
- source = mindustry-bin-144.3.jar::https://github.com/Anuken/Mindustry/releases/download/v144.3/Mindustry.jar
- source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v144.3/core/assets/icons/icon.icns
+ noextract = mindustry-bin-145.jar
+ source = mindustry-bin-145.jar::https://github.com/Anuken/Mindustry/releases/download/v145/Mindustry.jar
+ source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v145/core/assets/icons/icon.icns
source = mindustry-bin.desktop
source = mindustry-bin.sh
- sha256sums = 281151c799df7837b67850178f1b3bc3fab4a4e60e75b7bc31362e9cadbb3946
+ sha256sums = 511e36d144fae2ae9bac6ef211ebe17da8b189de7a92bb24817128b49c29fb0c
sha256sums = 16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb
sha256sums = e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b
sha256sums = 938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9
diff --git a/PKGBUILD b/PKGBUILD
index c1c4e0cffe5c..219b655cdd87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmytro Meleshko <qzlgeb.zryrfuxb@tznvy.pbz(rot13)>
_pkgname=mindustry
pkgname="${_pkgname}-bin"
-_build=144.3
+_build=145
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=('281151c799df7837b67850178f1b3bc3fab4a4e60e75b7bc31362e9cadbb3946'
+sha256sums=('511e36d144fae2ae9bac6ef211ebe17da8b189de7a92bb24817128b49c29fb0c'
'16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb'
'e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b'
'938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9')