From 2b9fef625cbd985e057b8f8eb0057abf3f08edcf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 8 Oct 2019 16:58:07 -0300 Subject: [PATCH] stages/{0,1}: bump version of musl here --- stages/0/04-musl | 2 +- stages/1/02-musl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stages/0/04-musl b/stages/0/04-musl index 8623f5de..536f0bbc 100755 --- a/stages/0/04-musl +++ b/stages/0/04-musl @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=20190913_f5eee489 +version=20191002_db3cc9a3 cd -- "$TMPDIR" rm -rf musl-${version} diff --git a/stages/1/02-musl b/stages/1/02-musl index 734e6d27..0f100482 100755 --- a/stages/1/02-musl +++ b/stages/1/02-musl @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=20190913_f5eee489 +version=20191002_db3cc9a3 cd -- "$TMPDIR" rm -rf musl-${version} -- 2.11.4.GIT