mirror of
https://github.com/luzifer-aur/elb-instance-status.git
synced 2024-11-08 13:50:02 +00:00
elb-instance-status v1.1.3
This commit is contained in:
parent
c0169e0999
commit
3565c31caf
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = elb-instance-status
|
||||
pkgdesc = Small monitoring daemon for AWS Autoscaling Group Healthchecks
|
||||
pkgver = 1.1.2
|
||||
pkgver = 1.1.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/Luzifer/elb-instance-status
|
||||
arch = i686
|
||||
|
@ -8,9 +8,9 @@ pkgbase = elb-instance-status
|
|||
license = Apache
|
||||
makedepends = go
|
||||
backup = etc/elb-instance-status.yml
|
||||
source = elb-instance-status-1.1.2.tar.gz::https://github.com/Luzifer/elb-instance-status/archive/v1.1.2.tar.gz
|
||||
source = elb-instance-status-1.1.3.tar.gz::https://github.com/Luzifer/elb-instance-status/archive/v1.1.3.tar.gz
|
||||
source = elb-instance-status.yml
|
||||
sha512sums = f65c8f90599cbf4b5230c42341a505eb820024d91e293de5cba70ebd2cb0f6431bd3f3011a1b2d0a23f7a400673d30d776272c8b7cf3210fc2954f830a0d5678
|
||||
sha512sums = 735517ae4005dbd5551bb11a301740c7f28577dee1bb524e9e1b88314b06fd5617c9212ff6249b2c78578cf8523e0e9f8943f403f1ffac5d2eeee6c112df3022
|
||||
sha512sums = bbd6a0d6f0ba8bcb9bf05b200b231b1b4ab7f37a069414b7075634298931825c843a8b4ab136a360be3009554915d5748939d60ddc7585ea0223c26a1402e97a
|
||||
|
||||
pkgname = elb-instance-status
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
||||
|
||||
pkgname=elb-instance-status
|
||||
pkgver=1.1.2
|
||||
pkgver=1.1.3
|
||||
pkgrel=1
|
||||
pkgdesc="Small monitoring daemon for AWS Autoscaling Group Healthchecks"
|
||||
|
||||
|
@ -15,7 +15,7 @@ source=(
|
|||
"${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
|
||||
"elb-instance-status.yml"
|
||||
)
|
||||
sha512sums=('f65c8f90599cbf4b5230c42341a505eb820024d91e293de5cba70ebd2cb0f6431bd3f3011a1b2d0a23f7a400673d30d776272c8b7cf3210fc2954f830a0d5678'
|
||||
sha512sums=('735517ae4005dbd5551bb11a301740c7f28577dee1bb524e9e1b88314b06fd5617c9212ff6249b2c78578cf8523e0e9f8943f403f1ffac5d2eeee6c112df3022'
|
||||
'bbd6a0d6f0ba8bcb9bf05b200b231b1b4ab7f37a069414b7075634298931825c843a8b4ab136a360be3009554915d5748939d60ddc7585ea0223c26a1402e97a')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue