From c6381d63a4d4906cf3c4089bf2ac3db75f2e847f Mon Sep 17 00:00:00 2001 From: Jake Buchholz Date: Sat, 9 Jan 2021 03:59:07 +0000 Subject: [PATCH] main/tiny-ec2-bootstrap: upgrade to 1.4.3 explicitly locks the root account --- main/tiny-ec2-bootstrap/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/tiny-ec2-bootstrap/APKBUILD b/main/tiny-ec2-bootstrap/APKBUILD index a9b430d4ae3..dc2eefc374b 100644 --- a/main/tiny-ec2-bootstrap/APKBUILD +++ b/main/tiny-ec2-bootstrap/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Mike Crute # Maintainer: Mike Crute pkgname=tiny-ec2-bootstrap -pkgver=1.2.0 +pkgver=1.4.3 pkgrel=0 pkgdesc="A tiny EC2 instance bootstrapper that uses instance metadata" url="https://github.com/mcrute/tiny-ec2-bootstrap" @@ -17,4 +17,4 @@ package() { make install PREFIX=$pkgdir } -sha512sums="a653dd56ac7cc887077d83d1e01c6e2b58550548293e848a456b74a45b2d0061ed3a4188e9a4eb3aaf23ee96d22b00f4e0610d044d640e036591dc43b4681a63 tiny-ec2-bootstrap-1.2.0.tar.gz" +sha512sums="6b15eaae722975b5f9deb6650cfd2319a37cab24084c3638ee3264e7784637cadfda863777909fc2cb09f1c27755082591b645342da697be040687da7a9936f3 tiny-ec2-bootstrap-1.4.3.tar.gz"