diff options
author | Sam James <sam@gentoo.org> | 2024-04-19 11:31:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-19 11:38:32 +0100 |
commit | 07750de887152fa2d2ee67abd2851d37ad9e459a (patch) | |
tree | 8aa6fe19e9de738c15c0e91c5281f7a4432a276d /app-i18n/scim-tables | |
parent | app-i18n/scim-pinyin: switch to smaller distfile (diff) | |
download | gentoo-07750de887152fa2d2ee67abd2851d37ad9e459a.tar.gz gentoo-07750de887152fa2d2ee67abd2851d37ad9e459a.tar.bz2 gentoo-07750de887152fa2d2ee67abd2851d37ad9e459a.zip |
app-i18n/scim-tables: switch to smaller distfile
Contents are identical modulo a few timestamps.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n/scim-tables')
-rw-r--r-- | app-i18n/scim-tables/Manifest | 2 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.5.13.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/scim-tables/Manifest b/app-i18n/scim-tables/Manifest index 686f108bfe9f..c100883d8d50 100644 --- a/app-i18n/scim-tables/Manifest +++ b/app-i18n/scim-tables/Manifest @@ -1 +1 @@ -DIST scim-tables-0.5.13.tar.gz 6716275 BLAKE2B 8b7932f38baab64d9e1db6e9f76e3d7425f3b1ff071c358b8f2a7d8b2602d3304248e97389f2423ebc12b37edf43c114f73e6bace3907547af44963e03317878 SHA512 400aa99acef83b82e6422398f41bf65e51b7e703adc3e87cdef03793d84983e600f9e6201fda6f9c54e97f35c44da72a657ce15caef09ef490c44ad19c3a9e33 +DIST scim-tables-0.5.13.tar.xz 4052072 BLAKE2B e85ca8a1266a6a640f5ec05d3c44f80aadbe94e7d8f83fa235b60e7d524fffca4ca7a35082b1a90f4994ea660b3c931849761d1abd5e6db225e8cf90296ff202 SHA512 500aed2807c1d6b1c26efd2a782c9134439e4874bd8ad14dd0e80f831b4b6fcb7a70ecb532b6bb1504063e547d4a6bde4b65ad731a8677ada638f2408bc2b980 diff --git a/app-i18n/scim-tables/scim-tables-0.5.13.ebuild b/app-i18n/scim-tables/scim-tables-0.5.13.ebuild index 718a68ef66c5..eaff37823c8f 100644 --- a/app-i18n/scim-tables/scim-tables-0.5.13.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.5.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://www.scim-im.org/" -SRC_URI="mirror://sourceforge/scim/${P}.tar.gz" +SRC_URI="mirror://sourceforge/scim/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" |