diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2018-05-20 22:47:08 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2018-05-20 22:47:08 +0800 |
commit | eb03867384e5385a7298f8e618879b95a4f09744 (patch) | |
tree | 58216eb02d4bd1516057ab276467fb4d833c234b | |
parent | 87fc49705eb404e75bbcb8952e53d224ed04ccfe (diff) | |
download | AUR4-PKGBUILD-eb03867384e5385a7298f8e618879b95a4f09744.tar.gz AUR4-PKGBUILD-eb03867384e5385a7298f8e618879b95a4f09744.tar.zst AUR4-PKGBUILD-eb03867384e5385a7298f8e618879b95a4f09744.zip |
mingw-w64-libepoxy: 1.5.1 -> 1.5.2
-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 df4fa8a..81f4388 100644 --- a/mingw-w64-libepoxy/.SRCINFO +++ b/mingw-w64-libepoxy/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sun Apr 29 13:24:18 UTC 2018 +# Sun May 20 14:47:08 UTC 2018 pkgbase = mingw-w64-libepoxy pkgdesc = A library for handling OpenGL function pointer management for you (mingw-w64) - pkgver = 1.5.1 + pkgver = 1.5.2 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.1/libepoxy-1.5.1.tar.xz - sha256sums = ba25f9251bdd12fa11f06b4dbd29073dab6f120be9b941e91754c338b926c720 + source = https://github.com/anholt/libepoxy/releases/download/1.5.2/libepoxy-1.5.2.tar.xz + sha256sums = a9562386519eb3fd7f03209f279f697a8cba520d3c155d6e253c3e138beca7d8 pkgname = mingw-w64-libepoxy diff --git a/mingw-w64-libepoxy/PKGBUILD b/mingw-w64-libepoxy/PKGBUILD index f01086c..32cdd7c 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.1 +pkgver=1.5.2 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=('ba25f9251bdd12fa11f06b4dbd29073dab6f120be9b941e91754c338b926c720') +sha256sums=('a9562386519eb3fd7f03209f279f697a8cba520d3c155d6e253c3e138beca7d8') _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') |