1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/httpsh_ynh.git synced 2024-09-03 19:25:55 +02:00

Upgrade sources

This commit is contained in:
yunohost-bot 2023-10-02 18:16:33 +02:00 committed by YunoHost Bot
parent 9a3a395812
commit d2f55aa952

View file

@ -49,17 +49,17 @@ ram.runtime = "10M"
extract = false
rename = "ttyd"
armhf.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.3/ttyd.armhf"
armhf.sha256 = "b0784080bd78f0a5916462672f461542c607f8ea7cee56b075e8cd04e1ffcc4d"
armhf.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.armhf"
armhf.sha256 = "dd2120beae32a40b64c1cc93519ddedb1f28a43277cd07d414245983285db4a4"
arm64.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.3/ttyd.aarch64"
arm64.sha256 = "c77fbb475a767c8f2d52c1fd28f167eb115a3b10ff114920d38c13f8ad4fcfbd"
arm64.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.aarch64"
arm64.sha256 = "859e388961a39b09fe7af167b86e8462b737329b09506638f6e33811e3166736"
i386.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.3/ttyd.i686"
i386.sha256 = "0ad0feb6ed0f356cfbc70a2c6009d99dc528a43686363e5fb6580410294ea60d"
i386.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.i686"
i386.sha256 = "4e72fbb0b785c8a6b10d1de05c828ec44448ee349e06528fbc1c5810a06db3d1"
amd64.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.3/ttyd.x86_64"
amd64.sha256 = "67cf926ddf157dcb089106c2aa6623b8613bb7f3b493048eeb6cc34423570b3c"
amd64.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.x86_64"
amd64.sha256 = "b22f6d9fccba745448ca19c3ffb7e457888fb3a7bffa5c81e4d9dfd71691cc57"
autoupdate.strategy = "latest_github_release"
autoupdate.upstream = "https://github.com/tsl0922/ttyd"