diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-01 00:00:05 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-01 00:00:05 +0100 |
commit | 3d12b65aa1b4bb8b02b1f8d3e77bccf230b79a09 (patch) | |
tree | cb6347688c91bfbdebe49a78a55dad3d72cc193e /app-text/bibutils | |
parent | 4c2b70adc6484c35ff05e412de08a7b7f50cfb34 (diff) |
gentoo auto-resync : 01:05:2024 - 00:00:04
Diffstat (limited to 'app-text/bibutils')
-rw-r--r-- | app-text/bibutils/Manifest | 2 | ||||
-rw-r--r-- | app-text/bibutils/bibutils-7.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/bibutils/Manifest b/app-text/bibutils/Manifest index 647b5601e1f2..32b5bf743b4d 100644 --- a/app-text/bibutils/Manifest +++ b/app-text/bibutils/Manifest @@ -1,3 +1,3 @@ DIST bibutils_7.1_src.tgz 620141 BLAKE2B f020ea7c8164a870ef4c72defae1adc11558661a7ae9f3b037115cfc4a9e71b4f37c64f3b74641182300c3e921b8a0c309257a468b6b32f4fc2915e4a36f04d1 SHA512 2a155ca60c97d37941c860635d8e6920bd78de84452e1fee93a2f7331392f6a43f2c10055e84349bcac89314025d1524fd5cc73c47ad1613baa7baf2667c3f33 -EBUILD bibutils-7.1.ebuild 936 BLAKE2B 1de7dc49b9411818b0f4fb3f6f8e82fc93896c8ca39bc1f4ff1a354b3a4ebbd92c3cb761b64cd9a80196adccd7ee98a1873808b1b6a06b8af22414ae807fd1b3 SHA512 1af29dbc04fc432dc9702f08adf3044d524306e638ee57168d84a9b90a07345b5259728dcf8fbd70a8b8eb3c7cffa96423180b81e60118aa592d95c4911b28b5 +EBUILD bibutils-7.1.ebuild 949 BLAKE2B 0730662a0b9764524aecf979b282916835368c1f5ee53c0c373026c06607a9a7c3c273b1a628519cd9b52d79f3cf93c3525933e3d15fec8c902df802300cce78 SHA512 0e0073340bf0472ff57dcfa55951b2a582cd86d94583f5c2f1cea095f6c1b9770a209b7b15028ec5003baec1f2d7eebcf374cd9061224c44ee24b8d83ea7f63f MISC metadata.xml 332 BLAKE2B 543aa8ae8a86a9dce2bed1f5bb05f2f960725d137c638b33ff8a9a33407ae3d50cf96fffde54fb16af359cbe6bc301241c68e5fff46f100b3e0fb97143c81c80 SHA512 dbdbf756fc639e73aa5c0a92df6a873f4ef4feaa6bd0c636d178dd5ef21e59a86872774f06d5c48eb1f1e1dffef16ab9d2cc3973804eb33e111b451f87cab11b diff --git a/app-text/bibutils/bibutils-7.1.ebuild b/app-text/bibutils/bibutils-7.1.ebuild index ff15d9bad3bb..ba4d79b4ef6d 100644 --- a/app-text/bibutils/bibutils-7.1.ebuild +++ b/app-text/bibutils/bibutils-7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit toolchain-funcs MY_P="${PN}_${PV}" DESCRIPTION="Interconverts between various bibliography formats using common XML intermediate" HOMEPAGE="https://sourceforge.net/p/bibutils/home/Bibutils/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tgz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}_src.tgz" S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" |