summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2019-11-30 12:27:32 +0800
committerTing-Wei Lan <lantw44@gmail.com>2019-11-30 12:27:32 +0800
commit9c87244f03c52e995471ad8b4b9a5054facb95f6 (patch)
treeda1aed973bcb0c28510704041380a689b6039aee
parent25e88c9b5ea8be5b28198144028dd8835c2a6423 (diff)
downloadAUR4-PKGBUILD-9c87244f03c52e995471ad8b4b9a5054facb95f6.tar.gz
AUR4-PKGBUILD-9c87244f03c52e995471ad8b4b9a5054facb95f6.tar.zst
AUR4-PKGBUILD-9c87244f03c52e995471ad8b4b9a5054facb95f6.zip
mingw-w64-libepoxy: 1.5.3 -> 1.5.4
-rw-r--r--mingw-w64-libepoxy/.SRCINFO8
-rw-r--r--mingw-w64-libepoxy/PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/mingw-w64-libepoxy/.SRCINFO b/mingw-w64-libepoxy/.SRCINFO
index cb6233b..3998f76 100644
--- a/mingw-w64-libepoxy/.SRCINFO
+++ b/mingw-w64-libepoxy/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Oct 5 16:30:31 UTC 2018
pkgbase = mingw-w64-libepoxy
pkgdesc = A library for handling OpenGL function pointer management for you (mingw-w64)
- pkgver = 1.5.3
+ pkgver = 1.5.4
pkgrel = 1
url = https://github.com/anholt/libepoxy
arch = any
@@ -15,8 +13,8 @@ pkgbase = mingw-w64-libepoxy
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/anholt/libepoxy/releases/download/1.5.3/libepoxy-1.5.3.tar.xz
- sha256sums = 002958c5528321edd53440235d3c44e71b5b1e09b9177e8daf677450b6c4433d
+ source = https://github.com/anholt/libepoxy/releases/download/1.5.4/libepoxy-1.5.4.tar.xz
+ sha256sums = 0bd2cc681dfeffdef739cb29913f8c3caa47a88a451fd2bc6e606c02997289d2
pkgname = mingw-w64-libepoxy
diff --git a/mingw-w64-libepoxy/PKGBUILD b/mingw-w64-libepoxy/PKGBUILD
index 735ec32..70c8446 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.3
+pkgver=1.5.4
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=('002958c5528321edd53440235d3c44e71b5b1e09b9177e8daf677450b6c4433d')
+sha256sums=('0bd2cc681dfeffdef739cb29913f8c3caa47a88a451fd2bc6e606c02997289d2')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')