summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2021-08-29 00:17:32 -0600
committerZiusudra2021-08-29 00:17:32 -0600
commite357ce68f28bb320f64b6ec67e956cbc1040b412 (patch)
treef19fe27ade50f1ff8f8d3d4b5bbc24405454de2c
parentfcdb382e6cda5acc0ae6a0e4b1b0475dad5cde68 (diff)
downloadaur-e357ce68f28bb320f64b6ec67e956cbc1040b412.tar.gz
dfhack-0.47.05-r2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe37bb76ac84..914ce1561477 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,10 +23,9 @@ pkgbase = dfhack-bin
source = dfhack-run.sh
md5sums = 81f5909c1a32391679f968e40f24d5ca
md5sums = 3853c6f890d3541f710f2c4833a9e696
- source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r1/dfhack-0.47.05-r1-Linux-64bit-gcc-7.tar.bz2
- md5sums_x86_64 = 8dabfca61ff02821ed0be0a885ad17f2
- source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r1/dfhack-0.47.05-r1-Linux-32bit-gcc-7.tar.bz2
- md5sums_i686 = 4506603e14458a951347850578f6770a
+ source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r2/dfhack-0.47.05-r2-Linux-64bit-gcc-7.tar.bz2
+ md5sums_x86_64 = 3150275dc28fed413cfc42728423f28f
+ source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r2/dfhack-0.47.05-r2-Linux-32bit-gcc-7.tar.bz2
+ md5sums_i686 = 6dba40d5b94649566eabbd3b312b0002
pkgname = dfhack-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 785bc9a23a0b..ef4b8ab88673 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=dfhack-bin
_pkgname=dfhack
pkgver=0.47.05
-_pkgver=$pkgver-r1
+_pkgver=$pkgver-r2
pkgrel=1
pkgdesc="memory hacking library for Dwarf Fortress and a set of tools that use it"
arch=('x86_64' 'i686')
@@ -22,8 +22,8 @@ source_x86_64=("https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfha
source=(dfhack.sh
dfhack-run.sh)
-md5sums_i686=('4506603e14458a951347850578f6770a')
-md5sums_x86_64=('8dabfca61ff02821ed0be0a885ad17f2')
+md5sums_i686=('6dba40d5b94649566eabbd3b312b0002')
+md5sums_x86_64=('3150275dc28fed413cfc42728423f28f')
md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')