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 fff3f0e07012..e1b66d56b71f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = rbspy-bin
pkgdesc = Sampling profiler for Ruby
- pkgver = 0.3.8
+ pkgver = 0.3.9
pkgrel = 1
url = https://rbspy.github.io
arch = x86_64
license = MIT
makedepends = fakeroot
conflicts = rbspy
- source = https://github.com/rbspy/rbspy/releases/download/v0.3.8/rbspy-v0.3.8-x86_64-unknown-linux-musl.tar.gz
- sha256sums = d8d5a1c9e0235744f3c9d5d83cb987a4423136c9ee55ed9c82664bf8c82ed113
+ source = https://github.com/rbspy/rbspy/releases/download/v0.3.9/rbspy-v0.3.9-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 225c36583ae311933c40bf6e161f5988d686930626d79953c2fe25ca026e7fac
pkgname = rbspy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7f7bc7acbcf8..25a517882635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=rbspy-bin
-pkgver=0.3.8
+pkgver=0.3.9
pkgrel=1
pkgdesc="Sampling profiler for Ruby"
arch=('x86_64')
@@ -14,7 +14,7 @@ source=(
"https://github.com/rbspy/rbspy/releases/download/v${pkgver}/rbspy-v${pkgver}-x86_64-unknown-linux-musl.tar.gz"
)
sha256sums=(
- 'd8d5a1c9e0235744f3c9d5d83cb987a4423136c9ee55ed9c82664bf8c82ed113'
+ '225c36583ae311933c40bf6e161f5988d686930626d79953c2fe25ca026e7fac'
)
package() {