summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 728d2c944426..ab9f9f886d9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bumsik Kim <k.bumsik@gmail.com>
pkgname=uftrace
-pkgver=0.12
+pkgver=0.13
pkgrel=1
pkgdesc="Function graph tracer for C/C++/Rust"
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=('pandoc')
options=('!lto')
source=("https://github.com/namhyung/uftrace/archive/v$pkgver.tar.gz")
# Use updpkgsums to update the checksum
-sha256sums=('2aad01f27d4f18717b681824c7a28ac3e1efd5e7bbed3ec888a3ea5af60e3700')
+sha256sums=('cffae82c68446c20cc3c7e87e71e57498805767a0d4085b4846f3c49f9e472d9')
build() {
cd "${pkgname}-${pkgver}"