summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Alain TORET2018-05-23 11:26:07 +0200
committerPierre-Alain TORET2018-05-23 11:26:07 +0200
commit13789ac7813ebbc585fcb1f0c425f5df56d1d133 (patch)
tree7200f5ee9d2a14fb49c1f689c0e51e0a505ea8f3
parent0064d1ce4b7d25362df6a92b426e2d97018be376 (diff)
downloadaur-13789ac7813ebbc585fcb1f0c425f5df56d1d133.tar.gz
1.0.0-beta.6
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67557c333feb..1e4f4dd04e25 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.5
+ pkgver = 1.0.0_beta.6
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.5/peertube-v1.0.0-beta.5.zip
+ source = https://github.com/Chocobozzz/PeerTube/releases/download/v1.0.0-beta.6/peertube-v1.0.0-beta.6.zip
source = peertube.install
- sha256sums = bc1617bbf9086febfce1b3aed8dbe9dbda766cf30bfc2b39b2e2a932934c10df
+ sha256sums = 1878e2bd715b26807de2293436236019880d139a83c7a562f07e73c7805649b9
sha256sums = 23116acd08dcc84832b814a0bfa3ef50a449a44852cc70b343ac4b09816a5278
pkgname = peertube
diff --git a/PKGBUILD b/PKGBUILD
index 196acf50a324..29d9d2df778d 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.5
-_pkgver=1.0.0-beta.5
+pkgver=1.0.0_beta.6
+_pkgver=1.0.0-beta.6
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=("bc1617bbf9086febfce1b3aed8dbe9dbda766cf30bfc2b39b2e2a932934c10df"
+sha256sums=("1878e2bd715b26807de2293436236019880d139a83c7a562f07e73c7805649b9"
"23116acd08dcc84832b814a0bfa3ef50a449a44852cc70b343ac4b09816a5278")
build() {