summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2021-02-20 12:06:40 +0800
committerKaizhao Zhang2021-02-20 12:06:40 +0800
commit750bfa7a912ab396545bafe8f62c3bd2490b3683 (patch)
tree65a232e06adc265d03e447a8dc9716d880b62037
parente76430abbb76782e89ca7714a472ed687bc3021a (diff)
downloadaur-750bfa7a912ab396545bafe8f62c3bd2490b3683.tar.gz
Updated to version 0.3.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3833286c0f0d..168d82408ba4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbspy
pkgdesc = Sampling profiler for Ruby
- pkgver = 0.3.11
+ pkgver = 0.3.13
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.11.tar.gz
- sha256sums = 4e2dc89b73bb59c91d07842a4e318a6661a50fbae8906f3d5cb8888d51b99f11
+ source = https://github.com/rbspy/rbspy/archive/v0.3.13.tar.gz
+ sha256sums = f112ee0c309da6d0a7249a6798fbace7c4a77bd5c774acb972804e349e7aa068
pkgname = rbspy
diff --git a/PKGBUILD b/PKGBUILD
index e27b1aa8626f..70b66985204c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=rbspy
-pkgver=0.3.11
+pkgver=0.3.13
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=(
- '4e2dc89b73bb59c91d07842a4e318a6661a50fbae8906f3d5cb8888d51b99f11'
+ 'f112ee0c309da6d0a7249a6798fbace7c4a77bd5c774acb972804e349e7aa068'
)
build() {