summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d751ddb16ba1..b35988decc1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libpng
pkgdesc = A collection of routines used to create PNG format graphics (mingw-w64)
- pkgver = 1.6.42
+ pkgver = 1.6.43
pkgrel = 1
url = http://www.libpng.org/pub/png/libpng.html
arch = any
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-libpng
options = !strip
options = !buildflags
options = staticlibs
- source = https://downloads.sourceforge.net/sourceforge/libpng/libpng-1.6.42.tar.xz
- sha256sums = c919dbc11f4c03b05aba3f8884d8eb7adfe3572ad228af972bb60057bdb48450
+ source = https://downloads.sourceforge.net/sourceforge/libpng/libpng-1.6.43.tar.xz
+ sha256sums = 6a5ca0652392a2d7c9db2ae5b40210843c0bbc081cbd410825ab00cc59f14a6c
pkgname = mingw-w64-libpng
diff --git a/PKGBUILD b/PKGBUILD
index 6e4f41d2f512..43706715536b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-libpng
-pkgver=1.6.42
+pkgver=1.6.43
_apngver=$pkgver
pkgrel=1
arch=('any')
@@ -10,7 +10,7 @@ license=('custom')
url="http://www.libpng.org/pub/png/libpng.html"
options=('!strip' '!buildflags' 'staticlibs')
source=("https://downloads.sourceforge.net/sourceforge/libpng/libpng-$pkgver.tar.xz")
-sha256sums=('c919dbc11f4c03b05aba3f8884d8eb7adfe3572ad228af972bb60057bdb48450')
+sha256sums=('6a5ca0652392a2d7c9db2ae5b40210843c0bbc081cbd410825ab00cc59f14a6c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"