summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2021-05-29 23:09:43 +0800
committerTing-Wei Lan2021-05-29 23:09:43 +0800
commit1333f0895c4b2b6cc70b1c89930357b5d5577e79 (patch)
tree0379790623d6b9be433782a0ad161f999463d748
parent485c5bb114e1db0e5f62541e79ecb1da4306c063 (diff)
downloadaur-1333f0895c4b2b6cc70b1c89930357b5d5577e79.tar.gz
mingw-w64-libepoxy: 1.5.7 -> 1.5.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d35f1c9e574..e61b5f1aff6f 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.7
+ pkgver = 1.5.8
pkgrel = 1
url = https://github.com/anholt/libepoxy
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-libepoxy
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/anholt/libepoxy/releases/download/1.5.7/libepoxy-1.5.7.tar.xz
- sha256sums = 9479cc0146ffb395fdecf9bd2a5930834fd0bce490cbcc4681ffd716bb3a0763
+ source = https://github.com/anholt/libepoxy/releases/download/1.5.8/libepoxy-1.5.8.tar.xz
+ sha256sums = cf05e4901778c434aef68bb7dc01bea2bce15440c0cecb777fb446f04db6fe0d
pkgname = mingw-w64-libepoxy
diff --git a/PKGBUILD b/PKGBUILD
index 1c43c4c0894c..9f5c97f83fc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-libepoxy
-pkgver=1.5.7
+pkgver=1.5.8
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=('9479cc0146ffb395fdecf9bd2a5930834fd0bce490cbcc4681ffd716bb3a0763')
+sha256sums=('cf05e4901778c434aef68bb7dc01bea2bce15440c0cecb777fb446f04db6fe0d')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')