diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-05-22 09:33:04 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-05-22 09:33:04 (GMT) |
commit | 6188de2ed34a0d00b3845e9b1fbd43bf9963a01b (patch) | |
tree | fd6e122394a96e70f8a2930ad4ad0c6e9343edae /src/gtkglextmm.mk | |
parent | 943ab6a7ee0eb6748b4dcf0c9bd08592722b55ce (diff) | |
download | mxe-6188de2ed34a0d00b3845e9b1fbd43bf9963a01b.zip mxe-6188de2ed34a0d00b3845e9b1fbd43bf9963a01b.tar.gz mxe-6188de2ed34a0d00b3845e9b1fbd43bf9963a01b.tar.bz2 |
various packages: remove grep workarounds for version sorting
Diffstat (limited to 'src/gtkglextmm.mk')
-rw-r--r-- | src/gtkglextmm.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkglextmm.mk b/src/gtkglextmm.mk index e76cca1..3e5a575 100644 --- a/src/gtkglextmm.mk +++ b/src/gtkglextmm.mk @@ -13,8 +13,8 @@ define $(PKG)_UPDATE $(WGET) -q -O- 'http://git.gnome.org/cgit/gtkglextmm/refs/tags' | \ grep '<a href=' | \ $(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \ - grep -v '1\.1\.' | \ - head -1 + $(SORT) -V | \ + tail -1 endef define $(PKG)_BUILD |