diff options
author | Rigel Kent | 2019-02-06 13:17:37 +0100 |
---|---|---|
committer | Rigel Kent | 2019-02-06 13:17:37 +0100 |
commit | 7928e6005c1928b4b817fe0c61ad2d8f10189521 (patch) | |
tree | c2bfff031bf5653c0cec409444cf953540b8c7dc | |
parent | b2b9f5dae1f0ae073cbbadb0f87f9c5f50a2364f (diff) | |
download | aur-7928e6005c1928b4b817fe0c61ad2d8f10189521.tar.gz |
bump to v1.2.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = peertube pkgdesc = Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular. - pkgver = 1.1.0 + pkgver = 1.2.0 pkgrel = 1 url = https://joinpeertube.org/ install = peertube.install @@ -17,11 +17,11 @@ pkgbase = peertube depends = redis depends = npm backup = etc/peertube/production.yaml - source = https://github.com/Chocobozzz/PeerTube/releases/download/v1.1.0/peertube-v1.1.0.zip + source = https://github.com/Chocobozzz/PeerTube/releases/download/v1.2.0/peertube-v1.2.0.zip source = peertube.install source = peertube.sysusers source = peertube - sha256sums = a016aeb19db832e752b0081d33bf875e578645bb9762f75a2123315347a9ddb8 + sha256sums = def2d76959abd8ee6e748d87b1d0c5b96e9be8336270bf0b59cbbe275f6d2c61 sha256sums = f2ce66e100c213b3db7e2f65e8678d06e5d5c37c4ac06ba5cde673a7e9e058cb sha256sums = 61683c744a60f4e0ef43607b25db3173a9d070ad0b9cf6ab50e79825ae365a92 sha256sums = 6376f2aaafa826188ecd58097e31b70c35b597745bb90fb3a5e534af8196caca @@ -1,7 +1,7 @@ # Maintainer: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> pkgname=peertube -pkgver=1.1.0 -_pkgver=1.1.0 +pkgver=1.2.0 +_pkgver=1.2.0 pkgrel=1 pkgdesc="Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular." arch=("x86_64") @@ -15,7 +15,7 @@ source=("https://github.com/Chocobozzz/PeerTube/releases/download/v$_pkgver/$pkg "$pkgname.install" "$pkgname.sysusers" "$pkgname") -sha256sums=('a016aeb19db832e752b0081d33bf875e578645bb9762f75a2123315347a9ddb8' +sha256sums=('def2d76959abd8ee6e748d87b1d0c5b96e9be8336270bf0b59cbbe275f6d2c61' 'f2ce66e100c213b3db7e2f65e8678d06e5d5c37c4ac06ba5cde673a7e9e058cb' '61683c744a60f4e0ef43607b25db3173a9d070ad0b9cf6ab50e79825ae365a92' '6376f2aaafa826188ecd58097e31b70c35b597745bb90fb3a5e534af8196caca') |