diff options
author | Sam James <sam@gentoo.org> | 2022-04-12 12:58:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-12 22:03:41 +0100 |
commit | a5a8c30587cf29c118156152865aa30ed0718908 (patch) | |
tree | 02a86c8d91f9a6d5f26b9a8f786ab2ddf1a3a5f9 /app-containers/crun/crun-1.4.4.ebuild | |
parent | games-simulation/openttd: add custom attach command (diff) | |
download | gentoo-a5a8c30587cf29c118156152865aa30ed0718908.tar.gz gentoo-a5a8c30587cf29c118156152865aa30ed0718908.tar.bz2 gentoo-a5a8c30587cf29c118156152865aa30ed0718908.zip |
app-containers/crun: switch to xz
Smaller tarballs.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers/crun/crun-1.4.4.ebuild')
-rw-r--r-- | app-containers/crun/crun-1.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/crun/crun-1.4.4.ebuild b/app-containers/crun/crun-1.4.4.ebuild index 33d91862b5eb..67c59f247e94 100644 --- a/app-containers/crun/crun-1.4.4.ebuild +++ b/app-containers/crun/crun-1.4.4.ebuild @@ -9,7 +9,7 @@ inherit python-any-r1 DESCRIPTION="A fast and low-memory footprint OCI Container Runtime fully written in C" HOMEPAGE="https://github.com/containers/crun" -SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.xz" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" |