mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/jpegoptim: Updated for version 1.4.4.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
0ba60eb5ed
commit
2af585ef24
2 changed files with 8 additions and 8 deletions
|
@ -19,16 +19,16 @@
|
|||
|
||||
# You may have received a copy of the GNU General Public License along
|
||||
# with this program (most likely, a file named COPYING). If not, see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
# <https://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=jpegoptim
|
||||
VERSION=${VERSION:-1.4.3}
|
||||
VERSION=${VERSION:-1.4.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -39,8 +39,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jpegoptim"
|
||||
VERSION="1.4.3"
|
||||
VERSION="1.4.4"
|
||||
HOMEPAGE="https://github.com/tjko/jpegoptim"
|
||||
DOWNLOAD="https://github.com/tjko/jpegoptim/archive/RELEASE.1.4.3.tar.gz"
|
||||
MD5SUM="5a355ff79b8eba14545fe96e3acb2f4c"
|
||||
DOWNLOAD="https://github.com/tjko/jpegoptim/archive/RELEASE.1.4.4.tar.gz"
|
||||
MD5SUM="e41ccb5f349a26cf02588b6991549bf4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue