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 99643f413435..3833286c0f0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbspy
pkgdesc = Sampling profiler for Ruby
- pkgver = 0.3.10
+ pkgver = 0.3.11
pkgrel = 1
url = https://rbspy.github.io
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = rbspy
makedepends = fakeroot
makedepends = cargo
conflicts = rbspy
- source = https://github.com/rbspy/rbspy/archive/v0.3.10.tar.gz
- sha256sums = db675284c1275e30f7f99968f44896d3ebe35df65c1290d94418f6787e625821
+ source = https://github.com/rbspy/rbspy/archive/v0.3.11.tar.gz
+ sha256sums = 4e2dc89b73bb59c91d07842a4e318a6661a50fbae8906f3d5cb8888d51b99f11
pkgname = rbspy
diff --git a/PKGBUILD b/PKGBUILD
index ef9e29cd3803..e27b1aa8626f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=rbspy
-pkgver=0.3.10
+pkgver=0.3.11
pkgrel=1
pkgdesc="Sampling profiler for Ruby"
url="https://rbspy.github.io"
@@ -13,7 +13,7 @@ source=(
"https://github.com/rbspy/rbspy/archive/v${pkgver}.tar.gz"
)
sha256sums=(
- 'db675284c1275e30f7f99968f44896d3ebe35df65c1290d94418f6787e625821'
+ '4e2dc89b73bb59c91d07842a4e318a6661a50fbae8906f3d5cb8888d51b99f11'
)
build() {