Skip to content

Commit

Permalink
Euler: fix ckeckver (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
linsui authored and rasa committed Sep 29, 2019
1 parent 618d14c commit 06cd886
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions bucket/euler.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
{
"version": "2019-09-27",
"homepage": "http://euler-math-toolbox.de",
"version": "2019-08-21",
"license": "GPL-3.0-or-later",
"description": "A powerful math program combining numerical and symbolic tools (using the computer algebra system Maxima).",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/eumat/Installer/EulerSetup-64_2019-08-21.exe",
"hash": "sha1:017bfb2d3d4ff119e5d8a3f8f132f779f44484b5",
"installer": {
"script": [
"Expand-InnoArchive -Path \"$dir\\$fname\"",
"Expand-InnoArchive -Path \"$dir\\$fname\" -ExtractDir '{sys}' -Removal",
"if (!(Test-Path \"$persist_dir\\.euler.profile\")) {",
" New-Item -Path \"$dir\\.euler.profile\" -ItemType 'File' | Out-Null",
"}"
]
},
"url": "https://downloads.sourceforge.net/project/eumat/Installer/EulerSetup-64_2019-09-27.exe",
"hash": "sha1:0143debb249f4f531f00c16c81ba4d07743b1940",
"bin": [
"euler64.exe",
[
Expand All @@ -31,11 +22,23 @@
]
}
},
"installer": {
"script": [
"Expand-InnoArchive -Path \"$dir\\$fname\"",
"Expand-InnoArchive -Path \"$dir\\$fname\" -ExtractDir '{sys}' -Removal",
"if (!(Test-Path \"$persist_dir\\.euler.profile\")) {",
" New-Item -Path \"$dir\\.euler.profile\" -ItemType 'File' | Out-Null",
"}"
]
},
"persist": [
"Euler Files",
".euler.profile"
],
"checkver": "Version ([\\d-]+)",
"checkver": {
"url": "https://sourceforge.net/projects/eumat/rss?path=/Installer",
"regex": "EulerSetup-64_([\\d-]+)\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
Expand Down

0 comments on commit 06cd886

Please sign in to comment.