Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Use latest Paket
  • Loading branch information
forki committed Jul 4, 2019
commit 4a83f46fda78f08442a32179455267a1bee8a576
2 changes: 1 addition & 1 deletion fcs/download-paket.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$paketurl="https://github.com/fsprojects/Paket/releases/download/5.210.1/paket.exe"
$paketurl="https://github.com/fsprojects/Paket/releases/download/5.215.0/paket.exe"
$paketdir = Join-Path $PSScriptRoot ".paket"
$paketpath = Join-Path $paketdir "paket.exe"

Expand Down
2 changes: 1 addition & 1 deletion fcs/download-paket.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ while [[ -h "$source" ]]; do
done
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"

paketurl=https://github.com/fsprojects/Paket/releases/download/5.210.1/paket.exe
paketurl=https://github.com/fsprojects/Paket/releases/download/5.215.0/paket.exe
paketdir=$scriptroot/.paket
paketpath=$paketdir/paket.exe
if [ ! -e "$paketpath" ]; then
Expand Down