Skip to content

Releases: genuinetools/apk-file

v0.3.6

20 Nov 05:39
v0.3.6
31c0510
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="8ab3902fa4614ca51b9229f840c1aca2636736b331ee9442b61ac38ea0059e4e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.6/apk-file-darwin-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="92bf2b7c7dcf3a38f63ac692c05eca19ba78d1c007cdb545c014fc523c94af73"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.6/apk-file-darwin-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="3b095a601e148600daeefdf7370710827d964268ec496853e1c818c1c3ed170f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.6/apk-file-freebsd-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="715bb7c9cd108120935c01879cd42565bb6732f337ab8a2a7698749017c4b60b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.6/apk-file-freebsd-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

linux

386 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="d6b80c025a994d28c53a37bffc2c861ffbb5b812ce1a651d446becd518b47da4"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.6/apk-file-linux-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="cca0ebcb0cdcef32bc031468c6e0bce5d68ef37ee95f19f201b0b44a86e2ff5b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.6/apk-file-linux-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="0abe3f5e8e39fee575f9626a975fd1de65bf457b36dce31b43bbfb8b4dd15048"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.6/apk-file-linux-arm" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="ade5d4042aa455765ec495ad2a6d63f732087ff59837fbeceb402687078cbecb"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.6/apk-file-linux-arm64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="d7d7e16031ab936aa7708132f2f2935e211c3cf60d05de33c158fa3d1414f96f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.6/apk-file-solaris-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

windows

386 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="f7d0a534fe9d9fd8d4c6a9af00294f90ba9530230f3f1e00e6df3dad1e33a581"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.6/apk-file-windows-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="6cbc5c082e4ff40c07b53411f740dd35b08cca0983c5e4fb7f910190706c30ee"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.6/apk-file-windows-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

v0.3.5

25 Sep 15:20
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="7ed0b95690e14cf0d2ee01f0494bdb1860d0d8c929e01a44614672ae20692268"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.5/apk-file-darwin-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="5860cf7350a41b8dcca1f84beef9e66682aafa3faa48b8719dca49396980a169"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.5/apk-file-darwin-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="22a5d74fe140d7202ec531852ef79a314563d2ba5e87804344a962c99b7b636b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.5/apk-file-freebsd-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="67bb9ced4db58373167d27959afb5b0cff8b6bcd162d64594836aca57485d06f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.5/apk-file-freebsd-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

linux

386 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="f1cf8c99a21b99632614c156af123e998a7086f62d7f032f24e31541bf97193b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.5/apk-file-linux-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="6cbd92aea6448b0f526d76e1a910b97799bbcba9bed99a6049d0b80a03e2295c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.5/apk-file-linux-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="b8a9d7479cd9684dea745bdfbc2b0a7d211cd9ccb946b46a2069459de96603ab"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.5/apk-file-linux-arm" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="c61171804aab85ba694d65bcce4e228b652195e8d7b716b340074335f0ffd50d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.5/apk-file-linux-arm64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="ec2df0998cabae9ac8704a1a9d326583c230d6d30e0883a121d8b9042a573d68"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.5/apk-file-solaris-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

windows

386 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="d3cd2a7abd035e4bafb3307565e08cb8417d6c15dbc8fd3e3af627459df94598"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.5/apk-file-windows-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="b8b6af89db2dd23431f6ce5cb966b5b767771be529c891de45f9076c68138632"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.5/apk-file-windows-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

v0.3.4

25 Sep 10:03
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="af7797b4020078db51d7dbd86dcf84637234fe203ced5e880778b04d15179901"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.4/apk-file-darwin-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="10a89a0f96fdb009f44793fbda06f4b1538d774086b33e76c7a19f78ac82f07c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.4/apk-file-darwin-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="0180e5d70513998177553e1c6ebce77781eae474cc5b258de834f7e7004e093f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.4/apk-file-freebsd-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="d475f8796e6ddbf1282606ab9c21762f03c282accca8ad55652960e03371a258"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.4/apk-file-freebsd-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

