diff options
author | David Tardon <dtardon@redhat.com> | 2015-05-19 15:41:58 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-05-19 16:00:59 +0200 |
commit | ac210e9d544df8509e4f53036754d1046c08883d (patch) | |
tree | 5b9db4aeef1d3a2cf747847b2e7a4920063b0d36 /download.lst | |
parent | 5094075fb1544ad29c2505f86862774c32500545 (diff) |
avoid the need to touch the Package makefile on updates
Change-Id: I4c9d3e8cf9e5635c848c165d4eda44ad3798ae38
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/download.lst b/download.lst index 7ea48622ef45..2e917f54ce14 100644 --- a/download.lst +++ b/download.lst @@ -146,7 +146,8 @@ export WPD_TARBALL := libwpd-0.10.0.tar.bz2 export WPG_MD5SUM := 17da9770cb8b317b7633f9807b32b71a export WPG_TARBALL := libwpg-0.3.0.tar.bz2 export WPS_MD5SUM := e9162d2566421d9d71b3ad2377a68fd5 -export WPS_TARBALL := libwps-0.4.0.tar.bz2 +export WPS_VERSION_MICRO := 0 +export WPS_TARBALL := libwps-0.4.$(WPS_VERSION_MICRO).tar.bz2 export XSLTML_TARBALL := a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip export ZLIB_MD5SUM := 44d667c142d7cda120332623eab69f40 export ZLIB_TARBALL := zlib-1.2.8.tar.gz |