diff options
author | Niels Kristian Bech Jensen <nkbj1970@hotmail.com> | 2013-05-24 03:14:34 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-05-24 03:14:34 (GMT) |
commit | 9f9c54b1324fd103855dbb7ac0ad224f1ff60c92 (patch) | |
tree | 2e712a82bafad47026cad060b1c621285f7b66ac | |
parent | 0cbc11154aa23ff4944217121f9b329745bcf89f (diff) | |
download | mxe-9f9c54b1324fd103855dbb7ac0ad224f1ff60c92.zip mxe-9f9c54b1324fd103855dbb7ac0ad224f1ff60c92.tar.gz mxe-9f9c54b1324fd103855dbb7ac0ad224f1ff60c92.tar.bz2 |
update package xmlwrapp
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | src/xmlwrapp.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2255,7 +2255,7 @@ aptitude -t squeeze-backports install cmake yasm</pre> </tr> <tr> <td id="xmlwrapp-package">xmlwrapp</td> - <td id="xmlwrapp-version">0.6.3</td> + <td id="xmlwrapp-version">0.7.0</td> <td id="xmlwrapp-website"><a href="http://sourceforge.net/projects/xmlwrapp/">xmlwrapp</a></td> </tr> <tr> diff --git a/src/xmlwrapp.mk b/src/xmlwrapp.mk index 86e8a91..04f6781 100644 --- a/src/xmlwrapp.mk +++ b/src/xmlwrapp.mk @@ -3,7 +3,7 @@ PKG := xmlwrapp $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 7bd66ecc1204b296580a499fd929d77b79e6e85a +$(PKG)_CHECKSUM := 2a9c1db86977515863b41099b94af1152c2d0374 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) |