Skip to content

Commit

Permalink
Krita: Add 32bit version back (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 authored and r15ch13 committed Nov 4, 2018
1 parent 43b9bfc commit 1637d2b
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions krita.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
{
"homepage": "https://krita.org/",
"license": "GPL-3.0-only",
"version": "4.1.5",
"description": "Krita is a free and open source painting tool designed for concept artists, illustrators, matte and texture artists, and the VFX industry",
"description": "Krita. Professional, FREE and open source painting program.",
"homepage": "https://krita.org/",
"license": {
"identifier": "Freeware",
"url": "https://docs.krita.org/en/KritaFAQ.html#license-rights-and-the-krita-foundation"
},
"architecture": {
"64bit": {
"url": "https://download.kde.org/stable/krita/4.1.5/krita-x64-4.1.5.zip",
"hash": "eb2bd4d5af1e1883a749420b3843c8d6a0b31128d490427c39268a1bec3ef0aa",
"hash": "md5:355bc416bdc5c54494eef9883e041c8a",
"extract_dir": "krita-x64-4.1.5"
},
"32bit": {
"url": "https://download.kde.org/stable/krita/4.1.5/krita-x86-4.1.5.zip",
"hash": "md5:75f8b60d2d8bddeaf4efe7cee9d323d4",
"extract_dir": "krita-x86-4.1.5"
}
},
"bin": "bin\\krita.exe",
"shortcuts": [
[
"bin\\krita.exe",
Expand All @@ -18,13 +27,17 @@
],
"checkver": {
"url": "https://krita.org/en/download/krita-desktop/",
"re": "Krita\\s+([\\d.]+)"
"regex": "Download Krita\\s+([\\d+\\.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.kde.org/stable/krita/$version/krita-x64-$version.zip",
"extract_dir": "krita-x64-$version"
},
"32bit": {
"url": "https://download.kde.org/stable/krita/$version/krita-x86-$version.zip",
"extract_dir": "krita-x86-$version"
}
},
"hash": {
Expand Down

0 comments on commit 1637d2b

Please sign in to comment.