summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-02-15 08:28:08 +0100
committerNicola Murino2019-02-15 08:28:08 +0100
commit21744efd08d420794fde49200f219b7bb1108bf7 (patch)
tree767903b05ddcfe93dff6307cf7086e6ad2cd4847
parent094ae6d28bda7084f403b2efb102e28a7d41da98 (diff)
downloadaur-21744efd08d420794fde49200f219b7bb1108bf7.tar.gz
Update to 2.0.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90614a7c7a10..e6a560315d02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libjpeg-turbo
pkgdesc = JPEG image codec with accelerated baseline compression and decompression (mingw-w64)
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = http://libjpeg-turbo.virtualgl.org
arch = any
@@ -14,9 +14,9 @@ pkgbase = mingw-w64-libjpeg-turbo
options = staticlibs
options = !strip
options = !buildflags
- source = http://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-2.0.1.tar.gz
+ source = http://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-2.0.2.tar.gz
validpgpkeys = 7D6293CC6378786E1B5C496885C7044E033FDE16
- sha256sums = e5f86cec31df1d39596e0cca619ab1b01f99025a27dafdfc97a30f3a12f866ff
+ sha256sums = acb8599fe5399af114287ee5907aea4456f8f2c1cc96d26c28aebfdf5ee82fed
pkgname = mingw-w64-libjpeg-turbo
diff --git a/PKGBUILD b/PKGBUILD
index 9d881afe62d4..be42e408d60b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libjpeg-turbo
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
arch=(any)
pkgdesc="JPEG image codec with accelerated baseline compression and decompression (mingw-w64)"
@@ -13,7 +13,7 @@ options=(staticlibs !strip !buildflags)
url="http://libjpeg-turbo.virtualgl.org"
source=("http://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-$pkgver.tar.gz")
validpgpkeys=('7D6293CC6378786E1B5C496885C7044E033FDE16')
-sha256sums=('e5f86cec31df1d39596e0cca619ab1b01f99025a27dafdfc97a30f3a12f866ff')
+sha256sums=('acb8599fe5399af114287ee5907aea4456f8f2c1cc96d26c28aebfdf5ee82fed')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"