summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2022-03-20 22:27:31 +0800
committerTing-Wei Lan <lantw44@gmail.com>2022-03-20 22:27:31 +0800
commit2e2707d92d19df831df59a3d298b872f1af1c6d0 (patch)
tree36d9c27b39f69907c5c46d77563fe5ca09ebb483
parent6c49f74b05d5644c8ce73f108b6f30591f772231 (diff)
downloadAUR4-PKGBUILD-2e2707d92d19df831df59a3d298b872f1af1c6d0.tar.gz
AUR4-PKGBUILD-2e2707d92d19df831df59a3d298b872f1af1c6d0.tar.zst
AUR4-PKGBUILD-2e2707d92d19df831df59a3d298b872f1af1c6d0.zip
mingw-w64-libepoxy: 1.5.9 -> 1.5.10
-rw-r--r--mingw-w64-libepoxy/.SRCINFO6
-rw-r--r--mingw-w64-libepoxy/PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/mingw-w64-libepoxy/.SRCINFO b/mingw-w64-libepoxy/.SRCINFO
index de55e1d..a473739 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.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/mingw-w64-libepoxy/PKGBUILD b/mingw-w64-libepoxy/PKGBUILD
index 4f9a9ea..eaf8081 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.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')