linux

386 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="22e906c99d00145608401e8fff946464ce10540c23f45f4804649aad1a0b66eb"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.4/apk-file-linux-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="bd4db0ed2f248f14c54ce9dd7b7eeb909114d4b59d09f292cf061a370b342059"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.4/apk-file-linux-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="f8f72b3a946664116d79f13dfd3e26bfd3c85e12eec505fab6c37d27b62b40f8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.4/apk-file-linux-arm" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="cedcfa4a4391cbe82e759216c0bb53222ec92b4981bcf716415e300011b98ae9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.4/apk-file-linux-arm64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="7072f8b649d07ff19277df563254dea39f6c422099928a806703596fb5aa661c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.4/apk-file-solaris-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

windows

386 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="ba012e24b8a3524ca40d33e2c71837f9e0ef4b79fa1eeee031bc660209c4ba67"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.4/apk-file-windows-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="bc424e5a57b9e2063ee11149264387077224d59ebdcccc76f3befb2c22489677"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.4/apk-file-windows-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

v0.3.3

15 Jul 21:01
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="6c627accfe77cdc0aaf298d8fdc4d70b7245c8219aa9cd5850a060583db8e5d8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-darwin-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="c23fa06d0a393f0344270f762004adb570b527b824804ad16f737c97b5c23be5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-darwin-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="bde9e71618a52315b073a26494a425edb847bfbc81df5635db505c35f4a884cc"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-freebsd-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="b527800a2f3b2e7c8622b25fa88eee39a6b180e5b5ba7be5b8fdad4c528976ee"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-freebsd-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

linux

386 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="b2dc7f82f6b673211901c701c9d78b7da1e9530fe2b41e2963cf93e1a79ecc26"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-linux-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="9517b0471df29a97165288189cf85a85015c4852be8c70e3a61b8c46d180c7d3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-linux-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="6ffcc62b93b998d022850312903101ebba710e1fd46d7631f463705181f39c3e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-linux-arm" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="2f2c6a80f358177044f5570afaed92d7732cdc3c92852ebcaafc574a380b6ba5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-linux-arm64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="0f5f447690e2fc6ae04156247bc6a505add195f7cad1528b02ca71e500fe8521"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-solaris-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

windows

386 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="8e1621de741a4d6865ddbd00b01f39ad89a1e60aa6c4cefcfa4151e0917fd9de"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-windows-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="db3b7b57e083ee67f92b5fcd74f0cd33664b62650ae057c9018f4c4532ad49e6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-windows-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

v0.3.2

14 Jul 15:45
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="8305352dec87cccf3e6cf513c48978fa91b96f6d4b6619cd216bd292e236f895"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.2/apk-file-darwin-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="15ce31ca9a4a623dc3d7c96f3d0b05b8401886efe3e5ed1dbc623ce1e16e61c8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.2/apk-file-darwin-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="8a702f80a0ccebed8299bb3897238448d56292aef7c623f2ce9177b06524164b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.2/apk-file-freebsd-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="f1bbaf57af8a00612d0b00d3e04c469ace8ccc9feb8e45031490ae1950c11bea"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.2/apk-file-freebsd-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

linux

386 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="c2dbed6610903210d11cf02cc024eccf2b58a537ca601f9c4948496a65182b62"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.2/apk-file-linux-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="1d01cfff91ba8197474f32a5bdeb725c2329ee5611b5fcf8c684b63d69ef7e2a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.2/apk-file-linux-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="97296106f3bba12b268f369fd39b28a9ce1016e033c91804ecd91cf9a64f8ca2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.2/apk-file-linux-arm" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="643770e3de8123fb9fc60542ee728ef9980595a26deea8e6dee63fe0e265a340"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.2/apk-file-linux-arm64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="6a2c74bb31fc54b57ceda4d3c5be9c3dd12b5b532fb40b6b8fc063a24a8310ad"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.2/apk-file-solaris-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

