summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84b6885c94d7..0215f178e489 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 14 12:48:41 UTC 2017
+# Thu Mar 1 17:23:45 UTC 2018
pkgbase = mingw-w64-libepoxy
pkgdesc = A library for handling OpenGL function pointer management for you (mingw-w64)
- pkgver = 1.4.3
+ pkgver = 1.5.0
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.3/libepoxy-1.4.3.tar.xz
- sha256sums = 0b808a06c9685a62fca34b680abb8bc7fb2fda074478e329b063c1f872b826f6
+ source = https://github.com/anholt/libepoxy/releases/download/1.5.0/libepoxy-1.5.0.tar.xz
+ sha256sums = 4c94995398a6ebf691600dda2e9685a0cac261414175c2adf4645cdfab42a5d5
pkgname = mingw-w64-libepoxy
diff --git a/PKGBUILD b/PKGBUILD
index a07ee6967020..47fdf759659c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-libepoxy
-pkgver=1.4.3
+pkgver=1.5.0
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=('0b808a06c9685a62fca34b680abb8bc7fb2fda074478e329b063c1f872b826f6')
+sha256sums=('4c94995398a6ebf691600dda2e9685a0cac261414175c2adf4645cdfab42a5d5')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"