Update to v0.1.2
This commit is contained in:
parent
abeff39a52
commit
c986c85f9c
2 changed files with 18 additions and 18 deletions
18
.SRCINFO
18
.SRCINFO
|
@ -1,22 +1,22 @@
|
||||||
pkgbase = kaspa_exporter-bin
|
pkgbase = kaspa_exporter-bin
|
||||||
pkgdesc = wishlist using netbox as inventory source
|
pkgdesc = wishlist using netbox as inventory source
|
||||||
pkgver = 0.1.1
|
pkgver = 0.1.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://jon4hz.io
|
url = https://jon4hz.io
|
||||||
license = MIT
|
license = MIT
|
||||||
conflicts = kaspa_exporter
|
conflicts = kaspa_exporter
|
||||||
provides = kaspa_exporter
|
provides = kaspa_exporter
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
source_aarch64 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-arm64.tar.gz
|
source_aarch64 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.2/kaspa_exporter-v0.1.2-linux-arm64.tar.gz
|
||||||
sha256sums_aarch64 = 15ac8d26ee70161f8275dce7afc0b30bf1953839a0291e3f913185e60be25424
|
sha256sums_aarch64 = e65d5b42fd3ec0f69c89fc4b0a0b0459fd8a303173b2285dfdedee4a1bc6effb
|
||||||
arch = armv7h
|
arch = armv7h
|
||||||
source_armv7h = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-armv7.tar.gz
|
source_armv7h = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.2/kaspa_exporter-v0.1.2-linux-armv7.tar.gz
|
||||||
sha256sums_armv7h = cca46b8d639e2333ff50f3c4c6320f580cf571517a6070abc97446b216eba4a2
|
sha256sums_armv7h = 72f1a8d0b3077c651311f6a0346ce87930836a4a381082d670c89e35511cceb8
|
||||||
arch = i686
|
arch = i686
|
||||||
source_i686 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-386.tar.gz
|
source_i686 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.2/kaspa_exporter-v0.1.2-linux-386.tar.gz
|
||||||
sha256sums_i686 = 54e526b7b172355efbba10c91394f9e7bcbacbea17933c7e398d30b46cfec380
|
sha256sums_i686 = 7646c8159a48e83c238a1f84fb78b1908e75407b62f047db9b7faa8462717656
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
source_x86_64 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-amd64.tar.gz
|
source_x86_64 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.2/kaspa_exporter-v0.1.2-linux-amd64.tar.gz
|
||||||
sha256sums_x86_64 = a9e434456513619016410b8d0e7def3a557179d7977ec6ea89084f293aec063e
|
sha256sums_x86_64 = 815dda07ae26263bf031b88fe726e31db4d423d6c606bcf02badc7d36e494ef7
|
||||||
|
|
||||||
pkgname = kaspa_exporter-bin
|
pkgname = kaspa_exporter-bin
|
||||||
|
|
18
PKGBUILD
18
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: jonah <me@jon4hz.io>
|
# Maintainer: jonah <me@jon4hz.io>
|
||||||
|
|
||||||
pkgname='kaspa_exporter-bin'
|
pkgname='kaspa_exporter-bin'
|
||||||
pkgver=0.1.1
|
pkgver=0.1.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='wishlist using netbox as inventory source'
|
pkgdesc='wishlist using netbox as inventory source'
|
||||||
url='https://jon4hz.io'
|
url='https://jon4hz.io'
|
||||||
|
@ -11,17 +11,17 @@ license=('MIT')
|
||||||
provides=('kaspa_exporter')
|
provides=('kaspa_exporter')
|
||||||
conflicts=('kaspa_exporter')
|
conflicts=('kaspa_exporter')
|
||||||
|
|
||||||
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")
|
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.2/kaspa_exporter-v0.1.2-linux-arm64.tar.gz")
|
||||||
sha256sums_aarch64=('15ac8d26ee70161f8275dce7afc0b30bf1953839a0291e3f913185e60be25424')
|
sha256sums_aarch64=('e65d5b42fd3ec0f69c89fc4b0a0b0459fd8a303173b2285dfdedee4a1bc6effb')
|
||||||
|
|
||||||
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")
|
source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.2/kaspa_exporter-v0.1.2-linux-armv7.tar.gz")
|
||||||
sha256sums_armv7h=('cca46b8d639e2333ff50f3c4c6320f580cf571517a6070abc97446b216eba4a2')
|
sha256sums_armv7h=('72f1a8d0b3077c651311f6a0346ce87930836a4a381082d670c89e35511cceb8')
|
||||||
|
|
||||||
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")
|
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.2/kaspa_exporter-v0.1.2-linux-386.tar.gz")
|
||||||
sha256sums_i686=('54e526b7b172355efbba10c91394f9e7bcbacbea17933c7e398d30b46cfec380')
|
sha256sums_i686=('7646c8159a48e83c238a1f84fb78b1908e75407b62f047db9b7faa8462717656')
|
||||||
|
|
||||||
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")
|
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.2/kaspa_exporter-v0.1.2-linux-amd64.tar.gz")
|
||||||
sha256sums_x86_64=('a9e434456513619016410b8d0e7def3a557179d7977ec6ea89084f293aec063e')
|
sha256sums_x86_64=('815dda07ae26263bf031b88fe726e31db4d423d6c606bcf02badc7d36e494ef7')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
# bin
|
# bin
|
||||||
|
|
Loading…
Reference in a new issue