diff options
author | danfe <danfe@FreeBSD.org> | 2015-09-08 19:43:03 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-09-08 19:43:03 +0800 |
commit | a03c287f1cc8a7ae1d6898b1efa0badc8d5e8cce (patch) | |
tree | ac00bd6af2d15c9fefeaf38de4ed2e1b35581eb5 /games | |
parent | 46b05362d9adc1abc01da9e859a0112c2fa0da18 (diff) | |
download | freebsd-ports-gnome-a03c287f1cc8a7ae1d6898b1efa0badc8d5e8cce.tar.gz freebsd-ports-gnome-a03c287f1cc8a7ae1d6898b1efa0badc8d5e8cce.tar.zst freebsd-ports-gnome-a03c287f1cc8a7ae1d6898b1efa0badc8d5e8cce.zip |
- Update to version 1.5.2, mostly bugfix release
- Actualize mirror list (https://devs.openttd.org/~truebrain/mirror.txt)
Diffstat (limited to 'games')
-rw-r--r-- | games/openttd/Makefile | 8 | ||||
-rw-r--r-- | games/openttd/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index d008b5bebb5b..7e5986e6d420 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -2,10 +2,14 @@ # $FreeBSD$ PORTNAME= openttd -DISTVERSION= 1.5.1 +DISTVERSION= 1.5.2 CATEGORIES= games -MASTER_SITES= http://gb.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ +MASTER_SITES= http://ca.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ + http://cz.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ + http://de.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ + http://fr.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ http://ftp.snt.utwente.nl/pub/games/openttd/binaries/releases/${DISTVERSION}/ \ + http://uk.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ http://us.binaries.openttd.org/binaries/releases/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-source diff --git a/games/openttd/distinfo b/games/openttd/distinfo index bbf7c48d1b90..3b996352973a 100644 --- a/games/openttd/distinfo +++ b/games/openttd/distinfo @@ -1,2 +1,2 @@ -SHA256 (openttd-1.5.1-source.tar.xz) = c98e76e57de213c8d2ccafa4fa2e02b91c031b2487639ccf9b85c725c1428f49 -SIZE (openttd-1.5.1-source.tar.xz) = 6557704 +SHA256 (openttd-1.5.2-source.tar.xz) = 60e68eca552e34268033885e5389ad46b88b692514bf426a6e37cebd8d819f28 +SIZE (openttd-1.5.2-source.tar.xz) = 6565476 |