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.98 bin/fetch-configlet
trackler-2.2.1.97 bin/fetch-configlet
trackler-2.2.1.96 bin/fetch-configlet
trackler-2.2.1.95 bin/fetch-configlet
trackler-2.2.1.94 bin/fetch-configlet
trackler-2.2.1.93 bin/fetch-configlet
trackler-2.2.1.92 bin/fetch-configlet
trackler-2.2.1.91 bin/fetch-configlet
trackler-2.2.1.90 bin/fetch-configlet
trackler-2.2.1.89 bin/fetch-configlet
trackler-2.2.1.88 bin/fetch-configlet
trackler-2.2.1.87 bin/fetch-configlet
trackler-2.2.1.86 bin/fetch-configlet
trackler-2.2.1.85 bin/fetch-configlet
trackler-2.2.1.84 bin/fetch-configlet
trackler-2.2.1.83 bin/fetch-configlet
trackler-2.2.1.82 bin/fetch-configlet
trackler-2.2.1.81 bin/fetch-configlet
trackler-2.2.1.80 bin/fetch-configlet
trackler-2.2.1.79 bin/fetch-configlet