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 | |
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')
-rw-r--r-- | x11-misc/rofi/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/rofi/rofi-1.6.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/rofi/rofi-1.7.2.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/rofi/rofi-1.7.3-r1.ebuild | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest index f53dc62c64eb..6ec043f0bb0e 100644 --- a/x11-misc/rofi/Manifest +++ b/x11-misc/rofi/Manifest @@ -1,3 +1,3 @@ -DIST rofi-1.6.1.tar.gz 569262 BLAKE2B 938b45f8326b5a28e349ac9f7028c476274faa4f932a773acc350d5e1dc8d5c05c7cfb7ec10f1ab5d8c83590074424c3379768671d37ee799d78e508b8c4a4cb SHA512 b54e75818a98fa9262a3016260051837de189d49beff4f4a158cb2e7f41438641377e11d75c164f423e6a86d8b8fca3b76e2630611678525465d06c21b393f60 -DIST rofi-1.7.2.tar.gz 921356 BLAKE2B 88daaac60f4deab18b9ca00cdd490c57aef7ba103ca947a25a204c4e1da9d5b5a3eb2af4e88cd0f0c920315ee30a49982f521fdd9fde2f5de99b061d52ca410b SHA512 5a3d2b118c0d74e6f9499709000e7d6de270d7c51abcc1a376ecd3838b159ff311cc171e8a1968d6872fcbb6deed565e7d777b687f49756c5ba85351f2f089ea -DIST rofi-1.7.3.tar.gz 935184 BLAKE2B 66585b5542fcf59f22c68ad753a04051a188524c8008435f75b28f923cc46ecb9a0d41a98414577dc59b5a899488de77a6301544fc5af35a7d14a4d8ec930dad SHA512 5d1b8fed868a7fcf372298800997d4aeeb9b428858448a9b9e4c523af8d878aa172dc63ad788cdc950af89a1f3ea850bc4c98a55c9e8ace29e67050ac0c02078 +DIST rofi-1.6.1.tar.xz 404372 BLAKE2B b338382104b84f068024eff3a04bed1bbc895d6977204a9abdc55e3b382e6e6a9e5646f6155011b17d43943d9a7a9fb92aa7dca24789b260e73b5e3b134001de SHA512 c9794a7e4921e58ecc5fc7096218203f548efe2a49ffa6971accc12e9172248bda856ad06f8c11ada9abb62b9a43c7fffce1c1be9a3fe1365c94561b170a8b73 +DIST rofi-1.7.2.tar.xz 747768 BLAKE2B c6bc6decebe40fdc020d9fc0f4b998cae2c309d5c582af17092a9a54fcd49d6bcc0a05d4c6e24c7fce42ea85c28b219dd5cd88b13aa22c843724cdd38d223e57 SHA512 78605beb4261ce5f930f6b7f80e9350f37ab1b6249675c7b63625a4ea8d22803bcc7c9aaa07aa569b1c0b72692a8499d35e6e24554fc4a7ff23cd107a8355b1a +DIST rofi-1.7.3.tar.xz 755776 BLAKE2B af746e72ce5d09f3815960eb533bf58160c56141a116d1d950db498445e07696d0af2abe36a661ce67178f2040bfba7a39ac6c8eacdfc4db9f75e5f74daf47f5 SHA512 bba9ee25c7ff2168370ad1fd21a2286706f9db1efccdab84c55abd3bfa822ed10d23128388c69c964e81b2c51e1a95b3a3c7ca503a4564d0bdb3a993d8a9553d diff --git a/x11-misc/rofi/rofi-1.6.1-r1.ebuild b/x11-misc/rofi/rofi-1.6.1-r1.ebuild index e654777a5b58..664fa0b6b465 100644 --- a/x11-misc/rofi/rofi-1.6.1-r1.ebuild +++ b/x11-misc/rofi/rofi-1.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" diff --git a/x11-misc/rofi/rofi-1.7.2.ebuild b/x11-misc/rofi/rofi-1.7.2.ebuild index 309aa7907bde..03869ad9b2a1 100644 --- a/x11-misc/rofi/rofi-1.7.2.ebuild +++ b/x11-misc/rofi/rofi-1.7.2.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" 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" |