logseq: init at 0.0.13

This commit is contained in:
Weihua Lu
2021-03-20 19:28:50 -04:00
committed by tomberek
parent 8efca92631
commit bf4a3c208e
3 changed files with 61 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl jq common-updater-scripts
version="$(curl -sL "https://api.github.com/repos/logseq/logseq/releases" | jq '.[0].tag_name' --raw-output)"
update-source-version logseq "$version"