mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
Merge pull request #122 from YunoHost-Apps/ci-auto-update-0.13.2
Upgrade to v0.13.2
This commit is contained in:
commit
764ab4d275
3 changed files with 13 additions and 13 deletions
|
@ -26,7 +26,7 @@ The documentation for this YunoHost package [can be read here](./doc/DOCS.md) an
|
|||
Please note that this package uses the ["i'm so tired" software license 1.0](https://github.com/YunoHost-Apps/gotosocial_ynh/blob/master/LICENSE), please read it and accept it before proceeding with installation.
|
||||
|
||||
|
||||
**Shipped version:** 0.13.1~ynh2
|
||||
**Shipped version:** 0.13.2~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ La documentation de ce paquet YunoHost [est lisible ici](./doc/DOCS_fr.md) et l'
|
|||
Veuillez noter que ce paquet utilise la ["i'm so tired" software license 1.0](https://github.com/YunoHost-Apps/gotosocial_ynh/blob/master/LICENSE), veuillez la lire et l'accepter avant de procéder à l'installation.
|
||||
|
||||
|
||||
**Version incluse :** 0.13.1~ynh2
|
||||
**Version incluse :** 0.13.2~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "GoToSocial"
|
|||
description.en = "Fast ActivityPub social network server written in Go"
|
||||
description.fr = "Serveur de réseau social véloce basé sur ActivityPub écrit en Go"
|
||||
|
||||
version = "0.13.1~ynh2"
|
||||
version = "0.13.2~ynh1"
|
||||
|
||||
maintainers = ["OniriCorpe"]
|
||||
|
||||
|
@ -78,16 +78,16 @@ default = true
|
|||
[resources]
|
||||
[resources.sources.main]
|
||||
in_subdir = false
|
||||
i386.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.13.1/gotosocial_0.13.1_linux_386.tar.gz"
|
||||
i386.sha256 = "5c5faaeffd06508ef0ce4c4a726b71b7b4d434dbb00c7a932a40207c28345710"
|
||||
amd64.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.13.1/gotosocial_0.13.1_linux_amd64.tar.gz"
|
||||
amd64.sha256 = "d62926e379dd210e4579e609b97bcd534eece20c738a72f958eebf2a3737f83e"
|
||||
armv6.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.13.1/gotosocial_0.13.1_linux_armv6.tar.gz"
|
||||
armv6.sha256 = "3e3bd922458b91cf429557fa912976a00a62082b0c6f045e2f33a66e48eba801"
|
||||
armv7.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.13.1/gotosocial_0.13.1_linux_armv7.tar.gz"
|
||||
armv7.sha256 = "0ceb2331af54e8bdc16edc1e2cce4b58b32152112d8b77c001630e12e6891b8e"
|
||||
arm64.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.13.1/gotosocial_0.13.1_linux_arm64.tar.gz"
|
||||
arm64.sha256 = "be8f9caa2f86d5a11f6d20f52fe6567b045135b45688c25cadf1ee7db8828871"
|
||||
i386.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.13.2/gotosocial_0.13.2_linux_386.tar.gz"
|
||||
i386.sha256 = "d9d6728a779cabb1626762f8e363a8113d3b828f949a01f0ece22833332913a4"
|
||||
amd64.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.13.2/gotosocial_0.13.2_linux_amd64.tar.gz"
|
||||
amd64.sha256 = "ed9fc60ba505d236722657c5976d4d625d85ff4a8c96fb7bc419a71fa0b79d13"
|
||||
armv6.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.13.2/gotosocial_0.13.2_linux_armv6.tar.gz"
|
||||
armv6.sha256 = "9a270e59414e20f13a5569f9552310ceea17d71ce99f6ff55e9f00ecf81e14cc"
|
||||
armv7.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.13.2/gotosocial_0.13.2_linux_armv7.tar.gz"
|
||||
armv7.sha256 = "a6484413f5ff3b37cfd8809e24869ea4f199df7c98e80b994f65a2336741fec7"
|
||||
arm64.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.13.2/gotosocial_0.13.2_linux_arm64.tar.gz"
|
||||
arm64.sha256 = "d7c7c3eb49609cb3929ae0a2bedc2e0ca88531aff7468e37a4ed046e3269fba1"
|
||||
|
||||
autoupdate.asset.i386 = "gotosocial_.*linux_386.tar.gz$"
|
||||
autoupdate.asset.amd64 = "gotosocial_.*linux_amd64.tar.gz$"
|
||||
|
|
Loading…
Reference in a new issue