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 578f12887b89..efcf64f7d038 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = rbspy-bin
pkgdesc = Sampling profiler for Ruby
- pkgver = 0.3.13
+ pkgver = 0.3.14
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.13/rbspy-v0.3.13-x86_64-unknown-linux-musl.tar.gz
- sha256sums = c7113f6c003378ad8928e34e3ce0e44f0dfbd3bce043a2bfc1b52eeae7c90d83
+ source = https://github.com/rbspy/rbspy/releases/download/v0.3.14/rbspy-v0.3.14-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 682f6b26b9887ac6d4870c493f063fb5d8a7ecccd6e6871fa6e2fc37e9dc5af2
pkgname = rbspy-bin
diff --git a/PKGBUILD b/PKGBUILD
index e8a80cf79f8c..9461c18aba70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=rbspy-bin
-pkgver=0.3.13
+pkgver=0.3.14
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=(
- 'c7113f6c003378ad8928e34e3ce0e44f0dfbd3bce043a2bfc1b52eeae7c90d83'
+ '682f6b26b9887ac6d4870c493f063fb5d8a7ecccd6e6871fa6e2fc37e9dc5af2'
)
package() {