diff --git a/.SRCINFO b/.SRCINFO index 686b69b..48093c1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = gotosocial pkgdesc = ActivityPub social network server written in Golang - pkgver = 0.20.1 + pkgver = 0.20.2 pkgrel = 1 url = https://gotosocial.org arch = x86_64 @@ -16,6 +16,7 @@ pkgbase = gotosocial backup = etc/gotosocial/template/2fa.tmpl backup = etc/gotosocial/template/404.tmpl backup = etc/gotosocial/template/about.tmpl + backup = etc/gotosocial/template/authorize-interaction.tmpl backup = etc/gotosocial/template/authorize.tmpl backup = etc/gotosocial/template/confirm-email.tmpl backup = etc/gotosocial/template/confirmed-email.tmpl @@ -60,15 +61,15 @@ pkgbase = gotosocial backup = etc/gotosocial/template/status_poll.tmpl backup = etc/gotosocial/template/tag.tmpl backup = etc/gotosocial/template/thread.tmpl - source = gotosocial::git+https://codeberg.org/superseriousbusiness/gotosocial#tag=v0.20.1 + source = gotosocial::git+https://codeberg.org/superseriousbusiness/gotosocial#tag=v0.20.2 source = sysusers.conf source = tmpfiles.conf source = use-fhs-directories.patch - sha512sums = 37200b2c5f238cb86c8b0c7815a5a3754cd8db6fb7eebdf70d817a7e498df682b47d436a077089c241327d9f542ee6d66754c77047c8be16f734cf3e74fcfba1 + sha512sums = 99e6c82c5cceaa8d088de5f7ef2114d37b3512343424e8f06464b46d20a06f0c91309249e08450dab0c35d1525a1535cb7917ba18dbba80fce553db3d1f6b882 sha512sums = 2ff5499a31e12733cb20a9261942ed135fbac327d5a836b8955f3e86c009a603cf965440d9dbe6db64b80d0f652ba56faddb0ef398393b72474d8cf6c438ab80 sha512sums = b89fad3073e140f17167515b38942e5b5e2bc2aee03c484e1bb7cf6444f86cb1e2a13a60b101e04d22633d348be073ca26cd309da4746e5062c12b4f3ce4b38a sha512sums = 87edf6e6acee86a621c838a7db32f1c9aab70bc5640f8eae099c5133a2be77ec2f711261d716a6821e4c0414436592170b1ae7a5f652bc8aeab49c8dbd0fedde - b2sums = da2a59857da3659e211d92694a4a7d40dceed2f930641d6b749be245b31094c68b8d1f3e561d4a0fc918ed5c32cf45531f92e873db7e931cefdcee6f4696c884 + b2sums = fbafcfd2ab39595c5e043ec7d3a17617a77f4007d1837d26fd829c5df27523e7af131e4f0531edb0114364db263f8ec868c6e176b93dac7446d9f3f0852e2002 b2sums = ccf672731b88fc6700b0b81737790365e1eea0066bad1bbf6b13dac1e5b42af69063838efca47a6d9c16ee3f6308e2e23b92cf79d4226cd88f8551fb7361649b b2sums = 4f65af952441c0f54bb32049a149675e207f8993678423d369c4095c57476464614ac720eccc64d7a93a81268ad7ca41cae75ca7211bd7b78f9035f6e5341f04 b2sums = 3671911545d15cc21045b37fbe6983c05499e66b8a6a1e1b3eccbb5c2686914c88b090dec0bfe8e2919d8787e5b4c59bfb1e2c292cad30a8b552ab57e91d5fdf diff --git a/PKGBUILD b/PKGBUILD index 083296c..7e8b396 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Stefan Husmann pkgname=gotosocial -pkgver=0.20.1 +pkgver=0.20.2 pkgrel=1 pkgdesc='ActivityPub social network server written in Golang' arch=(x86_64) @@ -17,6 +17,7 @@ backup=( etc/gotosocial/template/2fa.tmpl etc/gotosocial/template/404.tmpl etc/gotosocial/template/about.tmpl + etc/gotosocial/template/authorize-interaction.tmpl etc/gotosocial/template/authorize.tmpl etc/gotosocial/template/confirm-email.tmpl etc/gotosocial/template/confirmed-email.tmpl @@ -68,11 +69,11 @@ source=( tmpfiles.conf use-fhs-directories.patch ) -sha512sums=('37200b2c5f238cb86c8b0c7815a5a3754cd8db6fb7eebdf70d817a7e498df682b47d436a077089c241327d9f542ee6d66754c77047c8be16f734cf3e74fcfba1' +sha512sums=('99e6c82c5cceaa8d088de5f7ef2114d37b3512343424e8f06464b46d20a06f0c91309249e08450dab0c35d1525a1535cb7917ba18dbba80fce553db3d1f6b882' '2ff5499a31e12733cb20a9261942ed135fbac327d5a836b8955f3e86c009a603cf965440d9dbe6db64b80d0f652ba56faddb0ef398393b72474d8cf6c438ab80' 'b89fad3073e140f17167515b38942e5b5e2bc2aee03c484e1bb7cf6444f86cb1e2a13a60b101e04d22633d348be073ca26cd309da4746e5062c12b4f3ce4b38a' '87edf6e6acee86a621c838a7db32f1c9aab70bc5640f8eae099c5133a2be77ec2f711261d716a6821e4c0414436592170b1ae7a5f652bc8aeab49c8dbd0fedde') -b2sums=('da2a59857da3659e211d92694a4a7d40dceed2f930641d6b749be245b31094c68b8d1f3e561d4a0fc918ed5c32cf45531f92e873db7e931cefdcee6f4696c884' +b2sums=('fbafcfd2ab39595c5e043ec7d3a17617a77f4007d1837d26fd829c5df27523e7af131e4f0531edb0114364db263f8ec868c6e176b93dac7446d9f3f0852e2002' 'ccf672731b88fc6700b0b81737790365e1eea0066bad1bbf6b13dac1e5b42af69063838efca47a6d9c16ee3f6308e2e23b92cf79d4226cd88f8551fb7361649b' '4f65af952441c0f54bb32049a149675e207f8993678423d369c4095c57476464614ac720eccc64d7a93a81268ad7ca41cae75ca7211bd7b78f9035f6e5341f04' '3671911545d15cc21045b37fbe6983c05499e66b8a6a1e1b3eccbb5c2686914c88b090dec0bfe8e2919d8787e5b4c59bfb1e2c292cad30a8b552ab57e91d5fdf')