Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/cdrkit: download from svn
@ 2014-10-19 12:18 Karoly Kasza
  2014-10-19 13:20 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Karoly Kasza @ 2014-10-19 12:18 UTC (permalink / raw)
  To: buildroot

www.cdrkit.org looks dead, the cdrkit archive always downloads from the
buildroot.org mirror. This patch points the downloader back to the
original svn release.

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
---
 package/cdrkit/cdrkit.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/cdrkit/cdrkit.mk b/package/cdrkit/cdrkit.mk
index 8ec0b8b..b2f0459 100644
--- a/package/cdrkit/cdrkit.mk
+++ b/package/cdrkit/cdrkit.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-CDRKIT_VERSION = 1.1.11
-CDRKIT_SITE = http://www.cdrkit.org/releases
+CDRKIT_SITE = svn://svn.debian.org/debburn/cdrkit/tags/release_1.1.11/
+CDRKIT_VERSION = 854
 CDRKIT_DEPENDENCIES = libcap bzip2 zlib
 CDRKIT_LICENSE = GPLv2
 CDRKIT_LICENSE_FILES = COPYING
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-19 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-19 12:18 [Buildroot] [PATCH 1/1] package/cdrkit: download from svn Karoly Kasza
2014-10-19 13:20 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox