summaryrefslogtreecommitdiffstats
path: root/popcorntime-bin
diff options
context:
space:
mode:
authorYigit Sever2022-03-02 22:30:24 +0300
committerYigit Sever2022-03-02 22:30:24 +0300
commit20cf5fce5f411d9cb7856a38f76af64cf212466a (patch)
treee7ed48e0febf807e951b20fe9b6dc51d77e24ca8 /popcorntime-bin
parentee85bf5f6189995b05afe8b92ffdcfe042c76293 (diff)
downloadpackages-20cf5fce5f411d9cb7856a38f76af64cf212466a.tar.gz
packages-20cf5fce5f411d9cb7856a38f76af64cf212466a.tar.bz2
packages-20cf5fce5f411d9cb7856a38f76af64cf212466a.zip
popcorntime-bin: update to 0.4.7
Diffstat (limited to 'popcorntime-bin')
-rw-r--r--popcorntime-bin/.SRCINFO6
-rw-r--r--popcorntime-bin/PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/popcorntime-bin/.SRCINFO b/popcorntime-bin/.SRCINFO
index 8fd733f..f7e71d1 100644
--- a/popcorntime-bin/.SRCINFO
+++ b/popcorntime-bin/.SRCINFO
@@ -1,6 +1,6 @@
1pkgbase = popcorntime-bin 1pkgbase = 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.6 3 pkgver = 0.4.7
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.6/Popcorn-Time-0.4.6-linux64.zip 18 source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.7/Popcorn-Time-0.4.7-linux64.zip
19 source = popcorntime.desktop 19 source = popcorntime.desktop
20 sha256sums = 0fe15d2933b331a49b2da9a820e45a722b7d2d3224f92da0a31ce4a1296adad3 20 sha256sums = b0a6398ac6e0d5c52ca4a2e0dae77b6588649867d7207bdeb7ca496e2c584b8a
21 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 21 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
22 22
23pkgname = popcorntime-bin 23pkgname = popcorntime-bin
diff --git a/popcorntime-bin/PKGBUILD b/popcorntime-bin/PKGBUILD
index 2d4cb7e..83c110f 100644
--- a/popcorntime-bin/PKGBUILD
+++ b/popcorntime-bin/PKGBUILD
@@ -17,7 +17,7 @@
17 17
18pkgname=popcorntime-bin 18pkgname=popcorntime-bin
19_pkgname=popcorntime 19_pkgname=popcorntime
20pkgver=0.4.6 20pkgver=0.4.7
21pkgrel=1 21pkgrel=1
22pkgdesc="Stream free movies and TV shows from torrents" 22pkgdesc="Stream free movies and TV shows from torrents"
23arch=('x86_64') 23arch=('x86_64')
@@ -31,7 +31,7 @@ options=('!strip')
31_zipfile="Popcorn-Time-${pkgver}-linux64.zip" 31_zipfile="Popcorn-Time-${pkgver}-linux64.zip"
32source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile" 32source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile"
33 "${_pkgname}.desktop" ) 33 "${_pkgname}.desktop" )
34sha256sums=('0fe15d2933b331a49b2da9a820e45a722b7d2d3224f92da0a31ce4a1296adad3' 34sha256sums=('b0a6398ac6e0d5c52ca4a2e0dae77b6588649867d7207bdeb7ca496e2c584b8a'
35 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 35 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
36 36
37package() { 37package() {