summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2021-08-23 12:34:59 +0800
committerTing-Wei Lan <lantw44@gmail.com>2021-08-23 12:34:59 +0800
commitf301cf23d8252d8d7ef462e7c7cb8e021e737c80 (patch)
treebb7c369cc148e055d81774f212e9f04d91ce3299
parent7c0651bca4e4f7955447ffecfc6af38203e0ad43 (diff)
downloadAUR4-PKGBUILD-f301cf23d8252d8d7ef462e7c7cb8e021e737c80.tar.gz
AUR4-PKGBUILD-f301cf23d8252d8d7ef462e7c7cb8e021e737c80.tar.zst
AUR4-PKGBUILD-f301cf23d8252d8d7ef462e7c7cb8e021e737c80.zip
mingw-w64-libepoxy: 1.5.8 -> 1.5.9
-rw-r--r--mingw-w64-libepoxy/.SRCINFO7
-rw-r--r--mingw-w64-libepoxy/PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/mingw-w64-libepoxy/.SRCINFO b/mingw-w64-libepoxy/.SRCINFO
index e61b5f1..de55e1d 100644
--- a/mingw-w64-libepoxy/.SRCINFO
+++ b/mingw-w64-libepoxy/.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/mingw-w64-libepoxy/PKGBUILD b/mingw-w64-libepoxy/PKGBUILD
index 9f5c97f..4f9a9ea 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.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')