summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2018-10-23 15:50:59 +0200
committerChristian Krause2018-10-23 15:50:59 +0200
commita9fd42c77c5fa4cdf12a0e85feaf6219667ccab8 (patch)
treee6e3ac0e21870dc0470bba7710d37017eabc1522
parenta78e5edc3fe9f6a91bb09e70765ae83806d396d2 (diff)
downloadaur-a9fd42c77c5fa4cdf12a0e85feaf6219667ccab8.tar.gz
dfhack-bin-0.44.12-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fc9024c7594..8957614c63ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dfhack-bin
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
- pkgver = 0.44.08
+ pkgver = 0.44.12
pkgrel = 1
url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
arch = i686
license = custom
- depends = dwarffortress=0.44.08
+ depends = dwarffortress=0.44.12
depends = lua
depends = protobuf
depends = libpng12
@@ -23,10 +23,10 @@ pkgbase = dfhack-bin
source = dfhack-run.sh
md5sums = 81f5909c1a32391679f968e40f24d5ca
md5sums = 3853c6f890d3541f710f2c4833a9e696
- source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.44.08-alpha1/dfhack-0.44.08-alpha1-Linux-64-gcc-7.tar.bz2
- md5sums_x86_64 = c94f46739a762547f2a12e42048442c7
- source_i686 = https://github.com/DFHack/dfhack/releases/download/0.44.08-alpha1/dfhack-0.44.08-alpha1-Linux-32-gcc-7.tar.bz2
- md5sums_i686 = f7ee4d034e9f02c463fe13f5e0b1364e
+ source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.44.12-r1/dfhack-0.44.12-r1-Linux-64-gcc-7.tar.bz2
+ md5sums_x86_64 = 79ad15a2c33516ae9594038f465dfe25
+ source_i686 = https://github.com/DFHack/dfhack/releases/download/0.44.12-r1/dfhack-0.44.12-r1-Linux-32-gcc-7.tar.bz2
+ md5sums_i686 = c8719210d0076603499a21ec50f4592a
pkgname = dfhack-bin
diff --git a/PKGBUILD b/PKGBUILD
index 42779c85fc36..5e7b1ff92a05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=dfhack-bin
_pkgname=dfhack
-pkgver=0.44.08
-_pkgver=$pkgver-alpha1
+pkgver=0.44.12
+_pkgver=$pkgver-r1
pkgrel=1
pkgdesc="memory hacking library for Dwarf Fortress and a set of tools that use it"
arch=('x86_64' 'i686')
@@ -23,8 +23,8 @@ source=(dfhack.sh
md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')
-md5sums_x86_64=('c94f46739a762547f2a12e42048442c7')
-md5sums_i686=('f7ee4d034e9f02c463fe13f5e0b1364e')
+md5sums_x86_64=('79ad15a2c33516ae9594038f465dfe25')
+md5sums_i686=('c8719210d0076603499a21ec50f4592a')
prepare() {
# shellcheck disable=2154