Sha256: 2077e9343d0587ca91c2e01d647939fb5718bd47671d12a01310e75001510102

Contents?: true

Size: 306 Bytes

Versions: 396

Compression:

Stored size: 306 Bytes

Contents

#!/bin/bash

LATEST=https://github.com/exercism/configlet/releases/latest

VERSION="$(curl --head --silent $LATEST | awk -v FS=/ '/Location:/{print $NF}' | tr -d '\r')"
URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-linux-64bit.tgz

curl -s --location $URL | tar xz -C bin/

Version data entries

396 entries across 396 versions & 1 rubygems

Version Path
trackler-2.2.1.180 bin/fetch-configlet
trackler-2.2.1.179 bin/fetch-configlet
trackler-2.2.1.178 bin/fetch-configlet
trackler-2.2.1.177 bin/fetch-configlet
trackler-2.2.1.176 bin/fetch-configlet
trackler-2.2.1.175 bin/fetch-configlet
trackler-2.2.1.174 bin/fetch-configlet
trackler-2.2.1.173 bin/fetch-configlet
trackler-2.2.1.172 bin/fetch-configlet
trackler-2.2.1.171 bin/fetch-configlet
trackler-2.2.1.170 bin/fetch-configlet
trackler-2.2.1.169 bin/fetch-configlet
trackler-2.2.1.167 bin/fetch-configlet
trackler-2.2.1.166 bin/fetch-configlet
trackler-2.2.1.165 bin/fetch-configlet
trackler-2.2.1.164 bin/fetch-configlet
trackler-2.2.1.163 bin/fetch-configlet
trackler-2.2.1.162 bin/fetch-configlet
trackler-2.2.1.161 bin/fetch-configlet
trackler-2.2.1.160 bin/fetch-configlet