diff options
author | Matthias Hentges <oe@hentges.net> | 2007-12-21 10:39:51 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-12-21 10:39:51 +0000 |
commit | 98b25154c7850980bde340169c870013a41d6169 (patch) | |
tree | 6b43078e78c51dae59881654975f1b1289e2e959 /packages | |
parent | c6150944b250086c0375b86ce819a8b9bf9d2820 (diff) |
enca_1.9.bb: Fix SRC_URI as original site appears to be dead
Diffstat (limited to 'packages')
-rw-r--r-- | packages/enca/enca_1.9.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/enca/enca_1.9.bb b/packages/enca/enca_1.9.bb index 1db1e19be7..ddd7acef82 100644 --- a/packages/enca/enca_1.9.bb +++ b/packages/enca/enca_1.9.bb @@ -3,9 +3,9 @@ SECTION = "libs" PRIORITY = "optional" LICENSE = "GPLv2" HOMEPAGE = "http://trific.ath.cx/software/enca/" -PR = "r2" +PR = "r3" -SRC_URI = "http://trific.ath.cx/Ftp//enca/enca-${PV}.tar.bz2 \ +SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/enca-${PV}.tar.bz2 \ file://configure-hack.patch;patch=1 \ file://dont-run-tests.patch;patch=1 \ file://configure-remove-dumbness.patch;patch=1 \ |