summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2020-07-14 17:45:03 +0800
committerKaizhao Zhang2020-07-14 17:45:03 +0800
commit30b5c73cde87c7413bff4ddb077529c50edf2014 (patch)
tree2c2b0cb5a4de2a8e3b521541e25ea3d8fec526b8
parent475d3b686241aa7ef9790f43d191ab4732566249 (diff)
downloadaur-30b5c73cde87c7413bff4ddb077529c50edf2014.tar.gz
Updated to version 0.3.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd52ac078a6c..99643f413435 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbspy
pkgdesc = Sampling profiler for Ruby
- pkgver = 0.3.9
+ pkgver = 0.3.10
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.9.tar.gz
- sha256sums = 5c78e84d36187698306df9e28dabdd4518ccc9cf3d842965838b80b1ac3a734a
+ source = https://github.com/rbspy/rbspy/archive/v0.3.10.tar.gz
+ sha256sums = db675284c1275e30f7f99968f44896d3ebe35df65c1290d94418f6787e625821
pkgname = rbspy
diff --git a/PKGBUILD b/PKGBUILD
index 59d091adfa41..ef9e29cd3803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=rbspy
-pkgver=0.3.9
+pkgver=0.3.10
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=(
- '5c78e84d36187698306df9e28dabdd4518ccc9cf3d842965838b80b1ac3a734a'
+ 'db675284c1275e30f7f99968f44896d3ebe35df65c1290d94418f6787e625821'
)
build() {