summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Alain TORET2018-05-29 09:27:59 +0200
committerPierre-Alain TORET2018-05-29 09:27:59 +0200
commit46ec2ca59e08b42018978738844b5fc91ad927c2 (patch)
tree0151f0d727a0c49b7133a010d17ea5eb592e46ef
parent13789ac7813ebbc585fcb1f0c425f5df56d1d133 (diff)
downloadaur-46ec2ca59e08b42018978738844b5fc91ad927c2.tar.gz
1.0.0-beta.7
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 1e4f4dd04e25..a463146554c1 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.6
+ pkgver = 1.0.0_beta.7
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.6/peertube-v1.0.0-beta.6.zip
+ source = https://github.com/Chocobozzz/PeerTube/releases/download/v1.0.0-beta.7/peertube-v1.0.0-beta.7.zip
source = peertube.install
- sha256sums = 1878e2bd715b26807de2293436236019880d139a83c7a562f07e73c7805649b9
+ sha256sums = f28d3dd0320d786f990c16698f7232cf1831354682eaf68d607a17d23d619178
sha256sums = 23116acd08dcc84832b814a0bfa3ef50a449a44852cc70b343ac4b09816a5278
pkgname = peertube
diff --git a/PKGBUILD b/PKGBUILD
index 29d9d2df778d..1c8bd4d00b35 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.6
-_pkgver=1.0.0-beta.6
+pkgver=1.0.0_beta.7
+_pkgver=1.0.0-beta.7
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=("1878e2bd715b26807de2293436236019880d139a83c7a562f07e73c7805649b9"
+sha256sums=("f28d3dd0320d786f990c16698f7232cf1831354682eaf68d607a17d23d619178"
"23116acd08dcc84832b814a0bfa3ef50a449a44852cc70b343ac4b09816a5278")
build() {