diff options
author | Eric Bénard <eric@eukrea.com> | 2010-09-08 15:59:14 +0200 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2010-09-08 21:22:43 +0200 |
commit | 8f4400c820def38de9806f10cc20b35dec416ef2 (patch) | |
tree | d9667ce6820f6cab044f6ba3a910b428762889af /recipes/rlpr | |
parent | c3b768411cc69966ce88de3ec1baa1516ecdd781 (diff) |
rlpr: upgrade to version 2.06
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/rlpr')
-rw-r--r-- | recipes/rlpr/rlpr_2.06.bb (renamed from recipes/rlpr/rlpr_2.05.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/rlpr/rlpr_2.05.bb b/recipes/rlpr/rlpr_2.06.bb index 2751b9f8b3..64220ce8e3 100644 --- a/recipes/rlpr/rlpr_2.05.bb +++ b/recipes/rlpr/rlpr_2.06.bb @@ -2,11 +2,11 @@ DESCRIPTION = "rlpr makes it possible to print files on remote sites to your net HOMEPAGE = "http://freshmeat.net/projects/rlpr/" SECTION = "console/network" LICENSE = "GPL" -PR = "r1" +PR = "r0" -SRC_URI = "${DEBIAN_MIRROR}/main/r/rlpr/rlpr_2.05.orig.tar.gz" -SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79" -SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a" +SRC_URI = "http://linuxfocus.org/~guido/rlpr-2.06.tar.gz" +SRC_URI[md5sum] = "c3192d0e84ccae432e754640f6003478" +SRC_URI[sha256sum] = "32ae5893f4b9250b7a02c98a41b5929cfdd5731b6efbd7edfc77c2c5314388f7" inherit autotools |