diff options
author | Thomas Penteker <tek@serverop.de> | 2009-12-19 13:28:55 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2009-12-19 13:28:55 +0100 |
commit | d7a66210700a708e9cc6ea97fca03e75bc147c89 (patch) | |
tree | 4da878ad592f0d39dbbc7ec28f9ffcaaaac58914 /fbshot | |
parent | ade3ef5c3b5e777e1e12a6144e638b49ce23d864 (diff) | |
download | contrib-d7a66210700a708e9cc6ea97fca03e75bc147c89.tar.gz contrib-d7a66210700a708e9cc6ea97fca03e75bc147c89.tar.xz |
fbshot: fix source()
Diffstat (limited to 'fbshot')
-rw-r--r-- | fbshot/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fbshot/Pkgfile b/fbshot/Pkgfile index 72deaee9b..d931733b1 100644 --- a/fbshot/Pkgfile +++ b/fbshot/Pkgfile @@ -6,7 +6,7 @@ name=fbshot version=0.3 release=1 -source=(http://www.sfires.net/stuff/$name/$name-$version.tar.gz) +source=(http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/Utils/$name/$name-$version.tar.gz) build() { cd $name-$version |