diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2021-05-29 23:09:43 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2021-05-29 23:09:43 +0800 |
commit | ed52a3946582eec39caebf12f709b551721e0457 (patch) | |
tree | bbc5f9a8d8dbdccd26ce47f308215641e4171efd | |
parent | daad9a6b92799420c59f7cd6284c423f0f15623f (diff) | |
download | AUR4-PKGBUILD-ed52a3946582eec39caebf12f709b551721e0457.tar.gz AUR4-PKGBUILD-ed52a3946582eec39caebf12f709b551721e0457.tar.zst AUR4-PKGBUILD-ed52a3946582eec39caebf12f709b551721e0457.zip |
mingw-w64-libepoxy: 1.5.7 -> 1.5.8
-rw-r--r-- | mingw-w64-libepoxy/.SRCINFO | 6 | ||||
-rw-r--r-- | mingw-w64-libepoxy/PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mingw-w64-libepoxy/.SRCINFO b/mingw-w64-libepoxy/.SRCINFO index 6d35f1c..e61b5f1 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.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/mingw-w64-libepoxy/PKGBUILD b/mingw-w64-libepoxy/PKGBUILD index 1c43c4c..9f5c97f 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.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') |