libatomic_ops: update to 7.4.6
This commit is contained in:
parent
38117e86ca
commit
5a778d5611
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'libatomic_ops'
|
||||
pkgname=libatomic_ops
|
||||
version=7.4.4
|
||||
version=7.4.6
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version/e/}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared --enable-static"
|
||||
hostmakedepends="automake libtool"
|
||||
|
@ -10,8 +9,8 @@ short_desc="Provides semi-portable access to hardware provided atomic memory ope
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2, MIT"
|
||||
homepage="https://github.com/ivmai/libatomic_ops"
|
||||
distfiles="http://www.ivmaisoft.com/_bin/atomic_ops/${pkgname}-${version}.tar.gz"
|
||||
checksum=bf210a600dd1becbf7936dd2914cf5f5d3356046904848dcfd27d0c8b12b6f8f
|
||||
distfiles="${homepage}/releases/download/v${version}/libatomic_ops-${version}.tar.gz"
|
||||
checksum=96e88ba450ae5fa10aa8e94e6b151a63ffbe47f8069574bd12da22ae80c686db
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in a new issue