summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ad94d588c8c..1ef144e0e646 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sampler
pkgdesc = A tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
- pkgver = 1.0.3
+ pkgver = 1.1.0
pkgrel = 1
url = https://sampler.dev
arch = i686
@@ -13,8 +13,8 @@ pkgbase = sampler
makedepends = go-pie
makedepends = alsa-lib
conflicts = sampler-git
- source = https://github.com/sqshq/sampler/archive/v1.0.3.tar.gz
- sha256sums = 03aa155c04e02fa40097841515de4fbf57904142defe5433490e28792868842d
+ source = https://github.com/sqshq/sampler/archive/v1.1.0.tar.gz
+ sha256sums = 8b60bc5c0f94ddd4291abc2b89c1792da424fa590733932871f7b5e07e7587f9
pkgname = sampler
diff --git a/PKGBUILD b/PKGBUILD
index 5bd13a643d69..c85ffceac86d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Nicoulaud <julien dot nicoulaud at gmail dot com>
pkgname=sampler
-pkgver=1.0.3
+pkgver=1.1.0
pkgrel=1
pkgdesc='A tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.'
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -10,7 +10,7 @@ license=('GPL3')
makedepends=('git' 'go-pie' 'alsa-lib')
conflicts=("${pkgname}-git")
source=("https://github.com/sqshq/sampler/archive/v${pkgver}.tar.gz")
-sha256sums=('03aa155c04e02fa40097841515de4fbf57904142defe5433490e28792868842d')
+sha256sums=('8b60bc5c0f94ddd4291abc2b89c1792da424fa590733932871f7b5e07e7587f9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"