popcorntime 0.5.0
This commit is contained in:
parent
da06c6464e
commit
cb15d6e51e
|
@ -50,6 +50,7 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release date="2024-02-10" version="0.5.0"/>
|
||||
<release date="2020-04-14" version="0.4.4"/>
|
||||
<release date="2018-05-14" version="0.3.10"/>
|
||||
</releases>
|
||||
|
|
|
@ -17,13 +17,13 @@ modules:
|
|||
- name: popcorntime
|
||||
buildsystem: simple
|
||||
cleanup:
|
||||
- Popcorn-Time-0.4.9+21.ga14488b2-linux64.zip
|
||||
- Popcorn-Time-0.5.0-linux64.zip
|
||||
sources:
|
||||
- type: file
|
||||
only-arches:
|
||||
- x86_64
|
||||
url: https://popcorn-time.ga/build-ru/Popcorn-Time-0.4.9+21.ga14488b2-linux64.zip
|
||||
sha256: e6577548a60072e2d22b49f65cb6b4a68343aa26efed9835030b78b0a1199f36
|
||||
url: https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.5.0/Popcorn-Time-0.5.0-linux64.zip
|
||||
sha256: 0391bae8a90243502238e3b4d9d645015cfa76abc2a26adde655d0e167354b4b
|
||||
- type: file
|
||||
path: sh.popcorntime.PopcornTime.metainfo.xml
|
||||
- type: script
|
||||
|
@ -32,7 +32,7 @@ modules:
|
|||
- exec /app/popcorntime/Popcorn-Time
|
||||
build-commands:
|
||||
- install -d /app/popcorntime
|
||||
- unzip Popcorn-Time-0.4.9+21.ga14488b2-linux64.zip -d /app/popcorntime
|
||||
- unzip Popcorn-Time-0.5.0-linux64.zip -d /app/popcorntime
|
||||
- install popcorntime-wrapper /app/bin/
|
||||
- install -d /app/share/icons/hicolor/256x256/apps/
|
||||
- install /app/popcorntime/src/app/images/icon.png /app/share/icons/hicolor/256x256/apps/sh.popcorntime.PopcornTime.png
|
||||
|
|
Loading…
Reference in New Issue