summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2021-11-25 20:39:08 +0200
committerDmytro Meleshko2021-11-25 20:39:08 +0200
commit77af7ed3ea037ae48ef0aa56217c3a21e1bbc3ee (patch)
treea2174846286958aba490fcc4205dbd2410cc2281
parentf1a135ef52ac9aac394e49292b4c9dd2bc731645 (diff)
downloadaur-77af7ed3ea037ae48ef0aa56217c3a21e1bbc3ee.tar.gz
v135
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18fe863d7be2..9535bd96be92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mindustry-bin
pkgdesc = A sandbox tower defense game written in Java
- pkgver = 7.0_134.1
+ pkgver = 7.0_135
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-134.1.jar
- source = mindustry-bin-134.1.jar::https://github.com/Anuken/Mindustry/releases/download/v134.1/Mindustry.jar
- source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v134.1/core/assets/icons/icon.icns
+ noextract = mindustry-bin-135.jar
+ source = mindustry-bin-135.jar::https://github.com/Anuken/Mindustry/releases/download/v135/Mindustry.jar
+ source = mindustry-bin.icns::https://github.com/Anuken/Mindustry/raw/v135/core/assets/icons/icon.icns
source = mindustry-bin.desktop
source = mindustry-bin.sh
- sha256sums = 7f8b9c2018f41d11f1278e5fd1a4c35c1943679bc5d0f2fca6437bdd0efd53ad
+ sha256sums = 62b3c1f99b4a86e81482e4c8148af44eaabe3b031b3315649414b208ad296ff0
sha256sums = 16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb
sha256sums = e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b
sha256sums = 938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9
diff --git a/PKGBUILD b/PKGBUILD
index b54ddc1d37ba..1d755fb91c5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmytro Meleshko <qzlgeb.zryrfuxb@tznvy.pbz(rot13)>
_pkgname=mindustry
pkgname="${_pkgname}-bin"
-_build=134.1
+_build=135
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=('7f8b9c2018f41d11f1278e5fd1a4c35c1943679bc5d0f2fca6437bdd0efd53ad'
+sha256sums=('62b3c1f99b4a86e81482e4c8148af44eaabe3b031b3315649414b208ad296ff0'
'16fcae782b13a8460e631d265c505f56393acd14700b016904744bd44aa290eb'
'e5fd49ed3456c53e91b834cb388956e3f9ded4e2c880352d36cf9c2246ca0f0b'
'938f5f9f636379402ba0bb9a53345de499f4f3fd50f232b31605129dcf4ea6c9')