diff options
Diffstat (limited to 'community/openttd/PKGBUILD')
-rw-r--r-- | community/openttd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/openttd/PKGBUILD b/community/openttd/PKGBUILD index 957db6065..0c4037221 100644 --- a/community/openttd/PKGBUILD +++ b/community/openttd/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 71703 2012-06-01 13:23:48Z lcarlier $ +# $Id: PKGBUILD 75307 2012-08-18 21:49:24Z lcarlier $ # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> pkgname=openttd -pkgver=1.2.1 +pkgver=1.2.2 pkgrel=1 pkgdesc='An engine for running Transport Tycoon Deluxe.' arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ install=openttd.install optdepends=('openttd-opengfx: free graphics' 'openttd-opensfx: free soundset') source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz") -md5sums=('66b54e0293594aab90085db113cc2dd3') +sha256sums=('57b105ab03d0275e190107fd1d54255f0c25d8b24d41d15ed2702534bab31f95') build() { cd ${pkgname}-${pkgver} |