From 89af5f9f4ea6fb10b0d4ec40ebabe7bed4072b31 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 15 Jun 2017 16:41:58 +0200 Subject: [PATCH] libepoxy: Update to 1.4.3 (#2583) --- mingw-w64-libepoxy/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-libepoxy/PKGBUILD b/mingw-w64-libepoxy/PKGBUILD index 81bb52312c..5abb8c61ca 100644 --- a/mingw-w64-libepoxy/PKGBUILD +++ b/mingw-w64-libepoxy/PKGBUILD @@ -3,7 +3,7 @@ _realname=libepoxy pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=1.4.2 +pkgver=1.4.3 pkgrel=1 pkgdesc="A library for handling OpenGL function pointer management for you. (mingw-w64)" arch=('any') @@ -16,7 +16,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "util-macros") options=('strip' 'staticlibs') source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz) -sha256sums=('bea6fdec3d10939954495da898d872ee836b75c35699074cbf02a64fcb80d5b3') +sha256sums=('0b808a06c9685a62fca34b680abb8bc7fb2fda074478e329b063c1f872b826f6') prepare() { cd ${srcdir}/${_realname}-${pkgver}