summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5effc4990956..0c8af3bb5e13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index d540fe046e48..4344f1bb8680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')