1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00

Upgrade to v0.1.2023.09.21 (#42)

* Upgrade to v0.1.2023.09.21

* Auto-update README
This commit is contained in:
YunoHost Bot 2023-09-21 18:36:47 +02:00 committed by GitHub
parent 56d7d709f2
commit a4732926c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Haste is an open-source pastebin software written in node.js, which is easily installable in any network. YunoHost Project uses Haste as pastebin for log sharing: [paste.yunohost.org](https://paste.yunohost.org/) Haste is an open-source pastebin software written in node.js, which is easily installable in any network. YunoHost Project uses Haste as pastebin for log sharing: [paste.yunohost.org](https://paste.yunohost.org/)
**Shipped version:** 0.1.2023.03.06~ynh1 **Shipped version:** 0.1.2023.09.21~ynh1
**Demo:** http://hastebin.com/ **Demo:** http://hastebin.com/

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Haste est un logiciel pastebin open-source écrit en node.js, facilement installable sur n'importe quel réseau. Le projet YunoHost utilise Haste comme pastebin pour le partage de log : [paste.yunohost.org](https://paste.yunohost.org/) Haste est un logiciel pastebin open-source écrit en node.js, facilement installable sur n'importe quel réseau. Le projet YunoHost utilise Haste comme pastebin pour le partage de log : [paste.yunohost.org](https://paste.yunohost.org/)
**Version incluse :** 0.1.2023.03.06~ynh1 **Version incluse :** 0.1.2023.09.21~ynh1
**Démo :** http://hastebin.com/ **Démo :** http://hastebin.com/

View file

@ -5,7 +5,7 @@ name = "Haste"
description.en = "Open-source pastebin allowing to upload texts" description.en = "Open-source pastebin allowing to upload texts"
description.fr = "Pastebin open-source permettant de mettre en ligne du texte" description.fr = "Pastebin open-source permettant de mettre en ligne du texte"
version = "0.1.2023.03.06~ynh1" version = "0.1.2023.09.21~ynh1"
maintainers = ["eric_G"] maintainers = ["eric_G"]
@ -38,8 +38,8 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/seejohnrun/haste-server/archive/b52b394bad909ddf151073987671e843540d91d6.tar.gz" url = "https://github.com/seejohnrun/haste-server/archive/ded18b0c2e1ad05eaba6ab5bb938ae6b54cb5147.tar.gz"
sha256 = "c9e70ded0cb205a91448d5102d043831679271229deaee37dd69167c652d5d1d" sha256 = "2f4ac83e9fe2f78b4b48d3999cfbc879ed29fd15d5c1d21c316ef66ddfde89f1"
autoupdate.strategy = "latest_github_commit" autoupdate.strategy = "latest_github_commit"
autoupdate.force_version = "0.1.%Y.%m.%d" autoupdate.force_version = "0.1.%Y.%m.%d"