diff --git a/README.md b/README.md index c85dd47..c6bec9d 100644 --- a/README.md +++ b/README.md @@ -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/) -**Shipped version:** 0.1.0~ynh14 +**Shipped version:** 0.1.2023.03.06~ynh1 **Demo:** http://hastebin.com/ diff --git a/README_fr.md b/README_fr.md index 6e75ddc..91d531d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez 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/) -**Version incluse :** 0.1.0~ynh14 +**Version incluse :** 0.1.2023.03.06~ynh1 **Démo :** http://hastebin.com/ diff --git a/manifest.toml b/manifest.toml index 35937b0..1cb23e1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Haste" description.en = "Open-source pastebin allowing to upload texts" description.fr = "Pastebin open-source permettant de mettre en ligne du texte" -version = "0.1.0~ynh14" +version = "0.1.2023.03.06~ynh1" maintainers = ["eric_G"] @@ -41,10 +41,10 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/seejohnrun/haste-server/archive/7c65fb2f9b2e4b292e03c5d70957431bcc27d2c0.tar.gz" - sha256 = "8d420e2b47a640b38230114551ddffe86489cb6607af0659740385e6a9e36ebd" - autoupdate.upstream = "https://github.com/seejohnrun/haste-server/" + url = "https://github.com/seejohnrun/haste-server/archive/b52b394bad909ddf151073987671e843540d91d6.tar.gz" + sha256 = "c9e70ded0cb205a91448d5102d043831679271229deaee37dd69167c652d5d1d" autoupdate.strategy = "latest_github_commit" + autoupdate.force_version = "0.1.%Y.%m.%d" [resources.ports]