diff options
author | 2024-04-08 18:04:27 +0100 | |
---|---|---|
committer | 2024-04-08 18:06:29 +0100 | |
commit | 0c4688c98d1ec1c80567dc9506f2a87ff71fca97 (patch) | |
tree | f3899bd06f482b52267fd9695b562933fdc9d5c2 /media-gfx | |
parent | games-engines/odamex: switch to smaller distfile (diff) | |
download | gentoo-0c4688c98d1ec1c80567dc9506f2a87ff71fca97.tar.gz gentoo-0c4688c98d1ec1c80567dc9506f2a87ff71fca97.tar.bz2 gentoo-0c4688c98d1ec1c80567dc9506f2a87ff71fca97.zip |
media-gfx/exif: switch to smaller distfile
Contents are identical.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/exif/Manifest | 2 | ||||
-rw-r--r-- | media-gfx/exif/exif-0.6.22-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/exif/Manifest b/media-gfx/exif/Manifest index 8a884efe8b84..7705f4cda844 100644 --- a/media-gfx/exif/Manifest +++ b/media-gfx/exif/Manifest @@ -1 +1 @@ -DIST exif-0.6.22.tar.gz 569665 BLAKE2B 556927fca99416ff174c0c4403337f2f8b85cb14472d920a48a9598d8b7e3be6b800b0b37a764cd89fb45b62376a05ef1f0ae6b260a076f0949aadf8a441a2eb SHA512 b194bacb28ff2b910014edce732f97a875852abd486ce62bcf9274eb0ed668a0ee9c954cf60455191969aacb48d3d4d3172958a183b29f050c0bf8d55de14e7d +DIST exif-0.6.22.tar.xz 369152 BLAKE2B 11cfda3d504860c418863449ba986d64553c3ac8354f99bd2af33b3bcb324a237b3bf89110bbd08b8ef5e4f0ac293107afdaac8abc1f4607d3a0544f18686430 SHA512 f1e2c56b9e72a606c90d53733c1f2b310f7be16a3929595bbf9d5d10a128ef3f6582f547554fc106f449e94d626a137a0a5e4c99391c9253d677abd5ae7fc333 diff --git a/media-gfx/exif/exif-0.6.22-r1.ebuild b/media-gfx/exif/exif-0.6.22-r1.ebuild index 8d4d61f471b8..230ebd275c1a 100644 --- a/media-gfx/exif/exif-0.6.22-r1.ebuild +++ b/media-gfx/exif/exif-0.6.22-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Small CLI util to show EXIF infos hidden in JPEG files" HOMEPAGE="https://libexif.github.io/ https://github.com/libexif/exif" -SRC_URI="https://github.com/lib${PN}/${PN}/releases/download/${PN}-${PV//./_}-release/${P}.tar.gz" +SRC_URI="https://github.com/lib${PN}/${PN}/releases/download/${PN}-${PV//./_}-release/${P}.tar.xz" LICENSE="LGPL-2+" SLOT="0" |