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 db2ae39ff6b4..eb0505a56dd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = rbspy
pkgdesc = Sampling profiler for Ruby
- pkgver = 0.3.2
+ pkgver = 0.3.3
pkgrel = 1
url = https://rbspy.github.io
arch = x86_64
license = MIT
makedepends = cargo
conflicts = rbspy
- source = https://github.com/rbspy/rbspy/archive/v0.3.2.tar.gz
- sha256sums = 8250692165937e1060ab3c94f6d4742658873073ca08ee50f6d546c7b84807ff
+ source = https://github.com/rbspy/rbspy/archive/v0.3.3.tar.gz
+ sha256sums = 15b8c43f3071e5ae5dad4920cbd6a743b8d6c64e0bc90e1ebe86db2fd79fb3e5
pkgname = rbspy
diff --git a/PKGBUILD b/PKGBUILD
index 93bf74e4139b..94ff4596fb5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=rbspy
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="Sampling profiler for Ruby"
url="https://rbspy.github.io"
@@ -11,7 +11,7 @@ license=('MIT')
conflicts=('rbspy')
source=("https://github.com/rbspy/rbspy/archive/v${pkgver}.tar.gz")
-sha256sums=('8250692165937e1060ab3c94f6d4742658873073ca08ee50f6d546c7b84807ff')
+sha256sums=('15b8c43f3071e5ae5dad4920cbd6a743b8d6c64e0bc90e1ebe86db2fd79fb3e5')
build() {
cd "$pkgname-$pkgver"