net-im/dendrite: Bump to 0.13.1_p20230728

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-07-29 01:19:35 +02:00
parent 8c71e5b44d
commit 2e17852c83
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1,2 @@
DIST dendrite-0.13.1_p20230714-deps.tar.xz 526890284 BLAKE2B f563a37330033eb899e1d43f782d3a877b13a448fbd93a1b5bf44efd2e51e4d2f5fed962c5b5577c2750e40993f620b79c66d8d6c40f82244c871361a15b9cba SHA512 45deabefdf610cdba076096e4f09c102074cd80c971a6d4e4c5426724cbb2d737339c16a5d5bbd4f5a2b06617b9d6390e5b2e5d991e5a585fc0dbfc7397d560c
DIST dendrite-0.13.1_p20230714.tar.gz 1242169 BLAKE2B 9538567e47bbdff72496f2127cda7dae7f6dcadce8ef46f4375b082d707c9812a510ec5a5281a0f805dc7cdf13768f5c9fbeae3f622bd60c4c7e292237dc5f93 SHA512 689cf1310cc18e9b9d94c7c32cf76c78b80335f21d116f6b28b1da3a4d2a9d86b3e9da1ef513cfb8ee7b5aa5e9f30d0dcfe28c189e901653eee6ebeb433b4705
DIST dendrite-0.13.1_p20230728-deps.tar.xz 536763768 BLAKE2B 6a6cd2de2fb4c54567449edfa33d900635485c5e445db53700ebefd88e868a078077909bb8e0cd5460cadeb023325b89bee032407bf5f65c8e819ee987decb29 SHA512 a81f24f615d3af4aaee8f6cdd53dbcb09aa330d7dc99ace0745129ab551eb18a939808f5626fbed0660c6c8b70ba05294f38711c9a612b657758fed502147661
DIST dendrite-0.13.1_p20230728.tar.gz 1245125 BLAKE2B 554b4a7dc909abe312a5b96b1a89534ad85fe7f9deb6421edb2b77faf3631a798e64e97b8589aafa41cb77db6f05b04f87e0c3cd26e74c92d081616584e0cc23 SHA512 f267abce0a7c491f6d297071916d6cd7171a83d3ef1f9d8fa792bd2e04cde8c6d5193ac26de90cff666653a228c7c9cbe02fdde2c280a76af2c098c23fc4d4c0

View File

@ -4,7 +4,7 @@
EAPI="8"
EGO_PN="github.com/matrix-org/dendrite"
inherit go-module systemd
COMMIT_ID="33ff3095722d063673f7168dd63bb2aef8ca735d"
COMMIT_ID="3f727485d6e21a603e4df1cb31c3795cc1023caa"
DESCRIPTION="Matrix homeserver written in go"
HOMEPAGE="https://matrix.org https://github.com/matrix-org/dendrite"
@ -16,7 +16,9 @@ else
SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi
# Add the manually vendored tarball.
# Compress the tarball with: xz -9kT0 --memlimit-decompress=256M
# Build tar archive with these flags for reproducabilty:
# --mtime="1970-01-01" --sort=name --owner=portage --group=portage"
# Compress the tarball with: xz -9eT0k --memlimit-decompress=256M
SRC_URI+=" https://files.holgersson.xyz/gentoo/distfiles/holgersson-overlay/${P}-deps.tar.xz"
KEYWORDS="~amd64"