summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2018-11-18 10:56:41 +0800
committerKaizhao Zhang2018-11-18 10:56:41 +0800
commit4eee6f1d605e977e08c1405d749ed9210cbc3e9c (patch)
tree1b2b47771147eadd1c058803f3d10d15b4187e16
parent53c1768420baeedb384c35743ef6fbd7df8f474b (diff)
downloadaur-4eee6f1d605e977e08c1405d749ed9210cbc3e9c.tar.gz
Update version to 0.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6b9d04bdbd5..d1b6d5e61f3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rbspy-bin
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
conflicts = rbspy
- source = https://github.com/rbspy/rbspy/releases/download/v0.3.2/rbspy-v0.3.2-x86_64-unknown-linux-musl.tar.gz
- sha256sums = fcfd1c2fd971579cbf5762adf555f23f28e582eab95e440466f2f46908313632
+ source = https://github.com/rbspy/rbspy/releases/download/v0.3.3/rbspy-v0.3.3-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 63cb49e962372cd8a06c28863753ca5f457ca00486814461d82465f27162c2b9
pkgname = rbspy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0dd6e23c559e..5798f4c6ff75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=rbspy-bin
-pkgver=0.3.2
+pkgver=0.3.3
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=('fcfd1c2fd971579cbf5762adf555f23f28e582eab95e440466f2f46908313632')
+sha256sums=('63cb49e962372cd8a06c28863753ca5f457ca00486814461d82465f27162c2b9')
package() {
install -D -m755 "${srcdir}/rbspy" "${pkgdir}/usr/bin/rbspy"