fix: upgrade to version v0.3.1
This commit is contained in:
parent
45c1131813
commit
59587d98c0
6
.SRCINFO
6
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = flucky
|
||||
pkgdesc = A lightweight golang program to read values from different sensors
|
||||
pkgver = v0.3.0
|
||||
pkgver = v0.3.1
|
||||
pkgrel = 1
|
||||
url = https://git.cryptic.systems/volker.raschek/flucky
|
||||
arch = x86_64
|
||||
@ -9,8 +9,8 @@ pkgbase = flucky
|
||||
makedepends = git
|
||||
makedepends = go
|
||||
makedepends = make
|
||||
source = https://git.cryptic.systems/volker.raschek/flucky/archive/v0.3.0.tar.gz
|
||||
sha512sums = e2e689e757b82cc3584fbb68d018d6179c4395d25b2abdb82eb9ef240531dc4e3a417c6649085ced47ea343c7c989211653ca6e1a7007b417cd07984697cb5c4
|
||||
source = https://git.cryptic.systems/volker.raschek/flucky/archive/v0.3.1.tar.gz
|
||||
sha512sums = 249ae31211156b2f7dd70f59d2c0c6c1762906e7d897cba4142567eb477cf7adc3076ee8c4a6500c077b9df63d9628e5763b014e523b5bccc7f6939ead299b1b
|
||||
|
||||
pkgname = flucky
|
||||
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
||||
|
||||
pkgname=flucky
|
||||
pkgver=v0.3.0
|
||||
pkgver=v0.3.1
|
||||
pkgrel=1
|
||||
pkgdesc='A lightweight golang program to read values from different sensors'
|
||||
arch=('x86_64' 'armv7h')
|
||||
@ -9,7 +9,7 @@ url=https://git.cryptic.systems/volker.raschek/flucky
|
||||
license=('Apache 2.0')
|
||||
makedepends=('git' 'go' 'make')
|
||||
source=("https://git.cryptic.systems/volker.raschek/flucky/archive/${pkgver}.tar.gz")
|
||||
sha512sums=('e2e689e757b82cc3584fbb68d018d6179c4395d25b2abdb82eb9ef240531dc4e3a417c6649085ced47ea343c7c989211653ca6e1a7007b417cd07984697cb5c4')
|
||||
sha512sums=('249ae31211156b2f7dd70f59d2c0c6c1762906e7d897cba4142567eb477cf7adc3076ee8c4a6500c077b9df63d9628e5763b014e523b5bccc7f6939ead299b1b')
|
||||
|
||||
build() {
|
||||
GOBIN=${HOME}/go/bin
|
||||
|
Loading…
Reference in New Issue
Block a user