diff options
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 9 deletions
@@ -1,7 +1,7 @@ pkgbase = dfhack-bin pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it pkgver = 0.47.05 - pkgrel = 5 + pkgrel = 6 url = https://dfhack.readthedocs.io/en/stable/ arch = x86_64 arch = i686 @@ -24,9 +24,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-r4/dfhack-0.47.05-r4-Linux-64bit-gcc-7.tar.bz2 - md5sums_x86_64 = ff9f80f75e194f8cbe7ae5e5f96e1e04 - source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r4/dfhack-0.47.05-r4-Linux-32bit-gcc-7.tar.bz2 - md5sums_i686 = bc1ae8ccc046b8dca07b39c917d1b012 + source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r5/dfhack-0.47.05-r5-Linux-64bit-gcc-7.tar.bz2 + md5sums_x86_64 = 37d56b99b1c11c1a76bdd635ba8ebf64 + source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r5/dfhack-0.47.05-r5-Linux-32bit-gcc-7.tar.bz2 + md5sums_i686 = 855623ae47ff386223764c6fdd5d43d1 pkgname = dfhack-bin @@ -6,8 +6,8 @@ pkgname=dfhack-bin _pkgname=dfhack pkgver=0.47.05 -_pkgver=$pkgver-r4 -pkgrel=5 +_pkgver=$pkgver-r5 +pkgrel=6 pkgdesc="memory hacking library for Dwarf Fortress and a set of tools that use it" arch=('x86_64' 'i686') url="https://dfhack.readthedocs.io/en/stable/" @@ -22,8 +22,8 @@ source_x86_64=("https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfha source=(dfhack.sh dfhack-run.sh) -md5sums_i686=('bc1ae8ccc046b8dca07b39c917d1b012') -md5sums_x86_64=('ff9f80f75e194f8cbe7ae5e5f96e1e04') +md5sums_i686=('855623ae47ff386223764c6fdd5d43d1') +md5sums_x86_64=('37d56b99b1c11c1a76bdd635ba8ebf64') md5sums=('81f5909c1a32391679f968e40f24d5ca' '3853c6f890d3541f710f2c4833a9e696') |