Skip to content

Commit

Permalink
fricas: Add version 1.3.11 (#14077)
Browse files Browse the repository at this point in the history
* fricas: Add version 1.3.11
* [email protected]: Add hash autoupdate

---------

Co-authored-by: Aliaksandr Belik <[email protected]>
  • Loading branch information
dcaondyer and aliesbelik authored Oct 1, 2024
1 parent 4385b1b commit 375e08f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bucket/fricas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "1.3.11",
"description": "FriCAS is a general purpose computer algebra system (CAS).",
"homepage": "https://fricas.github.io/",
"license": "BSD-3-Clause-Modification",
"architecture": {
"64bit": {
"url": "https://github.com/fricas/fricas/releases/download/1.3.11/fricas-1.3.11-windows-x64.zip",
"hash": "1bf0f45835314cbc23e10f77753410bc25e1c4ef5955a5f76931038451a5e442"
}
},
"extract_dir": "FriCAS-windows-x86_64",
"bin": "bin\\FRICASsys.exe",
"checkver": {
"github": "https://github.com/fricas/fricas"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fricas/fricas/releases/download/$version/fricas-$version-windows-x64.zip"
}
},
"hash": {
"url": "$baseurl/sha256sum-1.3.11.txt"
}
}
}

0 comments on commit 375e08f

Please sign in to comment.