windows

386 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="b8dfbb6b39d839e4a38302f778bc910bb07bc12caefba0dc9527714141c85847"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.2/apk-file-windows-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="2dbf8b78928cb57b9801b9ca3897fa65eea818a4abe522522a7b9a6347640bc4"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.2/apk-file-windows-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

v0.3.1

20 Nov 05:51
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

amd64 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256=""

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.1/apk-file-darwin-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

freebsd

amd64 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="3fb8003da905c61be7bac89ea2fc57653ed70038f6aa2aba0b1d948f0458eb2c"

# Download and check the sha256sum.
$ curl -fSL "" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

linux

386 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="1476317580b635c23e2388f70c2ece9cce3c314e222010e2e6e6d57cec22393d"

# Download and check the sha256sum.
$ curl -fSL "" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="f8b007af2088881cb646afb702d7156971c493f64e7eb7098d069b82c1f30bdc"

# Download and check the sha256sum.
$ curl -fSL "" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="0df4b0bddd1bb4d7e2452cd2f5073a108a2e6162ebbf0ac2867edefd15d24c0c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.1/apk-file-linux-arm" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="32cb7e69327b709d11bd65fa7d2dd0ad1402d3809c29ed984fbc2514f5ea857b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.1/apk-file-linux-arm64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

windows

386 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="56acb09b4b3946f98290531243ec6b91e8dd1b683ed992826a15abef03fb803a"

# Download and check the sha256sum.
$ curl -fSL "" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

v0.3.0

11 Mar 16:07
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="4526e97440286ee9e7ed7e1ce87208a2ad537422e8d8a254afde3ded75bffae7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-darwin-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="a0004820006d026ce0857c6e167515bb7ca342c903592e154dbcd624da2015fb"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-darwin-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="9e06414f03fc8c6702c4ec8bd0db0f1df69bb738d729bf2ff1248dcc59549d50"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-freebsd-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="a9129f89e29329c68887b128fa5366659865e9dca22febdc414b7f13ddffe2a2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-freebsd-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

linux

386 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="3c679395f80b41dbe5639fb06c051a824ab17903dae59a6f6a9e3863182daaf3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-linux-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="b7b77b1de9eda525d9ec3dc99bce6431c8cfa96df50d13895130731dda1d6567"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-linux-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="4e17de993492a4ca8dcae24273fc0cc3b8686bbea87f0eed5fe62a9def7282d2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-linux-arm" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="aaf8621cb99da14c45520f20eb6f78d58a2604b4bc29d19ca43f19e1bc716a92"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-linux-arm64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="28922fd4111c09c69ddbca0cc9d8fde42621e9b58c520bac524a8e6ba2ea6d5d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-solaris-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

windows

386 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="cb900188a96f3007089446ccc769f56b3dfc6c6d6e73759d8f93b7435bf98cd6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-windows-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="8225455b8c1ae6a73602018d89694c57335efb467359ca5162af8265488b4535"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-windows-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

v0.2.0

02 Jan 11:45
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="a742749668720765d7753d634b14f17321bc39e95661a646abb6da6f73bb97a0"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-darwin-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="fd8e1c2728b9dc77427ca446d7c3c27829a393c3635533d111d375f04bb42cc5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-darwin-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="6b9bf789cf0f4c8de1a8cca9af098a19a1cf2c58969624b3fb95556fc2f3b3cb"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-freebsd-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="0c8bfead20d8378bb3d2668c618df0b5ff822b119dc09bbaa80497bc90f9852f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-freebsd-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

linux

386 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="296622fab2fa97956e302e5a4efd40d5aa85f3541a537a39fca7343f7f75a72e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-linux-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="8db8a0353736c7488d56528d843ba1e9696ff55aa03ea3e97cffb2204714b99e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-linux-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="6d8e035b521c0983652bd2d64ca9b8982c373178dfdd2aa0cfc9e3a245b2997d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-linux-arm" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="a5ae1dd6cd88ad15fece87be51259d7c7491cd32adff1c83cdc9456f6c557a2e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-linux-arm64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="fa7212348e9dc761f4a1ae29a18dd266ec3a8df8624f29d7a77d06b4ba0fdda4"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-solaris-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

