summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentaa0892811667bfb44dd8fefde2e9294b1d0d9a36 (diff)
downloadaur-mingw-w64-libepoxy.tar.gz
mingw-w64-libepoxy: 1.5.9 -> 1.5.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')