libatomic_ops: update to 7.6.14
Also, maintainer is specified.
This commit is contained in:
parent
cda6f55e06
commit
a68130c8d2
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'libatomic_ops'
|
# Template file for 'libatomic_ops'
|
||||||
pkgname=libatomic_ops
|
pkgname=libatomic_ops
|
||||||
version=7.6.12
|
version=7.6.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared --enable-static"
|
configure_args="--enable-shared --enable-static"
|
||||||
short_desc="Semi-portable access to hardware provided atomic memory operations"
|
short_desc="Semi-portable access to hardware provided atomic memory operations"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Ivan Maidanski <ivmai@mail.ru>"
|
||||||
license="GPL-2.0-or-later, MIT"
|
license="GPL-2.0-or-later, MIT"
|
||||||
homepage="https://github.com/ivmai/libatomic_ops"
|
homepage="https://github.com/ivmai/libatomic_ops"
|
||||||
distfiles="${homepage}/releases/download/v${version}/libatomic_ops-${version}.tar.gz"
|
distfiles="${homepage}/releases/download/v${version}/libatomic_ops-${version}.tar.gz"
|
||||||
checksum=f0ab566e25fce08b560e1feab6a3db01db4a38e5bc687804334ef3920c549f3e
|
checksum=390f244d424714735b7050d056567615b3b8f29008a663c262fb548f1802d292
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense doc/LICENSING.txt
|
vlicense doc/LICENSING.txt
|
||||||
|
|
Loading…
Reference in New Issue