mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] Problem with json-c update


From: Thomas Mayer
Subject: [Mingw-cross-env-list] Problem with json-c update
Date: Mon, 22 Apr 2013 21:25:06 +0200
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

Hi,

I have just found out, that json-c have released version 0.11.

The versions in the xml file that is parsed for update are sorted
alphabetical:
0.10
0.11
0.9

So, the update script does not show 0.11 as new:
define $(PKG)_UPDATE
    $(WGET) -q -O- 'https://s3.amazonaws.com/json-c_releases' | \
    $(SED) -r 's,<Key>,\n<Key>,g' | \
    $(SED) -n 's,.*releases/json-c-\([0-9.]*\).tar.gz.*,\1,p' | \
    head -1
endef

How to solve this issue? I would then update the package and sort out
the patches and test.

Thanks,
Thomas
-- 
"[D]ie Kunst flieht, wenn ihr eure Thaten sofort mit dem historischen
Zeltdach überspannt." (Friedrich Nietzsche - Vom Nutzen und Nachtheil
der Historie für das Leben)
http://www.residuum.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]