summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2017-07-14 20:48:41 +0800
committerTing-Wei Lan <lantw44@gmail.com>2017-07-14 20:48:41 +0800
commitab626c14f6c2cea054388c52a469de63f30182b9 (patch)
treea26f029bfd9e1509b282701bfe451f275e24b106
parentbb93a109888676ec793083ac1f8ae299dd934d4b (diff)
downloadAUR4-PKGBUILD-ab626c14f6c2cea054388c52a469de63f30182b9.tar.gz
AUR4-PKGBUILD-ab626c14f6c2cea054388c52a469de63f30182b9.tar.zst
AUR4-PKGBUILD-ab626c14f6c2cea054388c52a469de63f30182b9.zip
mingw-w64-libepoxy: 1.4.2 -> 1.4.3
-rw-r--r--mingw-w64-libepoxy/.SRCINFO8
-rw-r--r--mingw-w64-libepoxy/PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/mingw-w64-libepoxy/.SRCINFO b/mingw-w64-libepoxy/.SRCINFO
index 35277b5..84b6885 100644
--- a/mingw-w64-libepoxy/.SRCINFO
+++ b/mingw-w64-libepoxy/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 14 02:56:22 UTC 2017
+# Fri Jul 14 12:48:41 UTC 2017
pkgbase = mingw-w64-libepoxy
pkgdesc = A library for handling OpenGL function pointer management for you (mingw-w64)
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/anholt/libepoxy
arch = any
@@ -15,8 +15,8 @@ pkgbase = mingw-w64-libepoxy
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/anholt/libepoxy/releases/download/1.4.2/libepoxy-1.4.2.tar.xz
- sha256sums = bea6fdec3d10939954495da898d872ee836b75c35699074cbf02a64fcb80d5b3
+ source = https://github.com/anholt/libepoxy/releases/download/1.4.3/libepoxy-1.4.3.tar.xz
+ sha256sums = 0b808a06c9685a62fca34b680abb8bc7fb2fda074478e329b063c1f872b826f6
pkgname = mingw-w64-libepoxy
diff --git a/mingw-w64-libepoxy/PKGBUILD b/mingw-w64-libepoxy/PKGBUILD
index 3c38c23..a07ee69 100644
--- a/mingw-w64-libepoxy/PKGBUILD
+++ b/mingw-w64-libepoxy/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-libepoxy
-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 @@ depends=(
'mingw-w64-crt')
options=(!strip !buildflags staticlibs)
source=("https://github.com/anholt/libepoxy/releases/download/${pkgver}/libepoxy-${pkgver}.tar.xz")
-sha256sums=('bea6fdec3d10939954495da898d872ee836b75c35699074cbf02a64fcb80d5b3')
+sha256sums=('0b808a06c9685a62fca34b680abb8bc7fb2fda074478e329b063c1f872b826f6')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"