summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 508fcde8e8e4..0a999e2ca502 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = strace-with-colors
pkgdesc = A diagnostic, debugging and instructional userspace tracer (with colors)
- pkgver = 5.19
+ pkgver = 6.0
pkgrel = 1
url = https://strace.io/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = strace-with-colors
depends = libunwind
provides = strace
conflicts = strace
- source = https://github.com/strace/strace/releases/download/v5.19/strace-5.19.tar.xz
+ source = https://github.com/strace/strace/releases/download/v6.0/strace-6.0.tar.xz
source = strace-with-colors.patch
- sha1sums = dc34c0d7c3ab0d0adb227f751c016da2c415eb2e
+ sha1sums = 6ac0fb07dbeb29a79e17d81f735aacb326a72c28
sha1sums = SKIP
pkgname = strace-with-colors
diff --git a/PKGBUILD b/PKGBUILD
index 69bf0bd1fc9e..522eaa1dd621 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=strace-with-colors
_pkgname=strace
-pkgver=5.19
+pkgver=6.0
pkgrel=1
pkgdesc='A diagnostic, debugging and instructional userspace tracer (with colors)'
arch=(x86_64)
@@ -13,7 +13,7 @@ conflicts=($_pkgname)
provides=($_pkgname)
source=("https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz"
"$pkgname.patch")
-sha1sums=('dc34c0d7c3ab0d0adb227f751c016da2c415eb2e'
+sha1sums=('6ac0fb07dbeb29a79e17d81f735aacb326a72c28'
'SKIP')
prepare() {