numactl: fix homepage, distfiles, checksum
Closes: #10450 [via git-merge-pr]
This commit is contained in:
parent
2ce3944e25
commit
3742263650
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@ hostmakedepends="automake libtool"
|
|||
short_desc="Simple NUMA policy support"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://oss.sgi.com/projects/libnuma/"
|
||||
distfiles="ftp://oss.sgi.com/www/projects/libnuma/download/${pkgname}-${version}.tar.gz"
|
||||
checksum=450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e527861
|
||||
homepage="https://github.com/numactl/numactl"
|
||||
distfiles="https://github.com/numactl/numactl/archive/v${version}.tar.gz"
|
||||
checksum=3e099a59b2c527bcdbddd34e1952ca87462d2cef4c93da9b0bc03f02903f7089
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
|
|
Loading…
Reference in a new issue