summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorny-a2022-03-28 10:12:22 +0900
committerny-a2022-03-28 10:12:22 +0900
commit16c79bf4d653fc0f4e7ae272d67169878aa214b7 (patch)
tree75aaa627d50b4de0db0437de6f514077f54c1cbd
parent5cd9511b05bf0506d7d76b02b277864536a66840 (diff)
downloadaur-16c79bf4d653fc0f4e7ae272d67169878aa214b7.tar.gz
Update to 3.4.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e47a0f1f087..2aa7aaeeb177 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mastodon
pkgdesc = Self-hosted social media and network server based on ActivityPub and OStatus
- pkgver = 3.4.4
+ pkgver = 3.4.6
pkgrel = 1
url = https://github.com/tootsuite/mastodon
install = mastodon.install
@@ -22,11 +22,11 @@ pkgbase = mastodon
depends = yarn
depends = zlib
backup = etc/mastodon.conf
- source = https://github.com/tootsuite/mastodon/archive/v3.4.4.tar.gz
+ source = https://github.com/tootsuite/mastodon/archive/v3.4.6.tar.gz
source = mastodon.target
source = mastodon.sysusers.d
source = mastodon.tmpfiles.d
- sha512sums = 0105ebebf57ec44ebe817f4f05b636793e8bf06a089683a25f6a9a60d0763f093f9aa3688577207af7446c29389869b1e82e3d313d24d83c5ea5117695b33f10
+ sha512sums = 83b79e5fddf3190b921aa942c22ba15bdb740c6bb318e468a87b59f6656a215f218c6e68f8a20e02604399925ad016e18be79944c90748d578309dccae9926d7
sha512sums = c9820c2a83d08bd5d842a78e924682db97ebd5c7291b682603ad30dafcdcc5816c13e717ad39554f042b9d9ed71ab902ce3f604952264a900a72612ee8060acb
sha512sums = 4ee4210bde391e6dc782cb7c14f2cb968c95ad541aa0efcf843a811f8cc5f0d1067ee3c8346bb412aa9fd1dd5a8bd05a4524df7dc4a106957009853dd237074a
sha512sums = 73493680845e690d0cfd769fbbe68978c0a615602375078aea945ca1f1011404eb4b64972aec7a6e5efa720fb425d91b3f30025391c38ccf77e070ccb391e710
diff --git a/PKGBUILD b/PKGBUILD
index 41a68d2836cf..7b023323722f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Fredrick Brennan <copypaste@kittens.ph>
pkgname=mastodon
-pkgver=3.4.4
+pkgver=3.4.6
pkgrel=1
pkgdesc='Self-hosted social media and network server based on ActivityPub and OStatus'
arch=(x86_64)
@@ -31,7 +31,7 @@ source=(https://github.com/tootsuite/mastodon/archive/v$pkgver.tar.gz
mastodon.target
mastodon.sysusers.d
mastodon.tmpfiles.d)
-sha512sums=('0105ebebf57ec44ebe817f4f05b636793e8bf06a089683a25f6a9a60d0763f093f9aa3688577207af7446c29389869b1e82e3d313d24d83c5ea5117695b33f10'
+sha512sums=('83b79e5fddf3190b921aa942c22ba15bdb740c6bb318e468a87b59f6656a215f218c6e68f8a20e02604399925ad016e18be79944c90748d578309dccae9926d7'
'c9820c2a83d08bd5d842a78e924682db97ebd5c7291b682603ad30dafcdcc5816c13e717ad39554f042b9d9ed71ab902ce3f604952264a900a72612ee8060acb'
'4ee4210bde391e6dc782cb7c14f2cb968c95ad541aa0efcf843a811f8cc5f0d1067ee3c8346bb412aa9fd1dd5a8bd05a4524df7dc4a106957009853dd237074a'
'73493680845e690d0cfd769fbbe68978c0a615602375078aea945ca1f1011404eb4b64972aec7a6e5efa720fb425d91b3f30025391c38ccf77e070ccb391e710')