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 77a2b0128de3..db91cbc30b6a 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.16
+ pkgver = 1.0.0_rc.2
pkgrel = 1
url = https://joinpeertube.org/
install = peertube.install
@@ -17,9 +17,9 @@ pkgbase = peertube
depends = redis
depends = npm
backup = etc/peertube/production.yaml
- source = https://github.com/Chocobozzz/PeerTube/releases/download/v1.0.0-beta.16/peertube-v1.0.0-beta.16.zip
+ source = https://github.com/Chocobozzz/PeerTube/releases/download/v1.0.0-rc.2/peertube-v1.0.0-rc.2.zip
source = peertube.install
- sha256sums = 311cdb70776a386423583946d7bef6622097858a252fc7316b4b9aca37bdc967
+ sha256sums = 3a3f8c63b5e856e60825c7e09e3875d4b17a23e94312aee5a070a05004663638
sha256sums = 68801235fa38c9fa62fbd9314240a58e735a2bdd480fced473813d38a78b5faf
pkgname = peertube
diff --git a/PKGBUILD b/PKGBUILD
index 392290bde503..90c0bdfe7add 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.16
-_pkgver=1.0.0-beta.16
+pkgver=1.0.0_rc.2
+_pkgver=1.0.0-rc.2
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=('311cdb70776a386423583946d7bef6622097858a252fc7316b4b9aca37bdc967'
+sha256sums=('3a3f8c63b5e856e60825c7e09e3875d4b17a23e94312aee5a070a05004663638'
'68801235fa38c9fa62fbd9314240a58e735a2bdd480fced473813d38a78b5faf')
build() {