Merge remote-tracking branch 'mfischer/libjpeg' into next

This commit is contained in:
Michael Tremer
2015-03-16 18:00:40 +01:00

View File

@@ -1,7 +1,7 @@
############################################################################### ###############################################################################
# # # #
# IPFire.org - A linux based firewall # # IPFire.org - A linux based firewall #
# Copyright (C) 2007 Michael Tremer & Christian Schmidt # # Copyright (C) 2015 Michael Tremer & Christian Schmidt #
# # # #
# This program is free software: you can redistribute it and/or modify # # This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by # # it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config include Config
VER = 1.3.0 VER = 1.3.1
THISAPP = libjpeg-turbo-$(VER) THISAPP = libjpeg-turbo-$(VER)
DL_FILE = $(THISAPP).tar.gz DL_FILE = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = e1e65cc711a1ade1322c06ad4a647741 $(DL_FILE)_MD5 = 2c3a68129dac443a72815ff5bb374b05
install : $(TARGET) install : $(TARGET)