diff options
author | Sam James <sam@gentoo.org> | 2022-04-12 13:15:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-12 22:04:00 +0100 |
commit | 24ee0a4e4f4e03b7d38cec734b8e2f219023dfec (patch) | |
tree | 67402767eafdf91aecd9283ad0427c5f16752532 /x11-misc/rofi/rofi-1.7.3-r1.ebuild | |
parent | sci-libs/gdal: switch to xz (diff) | |
download | gentoo-24ee0a4e4f4e03b7d38cec734b8e2f219023dfec.tar.gz gentoo-24ee0a4e4f4e03b7d38cec734b8e2f219023dfec.tar.bz2 gentoo-24ee0a4e4f4e03b7d38cec734b8e2f219023dfec.zip |
x11-misc/rofi: switch to xz
Smaller tarballs.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/rofi/rofi-1.7.3-r1.ebuild')
-rw-r--r-- | x11-misc/rofi/rofi-1.7.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/rofi/rofi-1.7.3-r1.ebuild b/x11-misc/rofi/rofi-1.7.3-r1.ebuild index c3c1397ae477..f3c69c98bc62 100644 --- a/x11-misc/rofi/rofi-1.7.3-r1.ebuild +++ b/x11-misc/rofi/rofi-1.7.3-r1.ebuild @@ -7,7 +7,7 @@ inherit autotools toolchain-funcs DESCRIPTION="A window switcher, run dialog and dmenu replacement" HOMEPAGE="https://github.com/davatorium/rofi" -SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz" LICENSE="MIT" SLOT="0" |