mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-27 17:37:18 +01:00
treewide: use gzip-compressed tarballs if git isn't used
Packages that use tarballs as the primary download method cannot change from gzip to zstd without upstream providing that zstd. For packages that use https://github.com/*/*/archive/ directly, without dl_github_archive, only .tar.gz or .zip can be used. This reverts part of454dda3433(treewide: change to zstd tarballs, 2025-12-15) for packages umoci, ndt, skopeo. Fixes:454dda3433("treewide: change to zstd tarballs")
This commit is contained in:
parent
00f31bb4ba
commit
77914bbb43
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ PKG_VERSION:=3.6.4
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_BUILD_DIR:=${BUILD_DIR}/ndt-$(PKG_VERSION)
|
PKG_BUILD_DIR:=${BUILD_DIR}/ndt-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=ndt-$(PKG_VERSION).tar.zst
|
PKG_SOURCE:=ndt-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://software.internet2.edu/sources/ndt
|
PKG_SOURCE_URL:=http://software.internet2.edu/sources/ndt
|
||||||
PKG_HASH=098d9d55536b8a0ab07ef13eb15b7fd4
|
PKG_HASH=098d9d55536b8a0ab07ef13eb15b7fd4
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ PKG_NAME:=skopeo
|
||||||
PKG_VERSION:=1.9.2
|
PKG_VERSION:=1.9.2
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.zst
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/containers/skopeo/archive/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/containers/skopeo/archive/v$(PKG_VERSION)
|
||||||
PKG_HASH:=9a321ba75f213e5c46cba7f92073c2437137a56d3140c9ab6e723fb92890f9d0
|
PKG_HASH:=9a321ba75f213e5c46cba7f92073c2437137a56d3140c9ab6e723fb92890f9d0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ PKG_RELEASE:=$(AUTORELEASE)
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.zst
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/opencontainers/umoci/archive/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/opencontainers/umoci/archive/v$(PKG_VERSION)
|
||||||
PKG_HASH:=c01b36de6fdc513eb65add57bc882d72f94fc3b4b65a8f9ef59826fb754af93e
|
PKG_HASH:=c01b36de6fdc513eb65add57bc882d72f94fc3b4b65a8f9ef59826fb754af93e
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue