Skip to content

Commit

Permalink
update to newer Punctual version (with subtraction parsing)
Browse files Browse the repository at this point in the history
  • Loading branch information
dktr0 committed Nov 23, 2018
1 parent 6ba4062 commit 8f3a1d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,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/20181123/estuary-client-20181123.zip
curl -o temp.zip -L https://github.com/d0kt0r0/estuary/releases/download/20181123b/estuary-client-20181123b.zip
unzip temp.zip
rm -rf temp.zip
cp -Rf static/Dirt Estuary.jsexe
Expand Down
2 changes: 1 addition & 1 deletion client/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages:

- location:
git: https://github.com/d0kt0r0/Punctual.git
commit: cf6bd8649b29a3b3c0e3a3380d58fe5b9c922b1a
commit: a82258f837a2ffa290c978083d23964fa0e8314d
extra-dep: true

extra-deps:
Expand Down

0 comments on commit 8f3a1d9

Please sign in to comment.