diff --git a/conf/arm64.src b/conf/arm64.src deleted file mode 100644 index 9638143..0000000 --- a/conf/arm64.src +++ /dev/null @@ -1,7 +0,0 @@ -SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.8.1/gotosocial_0.8.1_linux_arm64.tar.gz -SOURCE_SUM=671d66a6c7cd6b96b7499bf3e6419a1c4cc9278ff532191c0bcecc025fd4a0db -SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=tar.gz -SOURCE_EXTRACT=true -SOURCE_IN_SUBDIR=false -SOURCE_FILENAME=gotosocial_0.8.1_linux_arm64.tar.gz diff --git a/conf/armv6.src b/conf/armv6.src deleted file mode 100644 index 9ce61fd..0000000 --- a/conf/armv6.src +++ /dev/null @@ -1,7 +0,0 @@ -SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.8.1/gotosocial_0.8.1_linux_armv6.tar.gz -SOURCE_SUM=207aed157dd418d6a4a7e4cff74de0724e08b0be24cf7208122988a2d9da44cc -SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=tar.gz -SOURCE_EXTRACT=true -SOURCE_IN_SUBDIR=false -SOURCE_FILENAME=gotosocial_0.8.1_linux_armv6.tar.gz diff --git a/conf/armv7.src b/conf/armv7.src deleted file mode 100644 index a67e712..0000000 --- a/conf/armv7.src +++ /dev/null @@ -1,7 +0,0 @@ -SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.8.1/gotosocial_0.8.1_linux_armv7.tar.gz -SOURCE_SUM=54117d643829ec0c3a8e47d036d2485747d301299964dd33178308e560e1b265 -SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=tar.gz -SOURCE_EXTRACT=true -SOURCE_IN_SUBDIR=false -SOURCE_FILENAME=gotosocial_0.8.1_linux_armv7.tar.gz diff --git a/conf/i386.src b/conf/i386.src deleted file mode 100644 index d0c8e9c..0000000 --- a/conf/i386.src +++ /dev/null @@ -1,7 +0,0 @@ -SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.8.1/gotosocial_0.8.1_linux_386.tar.gz -SOURCE_SUM=8d1436b1eab293e97f3de3572b3631da1efb12b23dc29ffcdb76b40f8f925a0c -SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=tar.gz -SOURCE_EXTRACT=true -SOURCE_IN_SUBDIR=false -SOURCE_FILENAME=gotosocial_0.8.1_linux_386.tar.gz diff --git a/conf/x86-64.src b/conf/x86-64.src deleted file mode 100644 index 512ed20..0000000 --- a/conf/x86-64.src +++ /dev/null @@ -1,7 +0,0 @@ -SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.8.1/gotosocial_0.8.1_linux_amd64.tar.gz -SOURCE_SUM=32475bc78db64dbcfadb61b6c9b63542d9687fb9d42fa4c866f8136d86f8cf6d -SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=tar.gz -SOURCE_EXTRACT=true -SOURCE_IN_SUBDIR=false -SOURCE_FILENAME=gotosocial_0.8.1_linux_amd64.tar.gz diff --git a/manifest.toml b/manifest.toml index d59aa0f..b72af13 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ description.fr = "Serveur de réseau social basé sur ActivityPub" id = "gotosocial" name = "GoToSocial" -version = "0.5.2~ynh1" +version = "0.9.0~ynh1" maintainers = ["OniriCorpe"] @@ -87,6 +87,19 @@ sso = false [resources] + [resources.sources.main] + in_subdir = false + arm64.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.9.0/gotosocial_0.9.0_linux_arm64.tar.gz" + arm64.sha256 = "6b3f543ef9e86953b74b859556996ee533a73fa2ec7ea035b9f392589e3c188b" + armel.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.9.0/gotosocial_0.9.0_linux_armv6.tar.gz" + armel.sha256 = "6a7508c40309a621246f351e95c2bef763b37fda5a8e1f3fe2485d7805973eb1" + armhf.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.9.0/gotosocial_0.9.0_linux_armv7.tar.gz" + armhf.sha256 = "41f932878ed3da809aa80dbfab51f0d84c6edc8283ee1893b46ee0338eb7ac01" + i386.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.9.0/gotosocial_0.9.0_linux_386.tar.gz" + i386.sha256 = "73cf171ae72a06dd3da669ffedd03da545a143c4965dd9585ad3586a25c734c2" + amd64.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.9.0/gotosocial_0.9.0_linux_amd64.tar.gz" + amd64.sha256 = "9b802061eb694508f1876486738b3a4062474eb4df9d864c5e293283c1756337" + [resources.system_user] [resources.install_dir]