Skip to content

Commit

Permalink
new Punctual version
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ogborn authored and David Ogborn committed Jan 11, 2019
1 parent 00c60d0 commit 4b0e712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ releaseClient: # make installClient or prodInstallClient first!

curlReleaseClient: # this uses curl to download and unzip a recent pre-built client from a GitHub release
rm -rf Estuary.jsexe
curl -o temp.zip -L https://github.com/d0kt0r0/estuary/releases/download/20190108/estuary-client-20190108.zip
curl -o temp.zip -L https://github.com/d0kt0r0/estuary/releases/download/20190110/estuary-client-20190110.zip
unzip temp.zip
rm -rf temp.zip
cp -Rf static/samples Estuary.jsexe
Expand Down
4 changes: 2 additions & 2 deletions client/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ packages:

- location:
git: https://github.com/d0kt0r0/MusicW.git
commit: d64b9a81c13e53aa8810fd0e8ab1f31f9a8f38dd
commit: 9ce9fc209e2d135f6c08b03873d3ebeaa5a0c121
extra-dep: true

- location:
git: https://github.com/d0kt0r0/Punctual.git
commit: 2cab9c90a791d8f126e9c803b42c65caffa099ac
commit: d9ebad5f1dbc8b1935522200c1f03f0824c93a72
extra-dep: true

extra-deps:
Expand Down

0 comments on commit 4b0e712

Please sign in to comment.