diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-08-02 00:49:31 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-08-02 00:49:31 +0200 |
commit | c68980af2f249a1bb65be264a45792d6953e7bb8 (patch) | |
tree | 5982b12efda6df195fdda53b4b470937468c9c94 | |
parent | 455a67ee98ed82e3b8e5fbb4d31875110ef9114f (diff) |
libnxml: Added 0.18.3. Changed upstream URL www2.* to www.*.
-rw-r--r-- | conf/checksums.ini | 6 | ||||
-rw-r--r-- | recipes/libnxml/libnxml.inc | 2 | ||||
-rw-r--r-- | recipes/libnxml/libnxml_0.16.bb | 4 |
3 files changed, 10 insertions, 2 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index c37effb7c8..de8850a80b 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -14190,10 +14190,14 @@ sha256=424d12aae7a6ea8c90438cf4ccff486dc01a3a2a7b68eb602ee2b8c28178b6d1 md5=a547da766fccacd00fd05190baf644da sha256=54f316f530caaacd55dc23f546537759382a45ac6378ead249b5a5d51cf4db52 -[http://www2.autistici.org/bakunin/libnxml/libnxml-0.16.tar.gz] +[http://www.autistici.org/bakunin/libnxml/libnxml-0.16.tar.gz] md5=85b6a42a9e17a23c01b2f2ed0ece0563 sha256=6154872089834b0ffd34e92612d07e2d1ccec572698bd861da752eeeaab7ca78 +[http://www.autistici.org/bakunin/libnxml/libnxml-0.18.3.tar.gz] +md5=857f43970e7f0724d28f4ddc87085daf +sha256=0f9460e3ba16b347001caf6843f0050f5482e36ebcb307f709259fd6575aa547 + [http://www.vorbis.com/files/1.0/unix/libogg-1.0.tar.gz] md5=382a7089f42e6f82e7d658c1cb8ee236 sha256=920fa2a0924d66884825d36a2e843de069cfdf1af01945d05da25999bbd6396c diff --git a/recipes/libnxml/libnxml.inc b/recipes/libnxml/libnxml.inc index 0930d5d1d9..aa9c783164 100644 --- a/recipes/libnxml/libnxml.inc +++ b/recipes/libnxml/libnxml.inc @@ -8,7 +8,7 @@ INC_PR = "0" inherit autotools pkgconfig -SRC_URI = "http://www2.autistici.org/bakunin/libnxml/libnxml-${PV}.tar.gz" +SRC_URI = "http://www.autistici.org/bakunin/libnxml/libnxml-${PV}.tar.gz" do_stage() { autotools_stage_all diff --git a/recipes/libnxml/libnxml_0.16.bb b/recipes/libnxml/libnxml_0.16.bb new file mode 100644 index 0000000000..b233795023 --- /dev/null +++ b/recipes/libnxml/libnxml_0.16.bb @@ -0,0 +1,4 @@ +require libnxml.inc + +PR = "${INC_PR}.0" + |