diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2018-04-29 21:24:18 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2018-04-29 21:24:18 +0800 |
commit | 2d34f08947644f78f60e61d27b3d3a84509695e2 (patch) | |
tree | 4955d2e27fd0e69e3f3b61aec2fc5b9538bdbf76 | |
parent | b3b2d91399dd20e472fed83fa4583945a3a4b274 (diff) | |
download | AUR4-PKGBUILD-2d34f08947644f78f60e61d27b3d3a84509695e2.tar.gz AUR4-PKGBUILD-2d34f08947644f78f60e61d27b3d3a84509695e2.tar.zst AUR4-PKGBUILD-2d34f08947644f78f60e61d27b3d3a84509695e2.zip |
mingw-w64-libepoxy: 1.5.0 -> 1.5.1
-rw-r--r-- | mingw-w64-libepoxy/.SRCINFO | 8 | ||||
-rw-r--r-- | mingw-w64-libepoxy/PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mingw-w64-libepoxy/.SRCINFO b/mingw-w64-libepoxy/.SRCINFO index 0215f17..df4fa8a 100644 --- a/mingw-w64-libepoxy/.SRCINFO +++ b/mingw-w64-libepoxy/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Thu Mar 1 17:23:45 UTC 2018 +# Sun Apr 29 13:24:18 UTC 2018 pkgbase = mingw-w64-libepoxy pkgdesc = A library for handling OpenGL function pointer management for you (mingw-w64) - pkgver = 1.5.0 + pkgver = 1.5.1 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.5.0/libepoxy-1.5.0.tar.xz - sha256sums = 4c94995398a6ebf691600dda2e9685a0cac261414175c2adf4645cdfab42a5d5 + source = https://github.com/anholt/libepoxy/releases/download/1.5.1/libepoxy-1.5.1.tar.xz + sha256sums = ba25f9251bdd12fa11f06b4dbd29073dab6f120be9b941e91754c338b926c720 pkgname = mingw-w64-libepoxy diff --git a/mingw-w64-libepoxy/PKGBUILD b/mingw-w64-libepoxy/PKGBUILD index 08c2dec..f01086c 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.0 +pkgver=1.5.1 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=('4c94995398a6ebf691600dda2e9685a0cac261414175c2adf4645cdfab42a5d5') +sha256sums=('ba25f9251bdd12fa11f06b4dbd29073dab6f120be9b941e91754c338b926c720') _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') |