summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2022-09-04 22:10:46 +0300
committerYigit Sever2022-09-04 22:10:46 +0300
commit91fbf00d9b09ca4857ac1d4b258b0aaec419a27e (patch)
tree3b4c6ffafcd8d5a2be9e4308e73670f5c11e7dc2
parentbd8e8ffb6ea8bdedd7617c85d8ed500e07fbd410 (diff)
downloadaur-91fbf00d9b09ca4857ac1d4b258b0aaec419a27e.tar.gz
Update to v0.4.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e55ac8a47909..37710d81d997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = popcorntime-bin
pkgdesc = Stream free movies and TV shows from torrents
- pkgver = 0.4.8
- pkgrel = 3
+ pkgver = 0.4.9
+ pkgrel = 1
url = https://github.com/popcorn-official/popcorn-desktop
arch = x86_64
license = GPL3
@@ -15,9 +15,9 @@ pkgbase = popcorntime-bin
conflicts = popcorntime
conflicts = popcorntime-ce
options = !strip
- source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.8/Popcorn-Time-0.4.8-linux64.zip
+ source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.9/Popcorn-Time-0.4.9-linux64.zip
source = popcorntime.desktop
- sha256sums = fcf9c4d6ccd4fccaf7668707b16dcdd78d043b2d4f2a049f0edaf7afd8bb34f1
+ sha256sums = 71b28be5b8307990ffc9f8bff0a4b42fb45a85af0f4c7a889b8a923c589d8d47
sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
pkgname = popcorntime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 345689d25c10..c59e8cc8ba84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@
pkgname=popcorntime-bin
_pkgname=popcorntime
-pkgver=0.4.8
-pkgrel=3
+pkgver=0.4.9
+pkgrel=1
pkgdesc="Stream free movies and TV shows from torrents"
arch=('x86_64')
url="https://github.com/popcorn-official/popcorn-desktop"
@@ -57,3 +57,5 @@ package() {
find "${pkgdir}/usr/share/${_pkgname}/" -perm 600 -exec chmod 644 '{}' \;
find "${pkgdir}/usr/share/${_pkgname}/" -perm 700 -exec chmod 755 '{}' \;
}
+sha256sums=('71b28be5b8307990ffc9f8bff0a4b42fb45a85af0f4c7a889b8a923c589d8d47'
+ '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')