Update to v0.1.1

This commit is contained in:
goreleaserbot 2022-08-13 18:17:40 +00:00
parent 7eb6cc9821
commit abeff39a52
2 changed files with 18 additions and 18 deletions

View file

@ -1,22 +1,22 @@
pkgbase = kaspa_exporter-bin
pkgdesc = wishlist using netbox as inventory source
pkgver = 0.1.0
pkgver = 0.1.1
pkgrel = 1
url = https://jon4hz.io
license = MIT
conflicts = kaspa_exporter
provides = kaspa_exporter
arch = aarch64
source_aarch64 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.0/kaspa_exporter-v0.1.0-linux-arm64.tar.gz
sha256sums_aarch64 = 1fdad777fae0bbdee18ee56974a2cfecbe2b5b3f1dc3c2bae3683f96aed1fea3
source_aarch64 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-arm64.tar.gz
sha256sums_aarch64 = 15ac8d26ee70161f8275dce7afc0b30bf1953839a0291e3f913185e60be25424
arch = armv7h
source_armv7h = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.0/kaspa_exporter-v0.1.0-linux-armv7.tar.gz
sha256sums_armv7h = 602b9c9312c5c90c0da40a7e6ed49a10f620754ebbadc963eff72a2aa9d23ce7
source_armv7h = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-armv7.tar.gz
sha256sums_armv7h = cca46b8d639e2333ff50f3c4c6320f580cf571517a6070abc97446b216eba4a2
arch = i686
source_i686 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.0/kaspa_exporter-v0.1.0-linux-386.tar.gz
sha256sums_i686 = 2c133353708f70a8fc499497cc760c23c9b8a66c61ee4b2ebc359961819d009a
source_i686 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-386.tar.gz
sha256sums_i686 = 54e526b7b172355efbba10c91394f9e7bcbacbea17933c7e398d30b46cfec380
arch = x86_64
source_x86_64 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.0/kaspa_exporter-v0.1.0-linux-amd64.tar.gz
sha256sums_x86_64 = 74164cf5792f05351ef1989790a741951a3f731de6f939211c599fe6acc283bf
source_x86_64 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-amd64.tar.gz
sha256sums_x86_64 = a9e434456513619016410b8d0e7def3a557179d7977ec6ea89084f293aec063e
pkgname = kaspa_exporter-bin

View file

@ -2,7 +2,7 @@
# Maintainer: jonah <me@jon4hz.io>
pkgname='kaspa_exporter-bin'
pkgver=0.1.0
pkgver=0.1.1
pkgrel=1
pkgdesc='wishlist using netbox as inventory source'
url='https://jon4hz.io'
@ -11,17 +11,17 @@ license=('MIT')
provides=('kaspa_exporter')
conflicts=('kaspa_exporter')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.0/kaspa_exporter-v0.1.0-linux-arm64.tar.gz")
sha256sums_aarch64=('1fdad777fae0bbdee18ee56974a2cfecbe2b5b3f1dc3c2bae3683f96aed1fea3')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-arm64.tar.gz")
sha256sums_aarch64=('15ac8d26ee70161f8275dce7afc0b30bf1953839a0291e3f913185e60be25424')
source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.0/kaspa_exporter-v0.1.0-linux-armv7.tar.gz")
sha256sums_armv7h=('602b9c9312c5c90c0da40a7e6ed49a10f620754ebbadc963eff72a2aa9d23ce7')
source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-armv7.tar.gz")
sha256sums_armv7h=('cca46b8d639e2333ff50f3c4c6320f580cf571517a6070abc97446b216eba4a2')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.0/kaspa_exporter-v0.1.0-linux-386.tar.gz")
sha256sums_i686=('2c133353708f70a8fc499497cc760c23c9b8a66c61ee4b2ebc359961819d009a')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-386.tar.gz")
sha256sums_i686=('54e526b7b172355efbba10c91394f9e7bcbacbea17933c7e398d30b46cfec380')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.0/kaspa_exporter-v0.1.0-linux-amd64.tar.gz")
sha256sums_x86_64=('74164cf5792f05351ef1989790a741951a3f731de6f939211c599fe6acc283bf')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-amd64.tar.gz")
sha256sums_x86_64=('a9e434456513619016410b8d0e7def3a557179d7977ec6ea89084f293aec063e')
package() {
# bin