package/jhead: bump to version 3.0.3

- Remove patch (already in version)
- Add hash for license file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2019-03-17 16:30:36 +01:00 committed by Thomas Petazzoni
parent 78d4ddbf3b
commit 58a400035e
3 changed files with 3 additions and 18 deletions

View File

@ -1,16 +0,0 @@
Make jhead use LDFLAGS for the final link.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
diff -Nura jhead-2.97.orig/makefile jhead-2.97/makefile
--- jhead-2.97.orig/makefile 2013-03-27 09:22:38.759966389 -0300
+++ jhead-2.97/makefile 2013-03-27 09:25:06.290691745 -0300
@@ -14,7 +14,7 @@
${CC} $(CFLAGS) -c $< -o $@
jhead: $(objs) jhead.h
- ${CC} -o jhead $(objs) -lm
+ ${CC} $(LDFLAGS) -o jhead $(objs) -lm
clean:
rm -f $(objs) jhead

View File

@ -1,2 +1,3 @@
# Locally calculated from download (no sig, hash) # Locally calculated from download (no sig, hash)
sha256 88cc01da018e242fe2e05db73f91b6288106858dd70f27506c4989a575d2895e jhead-3.00.tar.gz sha256 82194e0128d9141038f82fadcb5845391ca3021d61bc00815078601619f6c0c2 jhead-3.03.tar.gz
sha256 46c870a208305489eea862ec8b05b030ba1f06d99195f660dc0ba541cc38d82b readme.txt

View File

@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
JHEAD_VERSION = 3.00 JHEAD_VERSION = 3.03
JHEAD_SITE = http://www.sentex.net/~mwandel/jhead JHEAD_SITE = http://www.sentex.net/~mwandel/jhead
JHEAD_LICENSE = Public Domain JHEAD_LICENSE = Public Domain
JHEAD_LICENSE_FILES = readme.txt JHEAD_LICENSE_FILES = readme.txt