wok rev 24688
updated jhead (3.04 -> 3.06.0.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 12 13:31:56 2022 +0100 (2022-03-12) |
parents | f77a9c3daaae |
children | 8405a310d36a |
files | jhead/description.txt jhead/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/jhead/description.txt Sat Mar 12 13:31:56 2022 +0100 1.3 @@ -0,0 +1,2 @@ 1.4 +JHEAD is a simple command line tool for displaying and some manipulation 1.5 +of EXIF header data embedded in Jpeg images from digital cameras.
2.1 --- a/jhead/receipt Sat Mar 12 11:02:58 2022 +0000 2.2 +++ b/jhead/receipt Sat Mar 12 13:31:56 2022 +0100 2.3 @@ -1,15 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="jhead" 2.7 -VERSION="3.04" 2.8 +VERSION="3.06.0.1" 2.9 CATEGORY="graphics" 2.10 SHORT_DESC="Exif Jpeg header manipulation tool." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="PublicDomain" 2.13 -WEB_SITE="http://www.sentex.net/~mwandel/jhead/" 2.14 +WEB_SITE="https://www.sentex.net/~mwandel/jhead/" 2.15 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 -WGET_URL="$WEB_SITE$TARBALL" 2.18 +WGET_URL="https://github.com/Matthias-Wandel/$PACKAGE/archive/refs/tags/$VERSION.tar.gz" 2.19 2.20 DEPENDS="" 2.21 BUILD_DEPENDS=""