diff options
author | Pierre-Alain TORET | 2018-05-29 09:27:59 +0200 |
---|---|---|
committer | Pierre-Alain TORET | 2018-05-29 09:27:59 +0200 |
commit | 46ec2ca59e08b42018978738844b5fc91ad927c2 (patch) | |
tree | 0151f0d727a0c49b7133a010d17ea5eb592e46ef /PKGBUILD | |
parent | 13789ac7813ebbc585fcb1f0c425f5df56d1d133 (diff) | |
download | aur-46ec2ca59e08b42018978738844b5fc91ad927c2.tar.gz |
1.0.0-beta.7
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() { |