Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
loko: Version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weinholt committed Sep 30, 2023
1 parent 1ecc50d commit 8e8f9aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion implementations/loko/0-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM alpine:3.8 AS build
WORKDIR /build
COPY checksum checksum
ADD https://scheme.fail/releases/loko-0.10.0.tar.gz loko.tar.gz
ADD https://scheme.fail/releases/loko-0.12.1.tar.gz loko.tar.gz
RUN sha256sum loko.tar.gz && sha256sum -c checksum
RUN mkdir loko && tar -C loko --strip-components 1 -xf loko.tar.gz
WORKDIR /build/loko
Expand Down
2 changes: 1 addition & 1 deletion implementations/loko/0-base/checksum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4243c15a102c8af08fa1ca4bb0af84fcb7a6780b64841eeffccd2d6b62d4b780 loko.tar.gz
404b4cf89002130355a4ac9e39ae6fb07cfca05759fc9b5081f9f62943cfba7b loko.tar.gz
2 changes: 1 addition & 1 deletion implementations/loko/0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM alpine:3.8 AS build
WORKDIR /build
COPY checksum checksum
ADD https://scheme.fail/releases/loko-0.10.0.tar.gz loko.tar.gz
ADD https://scheme.fail/releases/loko-0.12.1.tar.gz loko.tar.gz
RUN sha256sum loko.tar.gz && sha256sum -c checksum
RUN mkdir loko && tar -C loko --strip-components 1 -xf loko.tar.gz
WORKDIR /build/loko
Expand Down
2 changes: 1 addition & 1 deletion implementations/loko/0/checksum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4243c15a102c8af08fa1ca4bb0af84fcb7a6780b64841eeffccd2d6b62d4b780 loko.tar.gz
404b4cf89002130355a4ac9e39ae6fb07cfca05759fc9b5081f9f62943cfba7b loko.tar.gz

0 comments on commit 8e8f9aa

Please sign in to comment.