Commit 30118a54 authored by Casey Strouse's avatar Casey Strouse Committed by Ed Reel

Update strace from 4.19 to 5.1 (#3336)

parent faf8912c
......@@ -3,22 +3,9 @@ require 'package'
class Strace < Package
description 'strace is a diagnostic, debugging and instructional userspace utility for Linux.'
homepage 'https://strace.io/'
version '4.19'
source_url 'https://downloads.sourceforge.net/project/strace/strace/4.19/strace-4.19.tar.xz'
source_sha256 '7c93ebc6c29280f47c24a0eb86873a99ccb2cac6512c60a60ba4ef99ab807281'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/strace-4.19-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/strace-4.19-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/strace-4.19-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/strace-4.19-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'adf4e8647fc1704a807811e38dc86d750ba520b372c1e1f577e39e094fe7a64b',
armv7l: 'adf4e8647fc1704a807811e38dc86d750ba520b372c1e1f577e39e094fe7a64b',
i686: '223bd03968d2c19a3d9a20df07dc9e14dab8520386053b2f2a32d2cfdc865316',
x86_64: '3e55cfd9b94a71ad590e023d24ec1a5830c4780f1d9e35eacd462fd3086c0dc3',
})
version '5.1'
source_url 'https://github.com/strace/strace/releases/download/v5.1/strace-5.1.tar.xz'
source_sha256 'f5a341b97d7da88ee3760626872a4899bf23cf8dee56901f114be5b1837a9a8b'
depends_on 'buildessential'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment