summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2018-10-27 00:01:19 +0800
committerKaizhao Zhang2018-10-27 00:01:19 +0800
commit53c1768420baeedb384c35743ef6fbd7df8f474b (patch)
tree524cead814cf5fca58bd15eaaaae8271978fb4dc
parentd838538aab035e9937b4266b5db4d5a42ba4153b (diff)
downloadaur-53c1768420baeedb384c35743ef6fbd7df8f474b.tar.gz
Update to version 0.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46923d89b335..b6b9d04bdbd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rbspy-bin
pkgdesc = Sampling profiler for Ruby
- pkgver = 0.2.10
+ pkgver = 0.3.2
pkgrel = 1
url = https://rbspy.github.io
arch = x86_64
license = MIT
conflicts = rbspy
- source = https://github.com/rbspy/rbspy/releases/download/v0.2.10/rbspy-v0.2.10-x86_64-unknown-linux-musl.tar.gz
- sha256sums = 48b03e3ac1097c75097e89d891626e2fb595138ba2f682d9728ff9b86357aafa
+ source = https://github.com/rbspy/rbspy/releases/download/v0.3.2/rbspy-v0.3.2-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = fcfd1c2fd971579cbf5762adf555f23f28e582eab95e440466f2f46908313632
pkgname = rbspy-bin
diff --git a/PKGBUILD b/PKGBUILD
index d67cf8708c9a..0dd6e23c559e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=rbspy-bin
-pkgver=0.2.10
+pkgver=0.3.2
pkgrel=1
pkgdesc="Sampling profiler for Ruby"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
conflicts=('rbspy')
source=("https://github.com/rbspy/rbspy/releases/download/v${pkgver}/rbspy-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
-sha256sums=('48b03e3ac1097c75097e89d891626e2fb595138ba2f682d9728ff9b86357aafa')
+sha256sums=('fcfd1c2fd971579cbf5762adf555f23f28e582eab95e440466f2f46908313632')
package() {
install -D -m755 "${srcdir}/rbspy" "${pkgdir}/usr/bin/rbspy"