diff --git a/main/tiny-ec2-bootstrap/APKBUILD b/main/tiny-ec2-bootstrap/APKBUILD index 8ef3c133cd5..4ad3afe4185 100644 --- a/main/tiny-ec2-bootstrap/APKBUILD +++ b/main/tiny-ec2-bootstrap/APKBUILD @@ -1,7 +1,8 @@ +# Contributor: Jake Buchholz # Contributor: Mike Crute # Maintainer: Mike Crute pkgname=tiny-ec2-bootstrap -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=0 pkgdesc="A tiny EC2 instance bootstrapper that uses instance metadata" url="https://github.com/mcrute/tiny-ec2-bootstrap" @@ -16,4 +17,4 @@ package() { make PREFIX=$pkgdir install } -sha512sums="a57476e7a9fedd2140766f2151cae3771cd3b64826d2f793e32ff14f5ae55ed0d00b327849e6cf17e25b64e6f1307421cd2806dfbbf41cb95990bdafff04364b tiny-ec2-bootstrap-1.4.0.tar.gz" +sha512sums="17b59af93e82364cd2f9ca4383f5ba5420f2b835b0940aaf5635fc7bc6ecdc8d650732b0e247a8fb560bac6685765bab1367bdb94ae1176519c6c375f50259db tiny-ec2-bootstrap-1.4.1.tar.gz"