Date: Sunday, March 22, 2020 @ 12:36:42 Author: arojas Revision: 603489
Update to 2.6.2 Modified: freeciv/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-22 12:36:11 UTC (rev 603488) +++ PKGBUILD 2020-03-22 12:36:42 UTC (rev 603489) @@ -1,7 +1,7 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=freeciv -pkgver=2.6.1 +pkgver=2.6.2 pkgrel=1 pkgdesc="A multiuser clone of the famous Microprose game of Civilization" arch=('x86_64') @@ -11,7 +11,7 @@ makedepends=('python') backup=('etc/freeciv/database.lua') source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('0a8994cf514b79897924195880f667ebfec815e9') +sha1sums=('d459c711a164fbaf215e0083aaf5784253a1492f') build() { cd ${pkgname}-${pkgver}
