Skip to content
Snippets Groups Projects
Commit c107ff3a authored by J0WI's avatar J0WI Committed by Leo
Browse files

main/valgrind: update url

parent dbf22df3
No related branches found
No related tags found
1 merge request!22882main/valgrind: update url
Pipeline #86468 passed
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=valgrind pkgname=valgrind
pkgver=3.17.0 pkgver=3.17.0
pkgrel=0 pkgrel=1
pkgdesc="A tool to help find memory-management problems in programs" pkgdesc="A tool to help find memory-management problems in programs"
url="http://valgrind.org/" url="https://valgrind.org/"
arch="all !mips64 !riscv64" # TODO: fix with mips64 softfloat arch="all !mips64 !riscv64" # TODO: fix with mips64 softfloat
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
# it seems like busybox sed works but the configure script requires GNU sed # it seems like busybox sed works but the configure script requires GNU sed
...@@ -15,7 +15,7 @@ makedepends="sed perl bash autoconf automake libtool" ...@@ -15,7 +15,7 @@ makedepends="sed perl bash autoconf automake libtool"
# messages. # messages.
options="!strip !check" options="!strip !check"
subpackages="$pkgname-dev $pkgname-doc" subpackages="$pkgname-dev $pkgname-doc"
source="ftp://sourceware.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2 source="https://sourceware.org/pub/valgrind/valgrind-$pkgver.tar.bz2
musl.supp musl.supp
uclibc.patch uclibc.patch
arm.patch arm.patch
...@@ -49,7 +49,7 @@ build() { ...@@ -49,7 +49,7 @@ build() {
} }
check() { check() {
cd "$buildir" cd "$builddir"
make check make check
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment