upgpkg: mastodon 4.3.1-1
upstream release
This commit is contained in:
parent
dc87c7c631
commit
941febbe62
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = mastodon
|
||||
pkgdesc = Your self-hosted, globally interconnected microblogging community
|
||||
pkgver = 4.3.0
|
||||
pkgrel = 2
|
||||
pkgver = 4.3.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/mastodon/mastodon
|
||||
install = mastodon.install
|
||||
arch = any
|
||||
|
@ -23,12 +23,12 @@ pkgbase = mastodon
|
|||
depends = zlib
|
||||
options = !strip
|
||||
backup = etc/mastodon.conf
|
||||
source = https://github.com/mastodon/mastodon/archive/v4.3.0.tar.gz
|
||||
source = https://github.com/mastodon/mastodon/archive/v4.3.1.tar.gz
|
||||
source = mastodon.target
|
||||
source = mastodon.sysusers.d
|
||||
source = mastodon.tmpfiles.d
|
||||
source = devise_pam.patch
|
||||
sha512sums = 07679a20d26cf0e640e2b10de8f12e30e718d404f05df77537bc7ce4d372574f77eae4b295e6ce039378f10afe13a0e3e31dde99960bbaf72ffae9acfc4aca7e
|
||||
sha512sums = 807111fbfa78f65a14e47b143b724771b3f63dc3220913b8526935202ee451c3980c01780d3113a4597a1bc05f3b937f212330372b983a9ab01b56866eff40ed
|
||||
sha512sums = ce9fe810654f3a641bbc1ea9707fa1b149e3955bfc55da20ed27e58f9c768dd65534fa43c9d67042fff40c48ef33c660efac8ef11c60f1111173326e2a93814c
|
||||
sha512sums = 4ee4210bde391e6dc782cb7c14f2cb968c95ad541aa0efcf843a811f8cc5f0d1067ee3c8346bb412aa9fd1dd5a8bd05a4524df7dc4a106957009853dd237074a
|
||||
sha512sums = 27c4eb01d462c525b59e5808a3b2501b63a34425752128388fbde82f7eb5944b20d2f8d8b1be8ed8adb165cab4cfb8e13f90215f20989ca671a0422ffa37001f
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
# Contributor: Fredrick Brennan <copypaste@kittens.ph>
|
||||
|
||||
pkgname=mastodon
|
||||
pkgver=4.3.0
|
||||
pkgrel=2
|
||||
pkgver=4.3.1
|
||||
pkgrel=1
|
||||
pkgdesc='Your self-hosted, globally interconnected microblogging community'
|
||||
arch=(any)
|
||||
url=https://github.com/mastodon/mastodon
|
||||
|
@ -34,7 +34,7 @@ source=(https://github.com/mastodon/mastodon/archive/v$pkgver.tar.gz
|
|||
mastodon.sysusers.d
|
||||
mastodon.tmpfiles.d
|
||||
devise_pam.patch)
|
||||
sha512sums=('07679a20d26cf0e640e2b10de8f12e30e718d404f05df77537bc7ce4d372574f77eae4b295e6ce039378f10afe13a0e3e31dde99960bbaf72ffae9acfc4aca7e'
|
||||
sha512sums=('807111fbfa78f65a14e47b143b724771b3f63dc3220913b8526935202ee451c3980c01780d3113a4597a1bc05f3b937f212330372b983a9ab01b56866eff40ed'
|
||||
'ce9fe810654f3a641bbc1ea9707fa1b149e3955bfc55da20ed27e58f9c768dd65534fa43c9d67042fff40c48ef33c660efac8ef11c60f1111173326e2a93814c'
|
||||
'4ee4210bde391e6dc782cb7c14f2cb968c95ad541aa0efcf843a811f8cc5f0d1067ee3c8346bb412aa9fd1dd5a8bd05a4524df7dc4a106957009853dd237074a'
|
||||
'27c4eb01d462c525b59e5808a3b2501b63a34425752128388fbde82f7eb5944b20d2f8d8b1be8ed8adb165cab4cfb8e13f90215f20989ca671a0422ffa37001f'
|
||||
|
|
Loading…
Reference in a new issue