diff --git a/manifest.toml b/manifest.toml index 9a5057d..1b7eb77 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Gitea" description.en = "Lightweight Git forge" description.fr = "Forge Git légère" -version = "1.22.0~ynh1" +version = "1.22.1~ynh1" maintainers = ["Josué Tille"] # previous_maintainers = [ @@ -67,14 +67,14 @@ ram.runtime = "100M" extract = false rename = "gitea" - armhf.url = "https://github.com/go-gitea/gitea/releases/download/v1.22.0/gitea-1.22.0-linux-arm-6" - armhf.sha256 = "a3881b9d065977923c5646547f1e80e71cffa503d81f08d70ec0419556ffd402" - arm64.url = "https://github.com/go-gitea/gitea/releases/download/v1.22.0/gitea-1.22.0-linux-arm64" - arm64.sha256 = "ef6afed370b14d33b2b8dcc0c7ea56105b73ce9a3361090708985a878475d94b" - i386.url = "https://github.com/go-gitea/gitea/releases/download/v1.22.0/gitea-1.22.0-linux-386" - i386.sha256 = "b320cf3a853389b3159ccd611af3bd9f4d96b843bf8eda67613760aa8d566d4d" - amd64.url = "https://github.com/go-gitea/gitea/releases/download/v1.22.0/gitea-1.22.0-linux-amd64" - amd64.sha256 = "a31086f073cb9592d28611394b2de3655db515d961e4fdcf5b549cb40753ef3d" + armhf.url = "https://github.com/go-gitea/gitea/releases/download/v1.22.1/gitea-1.22.1-linux-arm-6" + armhf.sha256 = "dcbd9651283bb7cc0e540990a5c4701ea6f06aeddf17e076385f5217abc5a325" + arm64.url = "https://github.com/go-gitea/gitea/releases/download/v1.22.1/gitea-1.22.1-linux-arm64" + arm64.sha256 = "e5821da4e3bd69e4d529a586884a7075280f952168ba5aafcc773183ccfc5564" + i386.url = "https://github.com/go-gitea/gitea/releases/download/v1.22.1/gitea-1.22.1-linux-386" + i386.sha256 = "10212df1c2a2116cc16a7067475db593facf3545bf253964a971b1b284c16a48" + amd64.url = "https://github.com/go-gitea/gitea/releases/download/v1.22.1/gitea-1.22.1-linux-amd64" + amd64.sha256 = "b8043324545eec269fc8f18c22b49fc365ed367e0dd41e081b79832de2570f9c" autoupdate.strategy = "latest_github_release" autoupdate.asset.armhf = "^gitea-.*-linux-arm-6$"