windows

386 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="9f6ee1151d621d0fe687cacdac685dba7d634d76726203ae9e88ad85d3a0308e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-windows-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="ac0c65fe8a52ef63fcf362549446da59d6652326ec47073bb6be67253a9ae356"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-windows-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

v0.1.3

13 Nov 21:40
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="230c0caa122599aaf45ee885eb7ddcbfb101ae2141548822e6f946bc55f29966"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.3/apk-file-darwin-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="0642aecf36c74da23456e8ab55929b9f5ecc5243a4c96de74dc1f99c72d53ec3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.3/apk-file-darwin-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="4697e202b6772b3e1f654ecb7f9877dba78c94718bf701f22a65245c03c0454f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.3/apk-file-freebsd-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="f1776052e23645579a79c2e5e7bafe25a8f990e8b63c856a574b0ac1f660a68d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.3/apk-file-freebsd-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

linux

386 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="e6f21c8144652d3e0052f0ec6452196621130dd34533111a21b65355336c99ce"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.3/apk-file-linux-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="b2e6231b7c141ec66068e7bc9890afc0e8bb9acb46645db35c04e93dc08d6e67"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.3/apk-file-linux-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="d2be2fb43dd90746d8fec31ae77c12990305be216b7c4f8fcce7a0de7d351a96"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.3/apk-file-linux-arm" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="7f9d3a6ffeedd6db5295e3294527cba95f18777d454b7da5a64e81e1d922585b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.3/apk-file-linux-arm64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="97836c61d33612dd925c755fd2880f11b95880c78bd5752d43f3c6ba6d6e4cf1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.3/apk-file-solaris-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

windows

386 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="f7425176a427b429b6822a510a083a2867da3f4327df67c26372a8289ab44859"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.3/apk-file-windows-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="23894e1462bb70c707ed57059bb96d4ccc95705827eddf67fbf83d0e66e716f4"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.3/apk-file-windows-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

v0.1.1

09 Jun 17:20
v0.1.1
18aa366
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="169481554970d12b72d544cc5db76454f0331c7a3469494dd7f20e044dcfd809"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.1/apk-file-darwin-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="a01bcb2982d8ef145a0757e4cab7bcf62ab7f8601a7ce6194872ba671fca7dde"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.1/apk-file-darwin-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="9c02176974dfbc38eadbf97df57002a36d54922363db5d6282f48f6a18ad4d66"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.1/apk-file-freebsd-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="4961afe19c76cfdb9ff5dc501ee0878ae23d1674c7b295198bc9e27a0c1aaf61"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.1/apk-file-freebsd-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

linux

386 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="1efe18b9a32c362fbd227f834f4d7b4b79fdf27414651d6d2903172d83211831"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.1/apk-file-linux-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="c65ec8852c9cabfe8a2090d920a4e1c3077631aa35594b84ea6a438fde3c7465"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.1/apk-file-linux-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="2a4720f57a2873d26dae220ce5dfc0f6654cad8d6fe1b142e4b5d3f9d16a33f8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.1/apk-file-linux-arm" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="80f9e27c449acba08305efc179589248c71331beb5f449fae0e5c7c7bad67c8a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.1/apk-file-linux-arm64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="f54abee234dd9bb23cb7f33d6a3d65afbab996a16a21ef945160612c116bfdce"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.1/apk-file-solaris-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

windows

386 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="ee3d66542784fe43f2059cf57412afd74034573b4e9dc7b5febfec85c14d004c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.1/apk-file-windows-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="b89f0394286ee68eca5047f9f126205ea430ac248a8e85f107158f552f8a77a1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.1.1/apk-file-windows-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h