summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2018-06-27 15:23:59 +0800
committerKaizhao Zhang2018-06-27 15:23:59 +0800
commitd838538aab035e9937b4266b5db4d5a42ba4153b (patch)
tree1f9dd7d7478630e6dd6ff55a767ed76e878a5eac
parentfbeba108947b322095f43cff8f3d88e88459aba2 (diff)
downloadaur-d838538aab035e9937b4266b5db4d5a42ba4153b.tar.gz
Update to version 0.2.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 832d2db0d0ce..46923d89b335 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rbspy-bin
pkgdesc = Sampling profiler for Ruby
- pkgver = 0.2.9
+ pkgver = 0.2.10
pkgrel = 1
url = https://rbspy.github.io
arch = x86_64
license = MIT
conflicts = rbspy
- source = https://github.com/rbspy/rbspy/releases/download/v0.2.9/rbspy-v0.2.9-x86_64-unknown-linux-musl.tar.gz
- sha512sums = 516009ac0400cd726b23fbdd158510b89adc624022120030ea7c7b18978fd7c0d90023c153596a61328027854a1c7bf5c7c69d99d17509be9350329fc1ef9b01
+ source = https://github.com/rbspy/rbspy/releases/download/v0.2.10/rbspy-v0.2.10-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 48b03e3ac1097c75097e89d891626e2fb595138ba2f682d9728ff9b86357aafa
pkgname = rbspy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 17159f59f777..d67cf8708c9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=rbspy-bin
-pkgver=0.2.9
+pkgver=0.2.10
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")
-sha512sums=('516009ac0400cd726b23fbdd158510b89adc624022120030ea7c7b18978fd7c0d90023c153596a61328027854a1c7bf5c7c69d99d17509be9350329fc1ef9b01')
+sha256sums=('48b03e3ac1097c75097e89d891626e2fb595138ba2f682d9728ff9b86357aafa')
package() {
install -D -m755 "${srcdir}/rbspy" "${pkgdir}/usr/bin/rbspy"