Skip to content

Commit

Permalink
upgrades version to download
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed Oct 29, 2018
1 parent 059c03b commit e3408fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hasselhoff.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
echo "Calling the Hasselhoff..."
SET VERSION=0.3.0
SET VERSION=0.3.2
SET curr=%cd%

curl -s -L https://github.com/angelbarrera92/hasselhoffme/releases/download/%VERSION%/hasselhoffme_%VERSION%_windows_amd64.exe --output hass.exe > NUL
Expand Down
2 changes: 1 addition & 1 deletion hasselhoff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ case "${arch}" in
armv7l) arch=armv7;;
*) arch="amd64"
esac
VERSION="0.3.0"
VERSION="0.3.2"
BIN_URL="https://github.com/angelbarrera92/hasselhoffme/releases/download/${VERSION}/hasselhoffme_${VERSION}_${machine}_${arch}"
BINDIR="/tmp/david"
mkdir -m a=rwx -p $BINDIR
Expand Down

0 comments on commit e3408fd

Please sign in to comment.