diff options
-rw-r--r-- | source.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ upstream_version = $$(printf '%s\n' '$(OPK_SOURCE_VERSION_UPSTREAM)' | \ sed 's/~/-/') -upstream_archive = opkbuild-$(upstream_version).tar.bz2 +upstream_archive = opkbuild-$(upstream_version).tar.xz upstream_dir_url = http://files.proteanos.com/pub/opkbuild/$(upstream_version) upstream_url = $(upstream_dir_url)/$(upstream_archive) upstream_sum = $(upstream_dir_url)/SHA256SUMS -source_archive = ../opkbuild-$(OPK_SOURCE_VERSION_UPSTREAM).orig.tar.bz2 +source_archive = ../opkbuild-$(OPK_SOURCE_VERSION_UPSTREAM).orig.tar.xz $(source_archive): wget "$(upstream_url)" |