Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 20.3.27 #41

Merged
merged 7 commits into from
Apr 8, 2020
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion io.exodus.Exodus.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<category>Utility</category>
</categories>
<releases>
<release date="2019-09-27" version="19.9.27"/>
<release date="2020-03-27" version="20.3.27"/>
</releases>
<update_contact>tingping_at_fedoraproject.org</update_contact>
<content_rating type="oars-1.1" />
Expand Down
19 changes: 15 additions & 4 deletions io.exodus.Exodus.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
"--device=dri"
],
"modules": [
{
"name": "zypak",
dvreed marked this conversation as resolved.
Show resolved Hide resolved
"sources": [
{
"type": "git",
"url": "https://github.com/refi64/zypak",
"tag": "v2020.02"
}
]
},
{
"name": "exodus",
"buildsystem": "simple",
Expand All @@ -43,14 +53,15 @@
"type": "script",
"dest-filename": "exodus",
"commands": [
"exec env TMPDIR=$XDG_CACHE_HOME /app/extra/Exodus $@"
"export TMPDIR=\"$XDG_RUNTIME_DIR/app/$FLATPAK_ID\"",
"exec zypak-wrapper /app/extra/Exodus \"$@\""
]
},
{
"type": "extra-data",
"url": "https://exodusbin.azureedge.net/releases/exodus-linux-x64-19.9.27.zip",
"sha256": "9f794ff4926af1f8aa551bc2e40d2c4da44507236663c5d9ac745547be152408",
"size": 82808489,
"url": "https://downloads.exodus.io/releases/exodus-linux-x64-20.3.27.zip",
"sha256": "0c6b7e3da8e909547f61244899d51bab7c1da09d77b28efc5fa9502e1aafaec4",
"size": 95112661,
"filename": "exodus.zip"
},
{
Expand Down