mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Upgrade to 2.2.0
This commit is contained in:
parent
042ebe0a0e
commit
d487b65ab3
4 changed files with 13 additions and 4 deletions
|
@ -22,7 +22,7 @@ Servers are run independently by different people and organizations. They can ap
|
||||||
|
|
||||||
By watching a video, you help the hosting provider to broadcast it by becoming a broadcaster of the video yourself. Each instance doesn’t need much money to broadcast the videos of its users.
|
By watching a video, you help the hosting provider to broadcast it by becoming a broadcaster of the video yourself. Each instance doesn’t need much money to broadcast the videos of its users.
|
||||||
|
|
||||||
**Shipped version:** 2.1.1
|
**Shipped version:** 2.2.0
|
||||||
|
|
||||||
## Important points to read before installing
|
## Important points to read before installing
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
upgrade=1 from_commit=032acd21b36030c9c1680d882d54c8011439e83c
|
upgrade=1 from_commit=032acd21b36030c9c1680d882d54c8011439e83c
|
||||||
# 2.1.0
|
# 2.1.0
|
||||||
upgrade=1 from_commit=d049b71061d12ffab92bbf106af200e7d8a69572
|
upgrade=1 from_commit=d049b71061d12ffab92bbf106af200e7d8a69572
|
||||||
|
# 2.1.1~ynh1
|
||||||
|
upgrade=1 from_commit=63f076db215f8f438dbdcd2966c12d9ee7976121
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
||||||
|
@ -33,3 +35,10 @@
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=anmol@datamol.org;yalh@yahoo.com
|
Email=anmol@datamol.org;yalh@yahoo.com
|
||||||
Notification=yes
|
Notification=yes
|
||||||
|
;;; Upgrade options
|
||||||
|
; commit=032acd21b36030c9c1680d882d54c8011439e83c
|
||||||
|
name=2.0.0
|
||||||
|
; commit=d049b71061d12ffab92bbf106af200e7d8a69572
|
||||||
|
name=2.1.0
|
||||||
|
; commit=63f076db215f8f438dbdcd2966c12d9ee7976121
|
||||||
|
name=2.1.1~ynh1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v2.1.1/peertube-v2.1.1.tar.xz
|
SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v2.2.0/peertube-v2.2.0.tar.xz
|
||||||
SOURCE_SUM=d0c5a8d00d3258493afdc5becd81e516b2002d9f1241525e1ddbe1f8f74e432b
|
SOURCE_SUM=eca2c735f73b16404317b42600037e01b3e7ba15c975d3796855db096114c69b
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.xz
|
SOURCE_FORMAT=tar.xz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Video streaming platform using P2P directly in the web browser, connected to a federated network",
|
"en": "Video streaming platform using P2P directly in the web browser, connected to a federated network",
|
||||||
"fr": "Plateforme de diffusion vidéo par P2P directement dans le navigateur, et connectée à un réseau fédéralisé"
|
"fr": "Plateforme de diffusion vidéo par P2P directement dans le navigateur, et connectée à un réseau fédéralisé"
|
||||||
},
|
},
|
||||||
"version": "2.1.1~ynh1",
|
"version": "2.2.0~ynh1",
|
||||||
"url": "https://github.com/Chocobozzz/PeerTube",
|
"url": "https://github.com/Chocobozzz/PeerTube",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"maintainer": [
|
"maintainer": [
|
||||||
|
|
Loading…
Reference in a new issue