diff options
-rwxr-xr-x | extra/foomatic-db-engine/Pkgfile | 2 | ||||
-rwxr-xr-x | extra/foomatic-db/Pkgfile | 2 | ||||
-rwxr-xr-x | extra/foomatic-filters/Pkgfile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extra/foomatic-db-engine/Pkgfile b/extra/foomatic-db-engine/Pkgfile index 65f4fb8ca..ee817010c 100755 --- a/extra/foomatic-db-engine/Pkgfile +++ b/extra/foomatic-db-engine/Pkgfile @@ -8,7 +8,7 @@ name=foomatic-db-engine version=4.0.8 release=1 -source=(http://www.linuxprinting.org/download/foomatic/$name-$version.tar.gz) +source=(http://nutyx.meticul.eu/files/$name-$version.tar.gz) build() { cd $name-* diff --git a/extra/foomatic-db/Pkgfile b/extra/foomatic-db/Pkgfile index 4df960120..48e138305 100755 --- a/extra/foomatic-db/Pkgfile +++ b/extra/foomatic-db/Pkgfile @@ -8,7 +8,7 @@ name=foomatic-db version=4.0-20110809 release=1 -source=(http://www.linuxprinting.org/download/foomatic/$name-$version.tar.gz) +source=(http://nutyx.meticul.eu/files/$name-$version.tar.gz) build() { cd $name-* diff --git a/extra/foomatic-filters/Pkgfile b/extra/foomatic-filters/Pkgfile index 558d047d6..4f1abbb3d 100755 --- a/extra/foomatic-filters/Pkgfile +++ b/extra/foomatic-filters/Pkgfile @@ -8,7 +8,7 @@ name=foomatic-filters version=4.0.9 release=1 -source=(http://www.linuxprinting.org/download/foomatic/$name-$version.tar.gz) +source=(http://nutyx.meticul.eu/files/$name-$version.tar.gz) build() { cd $name-* |