summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2022-03-20 22:27:31 +0800
committerTing-Wei Lan2022-03-20 22:27:31 +0800
commitbbc1ce2107c6340b52a5f30ec176eff521ada448 (patch)
tree3628714fa6a3e17a6f2d24b46e9bfffee3ec489d
parentaa0892811667bfb44dd8fefde2e9294b1d0d9a36 (diff)
downloadaur-bbc1ce2107c6340b52a5f30ec176eff521ada448.tar.gz
mingw-w64-libepoxy: 1.5.9 -> 1.5.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de55e1da86a8..a47373907b9f 100644
--- a/.SRCINFO
+++ b/.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.9
+ pkgver = 1.5.10
pkgrel = 1
url = https://github.com/anholt/libepoxy
arch = any
@@ -12,7 +12,7 @@ pkgbase = mingw-w64-libepoxy
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/anholt/libepoxy/releases/download/1.5.9/libepoxy-1.5.9.tar.xz
- sha256sums = d168a19a6edfdd9977fef1308ccf516079856a4275cf876de688fb7927e365e4
+ source = libepoxy-1.5.10.tar.gz::https://github.com/anholt/libepoxy/archive/1.5.10.tar.gz
+ sha256sums = a7ced37f4102b745ac86d6a70a9da399cc139ff168ba6b8002b4d8d43c900c15
pkgname = mingw-w64-libepoxy
diff --git a/PKGBUILD b/PKGBUILD
index 4f9a9eaf3cac..eaf80816e4a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-libepoxy
-pkgver=1.5.9
+pkgver=1.5.10
pkgrel=1
pkgdesc="A library for handling OpenGL function pointer management for you (mingw-w64)"
arch=('any')
@@ -14,8 +14,8 @@ makedepends=(
depends=(
'mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs')
-source=("https://github.com/anholt/libepoxy/releases/download/${pkgver}/libepoxy-${pkgver}.tar.xz")
-sha256sums=('d168a19a6edfdd9977fef1308ccf516079856a4275cf876de688fb7927e365e4')
+source=("libepoxy-${pkgver}.tar.gz::https://github.com/anholt/libepoxy/archive/${pkgver}.tar.gz")
+sha256sums=('a7ced37f4102b745ac86d6a70a9da399cc139ff168ba6b8002b4d8d43c900c15')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')