1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/privatebin_ynh.git synced 2024-09-03 20:15:56 +02:00

Upgrade to v1.6.2 (#25)

This commit is contained in:
YunoHost Bot 2023-12-05 07:40:46 +01:00 committed by GitHub
parent 8f820fe141
commit e2f4ecb294
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Minimalist pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES in Galois Counter mode.
**Shipped version:** 1.6.0~ynh1
**Shipped version:** 1.6.2~ynh1
**Demo:** https://privatebin.net/
@ -32,7 +32,7 @@ Minimalist pastebin where the server has zero knowledge of pasted data. Data is
* Official app website: <https://privatebin.info/>
* Official admin documentation: <https://github.com/PrivateBin/PrivateBin/wiki>
* Upstream app code repository: <https://github.com/PrivateBin/PrivateBin>
* YunoHost documentation for this app: <https://yunohost.org/app_privatebin>
* YunoHost Store: <https://apps.yunohost.org/app/privatebin>
* Report a bug: <https://github.com/YunoHost-Apps/privatebin_ynh/issues>
## Developer info

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées. Les données sont chiffrées et déchiffrées dans le navigateur en utilisant la technologie AES 256bits en mode Galois Counter (GCM).
**Version incluse :** 1.6.0~ynh1
**Version incluse :** 1.6.2~ynh1
**Démo :** https://privatebin.net/
@ -32,7 +32,7 @@ Pastebin minimaliste où le serveur n'a aucune connaissance des données copiée
* Site officiel de lapp : <https://privatebin.info/>
* Documentation officielle de ladmin : <https://github.com/PrivateBin/PrivateBin/wiki>
* Dépôt de code officiel de lapp : <https://github.com/PrivateBin/PrivateBin>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_privatebin>
* YunoHost Store: <https://apps.yunohost.org/app/privatebin>
* Signaler un bug : <https://github.com/YunoHost-Apps/privatebin_ynh/issues>
## Informations pour les développeurs

View file

@ -5,7 +5,7 @@ name = "PrivateBin"
description.en = "Minimalist pastebin where the server has zero knowledge of pasted data"
description.fr = "Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées"
version = "1.6.0~ynh1"
version = "1.6.2~ynh1"
maintainers = [""]
@ -40,8 +40,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/PrivateBin/PrivateBin/archive/1.6.0.tar.gz"
sha256 = "47b48ea902001dd9ac9a906319be7b75d641416b72b209e933aa4bcde9704665"
url = "https://github.com/PrivateBin/PrivateBin/archive/refs/tags/1.6.2.tar.gz"
sha256 = "dc6bd9e15d89ac807ffbee8e3a2dbdb6080e18422d293d2411d93aee4204db80"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]