Skip to content

Commit

Permalink
gmnlisp: update to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Jul 22, 2024
1 parent e13f896 commit ca63735
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Repositories
* [findo](https://github.com/hymkor/findo) 0.3.0 - Search filename from the subdirectories of the current directory.
* [genestub](https://github.com/hymkor/genestub) 2.0.0.0 - Stub module to test the child-process is called as expected.
* [gm](https://github.com/hymkor/gm) 0.0.1 - Golang Minimal text editor (凸)/
* [gmnlisp](https://github.com/hymkor/gmnlisp) 0.7.0 - gmnlisp - the subset of ISLisp
* [gmnlisp](https://github.com/hymkor/gmnlisp) 0.7.1 - gmnlisp - the subset of ISLisp
* [gosenzo](https://github.com/hymkor/gosenzo) 0.1.0 - Trace process's parents
* [htnblog](https://github.com/hymkor/go-htnblog) 1.1.0 - はてなブログ-クライアント
* [log2web](https://github.com/hymkor/log2web) 0.1.0 - Showing the last 1024 bytes of the logfile to web via http
Expand Down
10 changes: 5 additions & 5 deletions bucket/gmnlisp.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "0.7.0",
"version": "0.7.1",
"description": "gmnlisp - the subset of ISLisp",
"homepage": "https://github.com/hymkor/gmnlisp",
"license": "MIT License",
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/gmnlisp/releases/download/v0.7.0/gmnlisp-v0.7.0-windows-386.zip",
"hash": "5912d8f623d855405a918cee790f9777fb2c62bfaf053ca39c2647887f9ee8d6"
"url": "https://github.com/hymkor/gmnlisp/releases/download/v0.7.1/gmnlisp-v0.7.1-windows-386.zip",
"hash": "2e8f87f06a84c905be8f86c69991b118c0ced962aa7df14b19d5247754d83ba0"
},
"64bit": {
"url": "https://github.com/hymkor/gmnlisp/releases/download/v0.7.0/gmnlisp-v0.7.0-windows-amd64.zip",
"hash": "74979302073e1fd31d4e3a5dd4a87c897068e3b57d96bc031b8ea6d95a8f071a"
"url": "https://github.com/hymkor/gmnlisp/releases/download/v0.7.1/gmnlisp-v0.7.1-windows-amd64.zip",
"hash": "41a1682d447a6761b22997df6116d58d64868a1b42b3c0b71346ef78d055adc0"
}
},
"bin": "gmnlisp.exe",
Expand Down

0 comments on commit ca63735

Please sign in to comment.