diff options
author | Yigit Sever | 2022-07-15 15:50:16 +0300 |
---|---|---|
committer | Yigit Sever | 2022-07-15 15:50:16 +0300 |
commit | 9039b908d4508e71bf6205d0f82e5f7de907201d (patch) | |
tree | 289dc31ffd340111fe4229ca92d634760dc7533d | |
parent | e39373322bfcb00cd701d0fb58f6d9a3d1c127b2 (diff) | |
download | packages-9039b908d4508e71bf6205d0f82e5f7de907201d.tar.gz packages-9039b908d4508e71bf6205d0f82e5f7de907201d.tar.bz2 packages-9039b908d4508e71bf6205d0f82e5f7de907201d.zip |
Update to v0.4.8
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ | |||
1 | pkgbase = popcorntime-bin | 1 | pkgbase = popcorntime-bin |
2 | pkgdesc = Stream free movies and TV shows from torrents | 2 | pkgdesc = Stream free movies and TV shows from torrents |
3 | pkgver = 0.4.7 | 3 | pkgver = 0.4.8 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://github.com/popcorn-official/popcorn-desktop | 5 | url = https://github.com/popcorn-official/popcorn-desktop |
6 | arch = x86_64 | 6 | arch = x86_64 |
@@ -15,9 +15,9 @@ pkgbase = popcorntime-bin | |||
15 | conflicts = popcorntime | 15 | conflicts = popcorntime |
16 | conflicts = popcorntime-ce | 16 | conflicts = popcorntime-ce |
17 | options = !strip | 17 | options = !strip |
18 | source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.7/Popcorn-Time-0.4.7-linux64.zip | 18 | source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.8/Popcorn-Time-0.4.8-linux64.zip |
19 | source = popcorntime.desktop | 19 | source = popcorntime.desktop |
20 | sha256sums = b0a6398ac6e0d5c52ca4a2e0dae77b6588649867d7207bdeb7ca496e2c584b8a | 20 | sha256sums = 252f337747f9b1e7195786112a5a6ab3713ce7fa7abd297ba76d393d1f4f225f |
21 | sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 | 21 | sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 |
22 | 22 | ||
23 | pkgname = popcorntime-bin | 23 | pkgname = popcorntime-bin |
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | pkgname=popcorntime-bin | 18 | pkgname=popcorntime-bin |
19 | _pkgname=popcorntime | 19 | _pkgname=popcorntime |
20 | pkgver=0.4.7 | 20 | pkgver=0.4.8 |
21 | pkgrel=1 | 21 | pkgrel=1 |
22 | pkgdesc="Stream free movies and TV shows from torrents" | 22 | pkgdesc="Stream free movies and TV shows from torrents" |
23 | arch=('x86_64') | 23 | arch=('x86_64') |
@@ -31,7 +31,7 @@ options=('!strip') | |||
31 | _zipfile="Popcorn-Time-${pkgver}-linux64.zip" | 31 | _zipfile="Popcorn-Time-${pkgver}-linux64.zip" |
32 | source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile" | 32 | source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile" |
33 | "${_pkgname}.desktop" ) | 33 | "${_pkgname}.desktop" ) |
34 | sha256sums=('b0a6398ac6e0d5c52ca4a2e0dae77b6588649867d7207bdeb7ca496e2c584b8a' | 34 | sha256sums=('252f337747f9b1e7195786112a5a6ab3713ce7fa7abd297ba76d393d1f4f225f' |
35 | '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') | 35 | '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') |
36 | 36 | ||
37 | package() { | 37 | package() { |