summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2021-08-23 12:34:59 +0800
committerTing-Wei Lan2021-08-23 12:34:59 +0800
commitaa0892811667bfb44dd8fefde2e9294b1d0d9a36 (patch)
treec68e9dfcf0ea461d9d76b5e0fff96b76bd4e1dc1
parent1333f0895c4b2b6cc70b1c89930357b5d5577e79 (diff)
downloadaur-aa0892811667bfb44dd8fefde2e9294b1d0d9a36.tar.gz
mingw-w64-libepoxy: 1.5.8 -> 1.5.9
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e61b5f1aff6f..de55e1da86a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libepoxy
pkgdesc = A library for handling OpenGL function pointer management for you (mingw-w64)
- pkgver = 1.5.8
+ pkgver = 1.5.9
pkgrel = 1
url = https://github.com/anholt/libepoxy
arch = any
@@ -12,8 +12,7 @@ pkgbase = mingw-w64-libepoxy
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/anholt/libepoxy/releases/download/1.5.8/libepoxy-1.5.8.tar.xz
- sha256sums = cf05e4901778c434aef68bb7dc01bea2bce15440c0cecb777fb446f04db6fe0d
+ source = https://github.com/anholt/libepoxy/releases/download/1.5.9/libepoxy-1.5.9.tar.xz
+ sha256sums = d168a19a6edfdd9977fef1308ccf516079856a4275cf876de688fb7927e365e4
pkgname = mingw-w64-libepoxy
-
diff --git a/PKGBUILD b/PKGBUILD
index 9f5c97f83fc5..4f9a9eaf3cac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-libepoxy
-pkgver=1.5.8
+pkgver=1.5.9
pkgrel=1
pkgdesc="A library for handling OpenGL function pointer management for you (mingw-w64)"
arch=('any')
@@ -15,7 +15,7 @@ depends=(
'mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://github.com/anholt/libepoxy/releases/download/${pkgver}/libepoxy-${pkgver}.tar.xz")
-sha256sums=('cf05e4901778c434aef68bb7dc01bea2bce15440c0cecb777fb446f04db6fe0d')
+sha256sums=('d168a19a6edfdd9977fef1308ccf516079856a4275cf876de688fb7927e365e4')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')