mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/strace: upgrade to 4.11
This commit is contained in:
parent
f83318078d
commit
0151c76a43
@ -1,6 +1,6 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=strace
|
||||
pkgver=4.10
|
||||
pkgver=4.11
|
||||
pkgrel=0
|
||||
pkgdesc="A useful diagnositic, instructional, and debugging tool"
|
||||
url="http://sourceforge.net/projects/strace/"
|
||||
@ -9,9 +9,7 @@ license="BSD"
|
||||
depends=
|
||||
makedepends="linux-headers"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz
|
||||
fix-includes.patch
|
||||
"
|
||||
source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz"
|
||||
|
||||
_builddir="$srcdir/$pkgname-$pkgver"
|
||||
prepare() {
|
||||
@ -43,9 +41,6 @@ package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make -j1 DESTDIR="$pkgdir" install
|
||||
}
|
||||
md5sums="107a5be455493861189e9b57a3a51912 strace-4.10.tar.xz
|
||||
574c38b9f5554b16af5ca94cf59e34e0 fix-includes.patch"
|
||||
sha256sums="e6180d866ef9e76586b96e2ece2bfeeb3aa23f5cc88153f76e9caedd65e40ee2 strace-4.10.tar.xz
|
||||
cfdff493a11b70369299e05f97a0efd0f096cf0ad7ea32619ac27a2ad3e53970 fix-includes.patch"
|
||||
sha512sums="53d55b749224927cfcc9783db57eb8a057fc1329b2f5da2f54299dab17d530f5d1359480f03bea307fb72f6f372e50a0dbf0bd25d36a57a77632d9c1f690fc1d strace-4.10.tar.xz
|
||||
b084efed235fe781f997f5f2c1763fd45137340f4a8f832c44642946cfb7bcf1cabb7439f61aff4bdb91d0d0369e07bcad5c7e6fd27cd1110b90db8829f17d45 fix-includes.patch"
|
||||
md5sums="a15d2555a7febb56d00c6e1a51c655dc strace-4.11.tar.xz"
|
||||
sha256sums="e86a5f6cd8f941f67f3e4b28f4e60f3d9185c951cf266404533210a2e5cd8152 strace-4.11.tar.xz"
|
||||
sha512sums="e1e07ed427f504f53bcd117b61bb96a780b0f531010856ed157e4d8c2090371bf320ab59a02b88e67bf2afd443fba67e12f90e53afeab795188c89c6496daecd strace-4.11.tar.xz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user