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 e29347fae19b..67557c333feb 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.0.0_beta.4
+ pkgver = 1.0.0_beta.5
pkgrel = 1
url = https://joinpeertube.org/
install = peertube.install
@@ -16,9 +16,9 @@ pkgbase = peertube
depends = redis
depends = nginx-mainline
backup = etc/peertube/production.yaml
- source = https://github.com/Chocobozzz/PeerTube/releases/download/v1.0.0-beta.4/peertube-v1.0.0-beta.4.zip
+ source = https://github.com/Chocobozzz/PeerTube/releases/download/v1.0.0-beta.5/peertube-v1.0.0-beta.5.zip
source = peertube.install
- sha256sums = 4d2b60e978c9b170c733b645440b1ea29ac8b69d85adc23c36fa58a9c9db20d6
+ sha256sums = bc1617bbf9086febfce1b3aed8dbe9dbda766cf30bfc2b39b2e2a932934c10df
sha256sums = 23116acd08dcc84832b814a0bfa3ef50a449a44852cc70b343ac4b09816a5278
pkgname = peertube
diff --git a/PKGBUILD b/PKGBUILD
index 8444311267b2..196acf50a324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
pkgname=peertube
-pkgver=1.0.0_beta.4
-_pkgver=1.0.0-beta.4
+pkgver=1.0.0_beta.5
+_pkgver=1.0.0-beta.5
pkgrel=1
pkgdesc="Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular."
arch=("x86_64")
@@ -13,7 +13,7 @@ backup=('etc/peertube/production.yaml')
install=$pkgname.install
source=("https://github.com/Chocobozzz/PeerTube/releases/download/v$_pkgver/$pkgname-v$_pkgver.zip"
"$pkgname.install")
-sha256sums=("4d2b60e978c9b170c733b645440b1ea29ac8b69d85adc23c36fa58a9c9db20d6"
+sha256sums=("bc1617bbf9086febfce1b3aed8dbe9dbda766cf30bfc2b39b2e2a932934c10df"
"23116acd08dcc84832b814a0bfa3ef50a449a44852cc70b343ac4b09816a5278")
build() {