aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Diovani2016-06-09 11:05:40 -0300
committerPaulo Diovani2016-06-09 11:05:40 -0300
commitab8a1972f51f4b8b12411bb4094683420a1a56e9 (patch)
tree4b2b22fca5679d752b85183ff3d6feb12041f3a1
parent8012f744c23b2d206ae93e82557d33617001156e (diff)
downloadaur-ab8a1972f51f4b8b12411bb4094683420a1a56e9.tar.gz
Upgrade to version 9.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac2dc22638d2..e0a3daa13632 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = torrentflix
pkgdesc = Nodejs cli app to search torrent sites and stream using peerflix
- pkgver = 8.6.2
+ pkgver = 9.0.0
pkgrel = 1
url = https://www.npmjs.com/package/torrentflix
arch = any
@@ -9,8 +9,8 @@ pkgbase = torrentflix
depends = nodejs
depends = peerflix
options = !emptydirs
- source = https://github.com/ItzBlitz98/torrentflix/archive/8.6.2.tar.gz
- sha256sums = 14e97591d34b73f74f47a14e1f12d94ec59226f54fe88572b8d9edcd71392131
+ source = https://github.com/ItzBlitz98/torrentflix/archive/9.0.0.tar.gz
+ sha256sums = 001a72c3eadc9b6d624f6baa9e7ef56671361ccd847e6407c9a720a7ef9943e2
pkgname = torrentflix
diff --git a/PKGBUILD b/PKGBUILD
index 9baf7d44b2c3..b6fa6936b860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paulo Diovani <paulo@diovani.com>
pkgname=torrentflix
-pkgver=8.6.2
+pkgver=9.0.0
pkgrel=1
pkgdesc="Nodejs cli app to search torrent sites and stream using peerflix"
arch=('any')
@@ -11,7 +11,7 @@ depends=('nodejs' 'peerflix')
makedepends=('npm')
options=(!emptydirs)
source=("https://github.com/ItzBlitz98/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('14e97591d34b73f74f47a14e1f12d94ec59226f54fe88572b8d9edcd71392131')
+sha256sums=('001a72c3eadc9b6d624f6baa9e7ef56671361ccd847e6407c9a720a7ef9943e2')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"