mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
libepoxy: update to 1.4.1.
This commit is contained in:
parent
5f0a96dd03
commit
2f3a7e1d0c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libepoxy'
|
# Template file for 'libepoxy'
|
||||||
pkgname=libepoxy
|
pkgname=libepoxy
|
||||||
version=1.4.0
|
version=1.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config python xorg-util-macros"
|
hostmakedepends="automake libtool pkg-config python xorg-util-macros"
|
||||||
|
@ -9,8 +9,8 @@ short_desc="Library for handling OpenGL function pointer management for you"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/anholt/libepoxy"
|
homepage="https://github.com/anholt/libepoxy"
|
||||||
distfiles="https://github.com/anholt/libepoxy/releases/download/v${version%.*}/libepoxy-${version}.tar.xz"
|
distfiles="https://github.com/anholt/libepoxy/archive/${version}.tar.gz"
|
||||||
checksum=25a906b14a921bc2b488cfeaa21a00486fe92630e4a9dd346e4ecabeae52ab41
|
checksum=da8f42c355b62c2c3ff6bc534c2a24099707b249c2af6eaf8db54b94c364a504
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue