aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/tiny-ec2-bootstrap/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/main/tiny-ec2-bootstrap/APKBUILD b/main/tiny-ec2-bootstrap/APKBUILD
index 03bbcd687b..19a934f8f1 100644
--- a/main/tiny-ec2-bootstrap/APKBUILD
+++ b/main/tiny-ec2-bootstrap/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Mike Crute <mike@crute.us>
# Maintainer: Mike Crute <mike@crute.us>
pkgname=tiny-ec2-bootstrap
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=0
pkgdesc="A tiny EC2 instance bootstrapper that uses instance metadata"
url="https://github.com/mcrute/tiny-ec2-bootstrap"
@@ -9,12 +9,11 @@ arch="noarch"
license="MIT"
options="!check" # no tests provided
depends="openrc e2fsprogs-extra"
-source="$pkgname-$pkgver.tar.gz::https://github.com/mcrute/$pkgname/archive/release-$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/mcrute/tiny-ec2-bootstrap/archive/release-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-release-$pkgver"
package() {
- cd "$builddir"
- make install PREFIX=$pkgdir
+ make PREFIX=$pkgdir install
}
-sha512sums="c5ba19387862b1211b70415bb291b1178a18539faa0770d5e294992a8399a9bdb0b2db3427e77bc19127aafea2991a01ff40f9560212eb7d16580f8d55154f6a tiny-ec2-bootstrap-1.3.1.tar.gz"
+sha512sums="a0952e58696947b7bd5ffc4390a5f74ce042c1fd8b387f3c9f8a673a9a6de7a81af1f8195ff440b74dc86343d4aa6c57ac0362f14d60fa451c452e899da03d9a tiny-ec2-bootstrap-1.3.2.tar.gz"