mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
sampler: update to 1.1.0
This commit is contained in:
parent
dc3b8dc9fc
commit
e55b1d2e44
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'sampler'
|
# Template file for 'sampler'
|
||||||
pkgname=sampler
|
pkgname=sampler
|
||||||
version=1.0.3
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/sqshq/sampler"
|
go_import_path="github.com/sqshq/sampler"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
makedepends="alsa-lib-devel"
|
makedepends="alsa-lib-devel"
|
||||||
short_desc="Tool for shell commands execution, visualization and alerting"
|
short_desc="Tool for shell commands execution, visualization and alerting"
|
||||||
maintainer="Renato Aguiar <renato@renag.me>"
|
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://sampler.dev/"
|
homepage="https://sampler.dev/"
|
||||||
distfiles="https://github.com/sqshq/sampler/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sqshq/sampler/archive/v${version}.tar.gz"
|
||||||
checksum=03aa155c04e02fa40097841515de4fbf57904142defe5433490e28792868842d
|
checksum=8b60bc5c0f94ddd4291abc2b89c1792da424fa590733932871f7b5e07e7587f9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall example.yml 644 usr/share/examples/sampler
|
vinstall example.yml 644 usr/share/examples/sampler
|
||||||
|
|
Loading…
Add table
Reference in a new issue