blob: ae4c4f1c55751e404155aeb4e157de14ed009823 [file] [log] [blame]
Leopold7fbf1042023-01-06 19:57:37 +01001load("@bazeldnf//:deps.bzl", "rpm")
2
3def sandbox_dependencies():
4 rpm(
5 name = "acpica-tools-0__20220331-4.fc37.x86_64",
6 sha256 = "ab044a35844bf56c0a217d298faa7f390915c72be1f5d9fd241877aa76ccb9b7",
7 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01008 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/a/acpica-tools-20220331-4.fc37.x86_64.rpm",
9 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/a/acpica-tools-20220331-4.fc37.x86_64.rpm",
10 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/a/acpica-tools-20220331-4.fc37.x86_64.rpm",
11 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/a/acpica-tools-20220331-4.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +020012 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/a/acpica-tools-20220331-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +010013 ],
14 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +020015
Leopold7fbf1042023-01-06 19:57:37 +010016 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +020017 name = "alternatives-0__1.24-1.fc37.x86_64",
18 sha256 = "4fd3c9e8aedd1cf2a620c7580999c8510a1b93f5c85be8e24c59ca9b3c27aa8a",
Leopold7fbf1042023-01-06 19:57:37 +010019 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +020020 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/a/alternatives-1.24-1.fc37.x86_64.rpm",
21 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/a/alternatives-1.24-1.fc37.x86_64.rpm",
22 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/a/alternatives-1.24-1.fc37.x86_64.rpm",
23 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/a/alternatives-1.24-1.fc37.x86_64.rpm",
24 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/a/alternatives-1.24-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +010025 ],
26 )
Leopold7fbf1042023-01-06 19:57:37 +010027 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +020028 name = "ansible-srpm-macros-0__1-10.fc37.x86_64",
29 sha256 = "4438d542c8ca4253b0da207bbf876615d717d50f764896b54e4a8cd3058acf03",
Leopold7fbf1042023-01-06 19:57:37 +010030 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +020031 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/a/ansible-srpm-macros-1-10.fc37.noarch.rpm",
32 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/a/ansible-srpm-macros-1-10.fc37.noarch.rpm",
33 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/a/ansible-srpm-macros-1-10.fc37.noarch.rpm",
34 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/a/ansible-srpm-macros-1-10.fc37.noarch.rpm",
35 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/a/ansible-srpm-macros-1-10.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +010036 ],
37 )
Leopold7fbf1042023-01-06 19:57:37 +010038 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +000039 name = "audit-libs-0__3.1.2-5.fc37.x86_64",
40 sha256 = "56809f13db465de0aa647f15400b18acbe000431a3cbf011b7357b92a545cdf5",
Leopold7fbf1042023-01-06 19:57:37 +010041 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +000042 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/a/audit-libs-3.1.2-5.fc37.x86_64.rpm",
43 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/a/audit-libs-3.1.2-5.fc37.x86_64.rpm",
44 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/a/audit-libs-3.1.2-5.fc37.x86_64.rpm",
45 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/a/audit-libs-3.1.2-5.fc37.x86_64.rpm",
46 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/a/audit-libs-3.1.2-5.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +010047 ],
48 )
Serge Bazanski8111b902024-06-04 14:33:40 +000049
Leopold7fbf1042023-01-06 19:57:37 +010050 rpm(
51 name = "authselect-0__1.4.2-1.fc37.x86_64",
52 sha256 = "c356d05e80f2b57ea2598b45b168fff6da189038e3f3ef0305dd90cfdd2a045f",
53 urls = [
Leopold7fbf1042023-01-06 19:57:37 +010054 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/a/authselect-1.4.2-1.fc37.x86_64.rpm",
55 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/a/authselect-1.4.2-1.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +010056 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/a/authselect-1.4.2-1.fc37.x86_64.rpm",
57 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/a/authselect-1.4.2-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +020058 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/a/authselect-1.4.2-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +010059 ],
60 )
Leopold7fbf1042023-01-06 19:57:37 +010061 rpm(
62 name = "authselect-libs-0__1.4.2-1.fc37.x86_64",
63 sha256 = "275c282a240a3b7225e98b540a91af3419a9fa527623c5f152c48f8209779146",
64 urls = [
Leopold7fbf1042023-01-06 19:57:37 +010065 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/a/authselect-libs-1.4.2-1.fc37.x86_64.rpm",
66 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/a/authselect-libs-1.4.2-1.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +010067 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/a/authselect-libs-1.4.2-1.fc37.x86_64.rpm",
68 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/a/authselect-libs-1.4.2-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +020069 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/a/authselect-libs-1.4.2-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +010070 ],
71 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +020072
Leopold7fbf1042023-01-06 19:57:37 +010073 rpm(
74 name = "basesystem-0__11-14.fc37.x86_64",
75 sha256 = "38d1877d647bb5f4047d22982a51899c95bdfea1d7b2debbff37c66f0fc0ed44",
76 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +010077 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/basesystem-11-14.fc37.noarch.rpm",
78 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/basesystem-11-14.fc37.noarch.rpm",
79 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/basesystem-11-14.fc37.noarch.rpm",
80 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/basesystem-11-14.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +020081 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/basesystem-11-14.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +010082 ],
83 )
Leopold7fbf1042023-01-06 19:57:37 +010084 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +000085 name = "bash-0__5.2.21-1.fc37.x86_64",
86 sha256 = "87584360b373568a72e7fe752069afba747f0f3c699589797dc1bfe3e32b4767",
Leopold7fbf1042023-01-06 19:57:37 +010087 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +000088 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/b/bash-5.2.21-1.fc37.x86_64.rpm",
89 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/b/bash-5.2.21-1.fc37.x86_64.rpm",
90 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/b/bash-5.2.21-1.fc37.x86_64.rpm",
91 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/b/bash-5.2.21-1.fc37.x86_64.rpm",
92 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/b/bash-5.2.21-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +010093 ],
94 )
Serge Bazanski8111b902024-06-04 14:33:40 +000095
Leopold7fbf1042023-01-06 19:57:37 +010096 rpm(
97 name = "bc-0__1.07.1-16.fc37.x86_64",
98 sha256 = "5641d8a1ffc675c13d108fa5218024ae8b35164abff34176ead3289756c79b8c",
99 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100100 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bc-1.07.1-16.fc37.x86_64.rpm",
101 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bc-1.07.1-16.fc37.x86_64.rpm",
102 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bc-1.07.1-16.fc37.x86_64.rpm",
103 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bc-1.07.1-16.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200104 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bc-1.07.1-16.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100105 ],
106 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200107
Leopold7fbf1042023-01-06 19:57:37 +0100108 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200109 name = "binutils-0__2.38-27.fc37.x86_64",
110 sha256 = "d9efae81d1c849d7f981089047e9cb22845cc8c41404f8e9e2abdd19eea784b7",
Leopold7fbf1042023-01-06 19:57:37 +0100111 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200112 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/b/binutils-2.38-27.fc37.x86_64.rpm",
113 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/b/binutils-2.38-27.fc37.x86_64.rpm",
114 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/b/binutils-2.38-27.fc37.x86_64.rpm",
115 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/b/binutils-2.38-27.fc37.x86_64.rpm",
116 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/b/binutils-2.38-27.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100117 ],
118 )
Leopold7fbf1042023-01-06 19:57:37 +0100119 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200120 name = "binutils-gold-0__2.38-27.fc37.x86_64",
121 sha256 = "63f0c543c79929296d415357e88da768ed52e2c092e267671fe8a25cd69b2bc6",
Leopold7fbf1042023-01-06 19:57:37 +0100122 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200123 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/b/binutils-gold-2.38-27.fc37.x86_64.rpm",
124 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/b/binutils-gold-2.38-27.fc37.x86_64.rpm",
125 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/b/binutils-gold-2.38-27.fc37.x86_64.rpm",
126 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/b/binutils-gold-2.38-27.fc37.x86_64.rpm",
127 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/b/binutils-gold-2.38-27.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100128 ],
129 )
Leopold7fbf1042023-01-06 19:57:37 +0100130 rpm(
131 name = "bison-0__3.8.2-3.fc37.x86_64",
132 sha256 = "2e6094d1f6670f4e99c3334f94b521055cbd780ac6ff0275c95b98a22c34d08a",
133 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100134 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bison-3.8.2-3.fc37.x86_64.rpm",
135 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bison-3.8.2-3.fc37.x86_64.rpm",
136 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bison-3.8.2-3.fc37.x86_64.rpm",
137 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bison-3.8.2-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200138 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bison-3.8.2-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100139 ],
140 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200141
Leopold7fbf1042023-01-06 19:57:37 +0100142 rpm(
143 name = "bzip2-libs-0__1.0.8-12.fc37.x86_64",
144 sha256 = "6e74a8ed5b472cf811f9bf429a999ed3f362e2c88566a461517a12c058abd401",
145 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100146 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bzip2-libs-1.0.8-12.fc37.x86_64.rpm",
147 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bzip2-libs-1.0.8-12.fc37.x86_64.rpm",
148 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bzip2-libs-1.0.8-12.fc37.x86_64.rpm",
149 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bzip2-libs-1.0.8-12.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200150 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/b/bzip2-libs-1.0.8-12.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100151 ],
152 )
Leopold7fbf1042023-01-06 19:57:37 +0100153 rpm(
Leopold Schabelc0f72dc2023-10-19 16:54:38 +0200154 name = "ca-certificates-0__2023.2.60_v7.0.306-1.0.fc37.x86_64",
155 sha256 = "94e94e4f86be3e42624a8f7a856b30a655577d3011b62039d295a6f087b68ba8",
Leopold7fbf1042023-01-06 19:57:37 +0100156 urls = [
Leopold Schabelc0f72dc2023-10-19 16:54:38 +0200157 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/ca-certificates-2023.2.60_v7.0.306-1.0.fc37.noarch.rpm",
158 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/ca-certificates-2023.2.60_v7.0.306-1.0.fc37.noarch.rpm",
159 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/c/ca-certificates-2023.2.60_v7.0.306-1.0.fc37.noarch.rpm",
160 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/c/ca-certificates-2023.2.60_v7.0.306-1.0.fc37.noarch.rpm",
161 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/c/ca-certificates-2023.2.60_v7.0.306-1.0.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100162 ],
163 )
Leopold Schabelc0f72dc2023-10-19 16:54:38 +0200164
Leopold7fbf1042023-01-06 19:57:37 +0100165 rpm(
166 name = "capstone-0__4.0.2-11.fc37.x86_64",
167 sha256 = "5faaf0c29c0e76456c42b3a8e62b4fdf43150501187653da27974e6384655248",
168 urls = [
Leopold7fbf1042023-01-06 19:57:37 +0100169 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/capstone-4.0.2-11.fc37.x86_64.rpm",
170 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/capstone-4.0.2-11.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +0100171 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/c/capstone-4.0.2-11.fc37.x86_64.rpm",
172 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/c/capstone-4.0.2-11.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200173 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/c/capstone-4.0.2-11.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100174 ],
175 )
Leopold7fbf1042023-01-06 19:57:37 +0100176 rpm(
Leopolda58047b2023-03-30 14:55:37 +0200177 name = "checkpolicy-0__3.5-1.fc37.x86_64",
178 sha256 = "1bd6036081fb219541cdbf1f23ef05381665356f3f45c4af8bb72ff0295f82ce",
Leopold7fbf1042023-01-06 19:57:37 +0100179 urls = [
Leopolda58047b2023-03-30 14:55:37 +0200180 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/checkpolicy-3.5-1.fc37.x86_64.rpm",
181 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/checkpolicy-3.5-1.fc37.x86_64.rpm",
182 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/c/checkpolicy-3.5-1.fc37.x86_64.rpm",
183 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/c/checkpolicy-3.5-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200184 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/c/checkpolicy-3.5-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100185 ],
186 )
Leopold7fbf1042023-01-06 19:57:37 +0100187 rpm(
Leopolda58047b2023-03-30 14:55:37 +0200188 name = "clang-0__15.0.7-2.fc37.x86_64",
189 sha256 = "9f4e9c4f003b285eb2f6988ec9c476c83006041262beaa07702d0b35394c396b",
Leopold7fbf1042023-01-06 19:57:37 +0100190 urls = [
Leopolda58047b2023-03-30 14:55:37 +0200191 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-15.0.7-2.fc37.x86_64.rpm",
192 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-15.0.7-2.fc37.x86_64.rpm",
193 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-15.0.7-2.fc37.x86_64.rpm",
194 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-15.0.7-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200195 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-15.0.7-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100196 ],
197 )
Leopold7fbf1042023-01-06 19:57:37 +0100198 rpm(
Leopolda58047b2023-03-30 14:55:37 +0200199 name = "clang-libs-0__15.0.7-2.fc37.x86_64",
200 sha256 = "9c260e1f9512734eb00a7fdd2cdc156ac9b2ba4c855e661c90d2898853bf9c7f",
Leopold7fbf1042023-01-06 19:57:37 +0100201 urls = [
Leopolda58047b2023-03-30 14:55:37 +0200202 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-libs-15.0.7-2.fc37.x86_64.rpm",
203 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-libs-15.0.7-2.fc37.x86_64.rpm",
204 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-libs-15.0.7-2.fc37.x86_64.rpm",
205 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-libs-15.0.7-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200206 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-libs-15.0.7-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100207 ],
208 )
Leopold7fbf1042023-01-06 19:57:37 +0100209 rpm(
Leopolda58047b2023-03-30 14:55:37 +0200210 name = "clang-resource-filesystem-0__15.0.7-2.fc37.x86_64",
211 sha256 = "505f703e657c33605d3ae395835b0d6d4c132e0cf812a95779aa0b2bb5ce2e77",
Leopold7fbf1042023-01-06 19:57:37 +0100212 urls = [
Leopolda58047b2023-03-30 14:55:37 +0200213 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-resource-filesystem-15.0.7-2.fc37.x86_64.rpm",
214 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-resource-filesystem-15.0.7-2.fc37.x86_64.rpm",
215 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-resource-filesystem-15.0.7-2.fc37.x86_64.rpm",
216 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-resource-filesystem-15.0.7-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200217 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/c/clang-resource-filesystem-15.0.7-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100218 ],
219 )
Leopold7fbf1042023-01-06 19:57:37 +0100220 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200221 name = "coreutils-single-0__9.1-8.fc37.x86_64",
222 sha256 = "4a0f1b98fd4e00d2b362ebb11ec4ba1702ee363b1ecdcbcd5d53486d580f2edc",
Leopold7fbf1042023-01-06 19:57:37 +0100223 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200224 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/coreutils-single-9.1-8.fc37.x86_64.rpm",
225 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/coreutils-single-9.1-8.fc37.x86_64.rpm",
226 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/c/coreutils-single-9.1-8.fc37.x86_64.rpm",
227 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/c/coreutils-single-9.1-8.fc37.x86_64.rpm",
228 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/c/coreutils-single-9.1-8.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100229 ],
230 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200231
Leopold7fbf1042023-01-06 19:57:37 +0100232 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200233 name = "cpp-0__12.3.1-1.fc37.x86_64",
234 sha256 = "845c873ec113f26fd1151083ee83d90a2521805275ec147d684e9f34b8fcc1d9",
Leopold7fbf1042023-01-06 19:57:37 +0100235 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200236 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/cpp-12.3.1-1.fc37.x86_64.rpm",
237 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/cpp-12.3.1-1.fc37.x86_64.rpm",
238 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/c/cpp-12.3.1-1.fc37.x86_64.rpm",
239 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/c/cpp-12.3.1-1.fc37.x86_64.rpm",
240 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/c/cpp-12.3.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100241 ],
242 )
Leopold7fbf1042023-01-06 19:57:37 +0100243 rpm(
244 name = "cracklib-0__2.9.7-30.fc37.x86_64",
245 sha256 = "3847abdc8ff973aeb0fb7e681bdf7c37b19cd49e5df17e8bf6bc35f34615c88f",
246 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100247 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/cracklib-2.9.7-30.fc37.x86_64.rpm",
248 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/cracklib-2.9.7-30.fc37.x86_64.rpm",
249 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/cracklib-2.9.7-30.fc37.x86_64.rpm",
250 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/cracklib-2.9.7-30.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200251 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/cracklib-2.9.7-30.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100252 ],
253 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200254
Leopold7fbf1042023-01-06 19:57:37 +0100255 rpm(
256 name = "crypto-policies-0__20220815-1.gite4ed860.fc37.x86_64",
257 sha256 = "486a11feeaad706c68b05de60a906cc57059454cbce436aeba45f88b84578c0c",
258 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100259 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/crypto-policies-20220815-1.gite4ed860.fc37.noarch.rpm",
260 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/crypto-policies-20220815-1.gite4ed860.fc37.noarch.rpm",
261 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/crypto-policies-20220815-1.gite4ed860.fc37.noarch.rpm",
262 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/crypto-policies-20220815-1.gite4ed860.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200263 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/crypto-policies-20220815-1.gite4ed860.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100264 ],
265 )
Leopold7fbf1042023-01-06 19:57:37 +0100266 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +0000267 name = "curl-minimal-0__7.85.0-12.fc37.x86_64",
268 sha256 = "6023972d6f4dd8645e9838a334fc93f17c15f6750788b601e09694c47d4e9eaf",
Leopold7fbf1042023-01-06 19:57:37 +0100269 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +0000270 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/curl-minimal-7.85.0-12.fc37.x86_64.rpm",
271 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/c/curl-minimal-7.85.0-12.fc37.x86_64.rpm",
272 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/c/curl-minimal-7.85.0-12.fc37.x86_64.rpm",
273 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/c/curl-minimal-7.85.0-12.fc37.x86_64.rpm",
274 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/c/curl-minimal-7.85.0-12.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100275 ],
276 )
Leopold Schabelc0f72dc2023-10-19 16:54:38 +0200277
Leopold7fbf1042023-01-06 19:57:37 +0100278 rpm(
279 name = "cyrus-sasl-lib-0__2.1.28-8.fc37.x86_64",
280 sha256 = "4e0e8656faf1f4f5227e4e40cdb4e662a1d78b19e74b90ba2f39f3cdf73e0083",
281 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100282 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/cyrus-sasl-lib-2.1.28-8.fc37.x86_64.rpm",
283 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/cyrus-sasl-lib-2.1.28-8.fc37.x86_64.rpm",
284 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/cyrus-sasl-lib-2.1.28-8.fc37.x86_64.rpm",
285 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/cyrus-sasl-lib-2.1.28-8.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200286 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/c/cyrus-sasl-lib-2.1.28-8.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100287 ],
288 )
Leopold7fbf1042023-01-06 19:57:37 +0100289 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200290 name = "daxctl-libs-0__78-1.fc37.x86_64",
291 sha256 = "77d7bc0e5edfec318ab6ef62f211f6daa22367ad2ae4b2d5db193123fe6182ac",
Leopold7fbf1042023-01-06 19:57:37 +0100292 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200293 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/d/daxctl-libs-78-1.fc37.x86_64.rpm",
294 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/d/daxctl-libs-78-1.fc37.x86_64.rpm",
295 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/d/daxctl-libs-78-1.fc37.x86_64.rpm",
296 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/d/daxctl-libs-78-1.fc37.x86_64.rpm",
297 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/d/daxctl-libs-78-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100298 ],
299 )
Leopold7fbf1042023-01-06 19:57:37 +0100300 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200301 name = "dbus-1__1.14.10-1.fc37.x86_64",
302 sha256 = "ecf5c78fcd0a060f47ba13f0c719990f801adcf0c8a40bec22b0b5ae285571d9",
Leopold7fbf1042023-01-06 19:57:37 +0100303 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200304 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-1.14.10-1.fc37.x86_64.rpm",
305 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-1.14.10-1.fc37.x86_64.rpm",
306 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-1.14.10-1.fc37.x86_64.rpm",
307 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-1.14.10-1.fc37.x86_64.rpm",
308 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-1.14.10-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100309 ],
310 )
Leopold7fbf1042023-01-06 19:57:37 +0100311 rpm(
Leopolda01b4ee2023-02-13 12:49:50 +0100312 name = "dbus-broker-0__33-1.fc37.x86_64",
313 sha256 = "069f79144219815854e47cda0bf47c5f5e361d48cbfa652405ac68c0d24d29ee",
Leopold7fbf1042023-01-06 19:57:37 +0100314 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100315 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-broker-33-1.fc37.x86_64.rpm",
316 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-broker-33-1.fc37.x86_64.rpm",
317 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-broker-33-1.fc37.x86_64.rpm",
318 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-broker-33-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200319 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-broker-33-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100320 ],
321 )
Leopold7fbf1042023-01-06 19:57:37 +0100322 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200323 name = "dbus-common-1__1.14.10-1.fc37.x86_64",
324 sha256 = "938bd46c3d7bf6a02cdf9507fd6dd47c0fe5d8b52862164cf5ca1cef36951ca5",
Leopold7fbf1042023-01-06 19:57:37 +0100325 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200326 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-common-1.14.10-1.fc37.noarch.rpm",
327 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-common-1.14.10-1.fc37.noarch.rpm",
328 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-common-1.14.10-1.fc37.noarch.rpm",
329 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-common-1.14.10-1.fc37.noarch.rpm",
330 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/d/dbus-common-1.14.10-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100331 ],
332 )
Leopold7fbf1042023-01-06 19:57:37 +0100333 rpm(
334 name = "diffutils-0__3.8-3.fc37.x86_64",
335 sha256 = "c1374e3372d0d246ecb0e04b36743e23c68ab307c7603c5a267fce654bf05cdd",
336 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100337 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/d/diffutils-3.8-3.fc37.x86_64.rpm",
338 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/d/diffutils-3.8-3.fc37.x86_64.rpm",
339 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/d/diffutils-3.8-3.fc37.x86_64.rpm",
340 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/d/diffutils-3.8-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200341 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/d/diffutils-3.8-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100342 ],
343 )
Leopold7fbf1042023-01-06 19:57:37 +0100344 rpm(
345 name = "dwz-0__0.14-7.fc37.x86_64",
346 sha256 = "82e4d749edaf6e209f8e7eb830454fa12e8b39f88ee190a49fb55496e7eda9af",
347 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100348 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/d/dwz-0.14-7.fc37.x86_64.rpm",
349 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/d/dwz-0.14-7.fc37.x86_64.rpm",
350 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/d/dwz-0.14-7.fc37.x86_64.rpm",
351 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/d/dwz-0.14-7.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200352 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/d/dwz-0.14-7.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100353 ],
354 )
Leopold7fbf1042023-01-06 19:57:37 +0100355 rpm(
356 name = "e2fsprogs-libs-0__1.46.5-3.fc37.x86_64",
357 sha256 = "631c5cdd65015cf905cf9c7b9c0213384a524eeb0b1f15da971aae8cc38ed27e",
358 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100359 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/e2fsprogs-libs-1.46.5-3.fc37.x86_64.rpm",
360 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/e2fsprogs-libs-1.46.5-3.fc37.x86_64.rpm",
361 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/e2fsprogs-libs-1.46.5-3.fc37.x86_64.rpm",
362 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/e2fsprogs-libs-1.46.5-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200363 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/e2fsprogs-libs-1.46.5-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100364 ],
365 )
Leopold7fbf1042023-01-06 19:57:37 +0100366 rpm(
Serge Bazanski0f1939a2023-02-23 09:36:10 +0000367 name = "ed-0__1.18-2.fc37.x86_64",
368 sha256 = "4a16aed8139002451a96be745b170ac036385afda72b0fac7903979df33e2762",
Leopold7fbf1042023-01-06 19:57:37 +0100369 urls = [
Serge Bazanski0f1939a2023-02-23 09:36:10 +0000370 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/ed-1.18-2.fc37.x86_64.rpm",
371 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/ed-1.18-2.fc37.x86_64.rpm",
372 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/ed-1.18-2.fc37.x86_64.rpm",
373 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/ed-1.18-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200374 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/ed-1.18-2.fc37.x86_64.rpm",
Serge Bazanski0f1939a2023-02-23 09:36:10 +0000375 ],
376 )
Serge Bazanski0f1939a2023-02-23 09:36:10 +0000377 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200378 name = "edk2-ovmf-0__20230524-3.fc37.x86_64",
379 sha256 = "be4d38af60d1917c681ea76a5884eba2539aa008090d7c893f17ed8af39efdb0",
Serge Bazanski0f1939a2023-02-23 09:36:10 +0000380 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200381 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/e/edk2-ovmf-20230524-3.fc37.noarch.rpm",
382 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/e/edk2-ovmf-20230524-3.fc37.noarch.rpm",
383 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/e/edk2-ovmf-20230524-3.fc37.noarch.rpm",
384 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/e/edk2-ovmf-20230524-3.fc37.noarch.rpm",
385 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/e/edk2-ovmf-20230524-3.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100386 ],
387 )
Leopold7fbf1042023-01-06 19:57:37 +0100388 rpm(
389 name = "efi-srpm-macros-0__5-6.fc37.x86_64",
390 sha256 = "d24933b643fabac0d1f63835c39dbb9081c94795427df3b07722dbf0748dd16d",
391 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100392 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/efi-srpm-macros-5-6.fc37.noarch.rpm",
393 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/efi-srpm-macros-5-6.fc37.noarch.rpm",
394 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/efi-srpm-macros-5-6.fc37.noarch.rpm",
395 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/efi-srpm-macros-5-6.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200396 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/e/efi-srpm-macros-5-6.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100397 ],
398 )
Leopold7fbf1042023-01-06 19:57:37 +0100399 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +0000400 name = "elfutils-debuginfod-client-0__0.190-2.fc37.x86_64",
401 sha256 = "341bc148ecf6cf46442fc8bda5fdf49b271c145029294ff9a3ec8d78d243be97",
Leopold7fbf1042023-01-06 19:57:37 +0100402 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +0000403 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-debuginfod-client-0.190-2.fc37.x86_64.rpm",
404 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-debuginfod-client-0.190-2.fc37.x86_64.rpm",
405 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-debuginfod-client-0.190-2.fc37.x86_64.rpm",
406 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-debuginfod-client-0.190-2.fc37.x86_64.rpm",
407 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-debuginfod-client-0.190-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100408 ],
409 )
Leopold7fbf1042023-01-06 19:57:37 +0100410 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +0000411 name = "elfutils-default-yama-scope-0__0.190-2.fc37.x86_64",
412 sha256 = "c0c6787799985a3963607a6addbf6007778d4840f2d61334785debe4083cb738",
Leopold7fbf1042023-01-06 19:57:37 +0100413 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +0000414 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-default-yama-scope-0.190-2.fc37.noarch.rpm",
415 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-default-yama-scope-0.190-2.fc37.noarch.rpm",
416 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-default-yama-scope-0.190-2.fc37.noarch.rpm",
417 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-default-yama-scope-0.190-2.fc37.noarch.rpm",
418 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-default-yama-scope-0.190-2.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100419 ],
420 )
Leopold7fbf1042023-01-06 19:57:37 +0100421 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +0000422 name = "elfutils-libelf-0__0.190-2.fc37.x86_64",
423 sha256 = "b43d0cee41d3afe288a69646fd2965c786e58f74a01615bbaf17a215336dd5c7",
Leopold7fbf1042023-01-06 19:57:37 +0100424 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +0000425 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libelf-0.190-2.fc37.x86_64.rpm",
426 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libelf-0.190-2.fc37.x86_64.rpm",
427 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libelf-0.190-2.fc37.x86_64.rpm",
428 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libelf-0.190-2.fc37.x86_64.rpm",
429 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libelf-0.190-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100430 ],
431 )
Leopold7fbf1042023-01-06 19:57:37 +0100432 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +0000433 name = "elfutils-libelf-devel-0__0.190-2.fc37.x86_64",
434 sha256 = "6a6ff8f4c56edb6c8e614c59523d8902ec8258ecaa4523ecca45be86ab98ed1e",
Leopold7fbf1042023-01-06 19:57:37 +0100435 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +0000436 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libelf-devel-0.190-2.fc37.x86_64.rpm",
437 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libelf-devel-0.190-2.fc37.x86_64.rpm",
438 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libelf-devel-0.190-2.fc37.x86_64.rpm",
439 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libelf-devel-0.190-2.fc37.x86_64.rpm",
440 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libelf-devel-0.190-2.fc37.x86_64.rpm",
441 ],
442 )
443 rpm(
444 name = "elfutils-libs-0__0.190-2.fc37.x86_64",
445 sha256 = "44643de7cec6d27f68fb3b96cb642fe687dfb56189ab8ab2075edcd5fce05dde",
446 urls = [
447 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libs-0.190-2.fc37.x86_64.rpm",
448 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libs-0.190-2.fc37.x86_64.rpm",
449 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libs-0.190-2.fc37.x86_64.rpm",
450 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libs-0.190-2.fc37.x86_64.rpm",
451 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/e/elfutils-libs-0.190-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100452 ],
453 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200454
Leopold7fbf1042023-01-06 19:57:37 +0100455 rpm(
Leopold7fbf1042023-01-06 19:57:37 +0100456 name = "expat-0__2.5.0-1.fc37.x86_64",
457 sha256 = "0e49c2393e5507bbaa16ededf0176e731e0196dd3230f6371d67be8b919e3429",
458 urls = [
Leopold7fbf1042023-01-06 19:57:37 +0100459 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/e/expat-2.5.0-1.fc37.x86_64.rpm",
460 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/e/expat-2.5.0-1.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +0100461 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/e/expat-2.5.0-1.fc37.x86_64.rpm",
462 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/e/expat-2.5.0-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200463 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/e/expat-2.5.0-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100464 ],
465 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200466
Leopold7fbf1042023-01-06 19:57:37 +0100467 rpm(
Leopold68961c32023-02-01 13:53:08 +0100468 name = "fedora-gpg-keys-0__37-2.x86_64",
469 sha256 = "47a0fdf0c8d0aecd3d4b2eee160affec5ba0d12b7ac6647b3f12fdef275e9738",
Leopold7fbf1042023-01-06 19:57:37 +0100470 urls = [
Leopold68961c32023-02-01 13:53:08 +0100471 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-gpg-keys-37-2.noarch.rpm",
472 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-gpg-keys-37-2.noarch.rpm",
473 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-gpg-keys-37-2.noarch.rpm",
474 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-gpg-keys-37-2.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200475 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-gpg-keys-37-2.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100476 ],
477 )
Leopold7fbf1042023-01-06 19:57:37 +0100478 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +0000479 name = "fedora-release-common-0__37-18.x86_64",
480 sha256 = "369f270582960ced7b3aeb406739b6436cc5cbf87cf6c8a7811bcde6bb8721da",
Leopold7fbf1042023-01-06 19:57:37 +0100481 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +0000482 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-common-37-18.noarch.rpm",
483 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-common-37-18.noarch.rpm",
484 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-common-37-18.noarch.rpm",
485 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-common-37-18.noarch.rpm",
486 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-common-37-18.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100487 ],
488 )
Leopold7fbf1042023-01-06 19:57:37 +0100489 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +0000490 name = "fedora-release-container-0__37-18.x86_64",
491 sha256 = "ecdb5b4dc4b4a206f96eb6a99fe5e013f6aa2a6326b6ff6fa59c0167aa47b7a5",
Leopold7fbf1042023-01-06 19:57:37 +0100492 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +0000493 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-container-37-18.noarch.rpm",
494 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-container-37-18.noarch.rpm",
495 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-container-37-18.noarch.rpm",
496 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-container-37-18.noarch.rpm",
497 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-container-37-18.noarch.rpm",
498 ],
499 )
500 rpm(
501 name = "fedora-release-identity-container-0__37-18.x86_64",
502 sha256 = "3d582c2532c10619f01adac5a9eab9ef8b77c1c879f34d85144d328f3d1e91c9",
503 urls = [
504 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-identity-container-37-18.noarch.rpm",
505 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-identity-container-37-18.noarch.rpm",
506 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-identity-container-37-18.noarch.rpm",
507 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-identity-container-37-18.noarch.rpm",
508 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-release-identity-container-37-18.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100509 ],
510 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200511
Leopold7fbf1042023-01-06 19:57:37 +0100512 rpm(
Leopold68961c32023-02-01 13:53:08 +0100513 name = "fedora-repos-0__37-2.x86_64",
514 sha256 = "f43a00322ae512135f695e9378eadcb3f8a8314bd4e290ea40c7c576621297f6",
Leopold7fbf1042023-01-06 19:57:37 +0100515 urls = [
Leopold68961c32023-02-01 13:53:08 +0100516 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-repos-37-2.noarch.rpm",
517 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-repos-37-2.noarch.rpm",
518 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-repos-37-2.noarch.rpm",
519 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-repos-37-2.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200520 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/f/fedora-repos-37-2.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100521 ],
522 )
Leopold7fbf1042023-01-06 19:57:37 +0100523 rpm(
524 name = "file-0__5.42-4.fc37.x86_64",
525 sha256 = "c84d46c1df7de7f3574733ca5cacca81619fcc296bf566b218dc116929bbbc4a",
526 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100527 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/file-5.42-4.fc37.x86_64.rpm",
528 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/file-5.42-4.fc37.x86_64.rpm",
529 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/file-5.42-4.fc37.x86_64.rpm",
530 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/file-5.42-4.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200531 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/file-5.42-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100532 ],
533 )
Leopold7fbf1042023-01-06 19:57:37 +0100534 rpm(
535 name = "file-libs-0__5.42-4.fc37.x86_64",
536 sha256 = "d5923edd7fd2e5f5cd8aeb08b291b160ea06d9bc8221ffd146111ff6a9982950",
537 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100538 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/file-libs-5.42-4.fc37.x86_64.rpm",
539 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/file-libs-5.42-4.fc37.x86_64.rpm",
540 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/file-libs-5.42-4.fc37.x86_64.rpm",
541 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/file-libs-5.42-4.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200542 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/file-libs-5.42-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100543 ],
544 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200545
Leopold7fbf1042023-01-06 19:57:37 +0100546 rpm(
547 name = "filesystem-0__3.18-2.fc37.x86_64",
548 sha256 = "1c28f722e7f3e48dba7ebf4f763ebebc6688b9e0fd58b55ba4fcd884c8180ef4",
549 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100550 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/filesystem-3.18-2.fc37.x86_64.rpm",
551 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/filesystem-3.18-2.fc37.x86_64.rpm",
552 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/filesystem-3.18-2.fc37.x86_64.rpm",
553 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/filesystem-3.18-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200554 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/filesystem-3.18-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100555 ],
556 )
Leopold7fbf1042023-01-06 19:57:37 +0100557 rpm(
558 name = "findutils-1__4.9.0-2.fc37.x86_64",
559 sha256 = "25cd555f1a70138b3e81ede1cd375cb620e7a3de05680c9ebaa764f1261d0ce3",
560 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100561 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/findutils-4.9.0-2.fc37.x86_64.rpm",
562 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/findutils-4.9.0-2.fc37.x86_64.rpm",
563 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/findutils-4.9.0-2.fc37.x86_64.rpm",
564 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/findutils-4.9.0-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200565 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/findutils-4.9.0-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100566 ],
567 )
Leopold7fbf1042023-01-06 19:57:37 +0100568 rpm(
569 name = "flex-0__2.6.4-11.fc37.x86_64",
570 sha256 = "7d163eb50d9166fc24c0cc3dacd43ce59b6c524ad58b600eec152b0e604e52c8",
571 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100572 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/flex-2.6.4-11.fc37.x86_64.rpm",
573 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/flex-2.6.4-11.fc37.x86_64.rpm",
574 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/flex-2.6.4-11.fc37.x86_64.rpm",
575 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/flex-2.6.4-11.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200576 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/flex-2.6.4-11.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100577 ],
578 )
Leopold7fbf1042023-01-06 19:57:37 +0100579 rpm(
580 name = "fonts-srpm-macros-1__2.0.5-9.fc37.x86_64",
581 sha256 = "c2eb9a3d0f01a6b5f21fbfd5f84d5185379925bb9e7df2d66220c16288efd83c",
582 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100583 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fonts-srpm-macros-2.0.5-9.fc37.noarch.rpm",
584 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fonts-srpm-macros-2.0.5-9.fc37.noarch.rpm",
585 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fonts-srpm-macros-2.0.5-9.fc37.noarch.rpm",
586 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fonts-srpm-macros-2.0.5-9.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200587 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fonts-srpm-macros-2.0.5-9.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100588 ],
589 )
Leopold7fbf1042023-01-06 19:57:37 +0100590 rpm(
591 name = "fpc-srpm-macros-0__1.3-6.fc37.x86_64",
592 sha256 = "712529a76c473868f64cebf808ec69565fb3edabb440f2e96e2cde83fb79821a",
593 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100594 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fpc-srpm-macros-1.3-6.fc37.noarch.rpm",
595 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fpc-srpm-macros-1.3-6.fc37.noarch.rpm",
596 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fpc-srpm-macros-1.3-6.fc37.noarch.rpm",
597 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fpc-srpm-macros-1.3-6.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200598 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fpc-srpm-macros-1.3-6.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100599 ],
600 )
Leopold7fbf1042023-01-06 19:57:37 +0100601 rpm(
602 name = "fuse3-libs-0__3.10.5-5.fc37.x86_64",
603 sha256 = "559626f87751e9b10db9237e0bf05589081f69a5436ee88344352cbb5c4ef7cf",
604 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100605 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fuse3-libs-3.10.5-5.fc37.x86_64.rpm",
606 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fuse3-libs-3.10.5-5.fc37.x86_64.rpm",
607 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fuse3-libs-3.10.5-5.fc37.x86_64.rpm",
608 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fuse3-libs-3.10.5-5.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200609 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/f/fuse3-libs-3.10.5-5.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100610 ],
611 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200612
Leopold7fbf1042023-01-06 19:57:37 +0100613 rpm(
614 name = "gawk-0__5.1.1-4.fc37.x86_64",
615 sha256 = "6caea2f79e9fadf96e6cd55eac3f8625137b12f6a2ca75fb5e36b453dfe54edd",
616 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100617 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gawk-5.1.1-4.fc37.x86_64.rpm",
618 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gawk-5.1.1-4.fc37.x86_64.rpm",
619 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gawk-5.1.1-4.fc37.x86_64.rpm",
620 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gawk-5.1.1-4.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200621 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gawk-5.1.1-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100622 ],
623 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200624
Leopold7fbf1042023-01-06 19:57:37 +0100625 rpm(
626 name = "gc-0__8.0.6-4.fc37.x86_64",
627 sha256 = "2dc8d164a0180af6981c5b4f27c97188f4ba9b1ba31920fe17eab0b646273152",
628 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100629 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gc-8.0.6-4.fc37.x86_64.rpm",
630 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gc-8.0.6-4.fc37.x86_64.rpm",
631 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gc-8.0.6-4.fc37.x86_64.rpm",
632 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gc-8.0.6-4.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200633 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gc-8.0.6-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100634 ],
635 )
Leopold7fbf1042023-01-06 19:57:37 +0100636 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200637 name = "gcc-0__12.3.1-1.fc37.x86_64",
638 sha256 = "c6c5669d75ff4994f810a6750df55936e4a298ae00a5c0272c341297d5887c90",
Leopold7fbf1042023-01-06 19:57:37 +0100639 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200640 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/gcc-12.3.1-1.fc37.x86_64.rpm",
641 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/gcc-12.3.1-1.fc37.x86_64.rpm",
642 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/g/gcc-12.3.1-1.fc37.x86_64.rpm",
643 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/g/gcc-12.3.1-1.fc37.x86_64.rpm",
644 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/g/gcc-12.3.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100645 ],
646 )
Leopold7fbf1042023-01-06 19:57:37 +0100647 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200648 name = "gcc-c__plus____plus__-0__12.3.1-1.fc37.x86_64",
649 sha256 = "426d546e0c346f6803d3f45056c8aa264e2fbb1b62eeb9f95bf1166706a12e96",
Leopold7fbf1042023-01-06 19:57:37 +0100650 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200651 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/gcc-c++-12.3.1-1.fc37.x86_64.rpm",
652 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/gcc-c++-12.3.1-1.fc37.x86_64.rpm",
653 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/g/gcc-c++-12.3.1-1.fc37.x86_64.rpm",
654 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/g/gcc-c++-12.3.1-1.fc37.x86_64.rpm",
655 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/g/gcc-c++-12.3.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100656 ],
657 )
Leopold7fbf1042023-01-06 19:57:37 +0100658 rpm(
659 name = "gdbm-libs-1__1.23-2.fc37.x86_64",
660 sha256 = "32ab362365afcf96144ba3e65c461cf6f8d495651d0c99fb4eeb970fc2b838e5",
661 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100662 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gdbm-libs-1.23-2.fc37.x86_64.rpm",
663 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gdbm-libs-1.23-2.fc37.x86_64.rpm",
664 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gdbm-libs-1.23-2.fc37.x86_64.rpm",
665 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gdbm-libs-1.23-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200666 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gdbm-libs-1.23-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100667 ],
668 )
Leopold7fbf1042023-01-06 19:57:37 +0100669 rpm(
Leopolda01b4ee2023-02-13 12:49:50 +0100670 name = "ghc-srpm-macros-0__1.6.1-1.fc37.x86_64",
671 sha256 = "de2385311dcb51dd1d1fc9162ee04efbbbe3add24f8736a929f6834b3fc119b6",
Leopold7fbf1042023-01-06 19:57:37 +0100672 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100673 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/ghc-srpm-macros-1.6.1-1.fc37.noarch.rpm",
674 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/ghc-srpm-macros-1.6.1-1.fc37.noarch.rpm",
675 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/g/ghc-srpm-macros-1.6.1-1.fc37.noarch.rpm",
676 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/g/ghc-srpm-macros-1.6.1-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200677 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/g/ghc-srpm-macros-1.6.1-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100678 ],
679 )
Leopold7fbf1042023-01-06 19:57:37 +0100680 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200681 name = "glib2-0__2.74.7-2.fc37.x86_64",
682 sha256 = "5aa73e300b5191bf90a88f6bffcf03df299e37e0dab90b7311d6cae6ffd5395b",
Leopold7fbf1042023-01-06 19:57:37 +0100683 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200684 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/glib2-2.74.7-2.fc37.x86_64.rpm",
685 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/glib2-2.74.7-2.fc37.x86_64.rpm",
686 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/g/glib2-2.74.7-2.fc37.x86_64.rpm",
687 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/g/glib2-2.74.7-2.fc37.x86_64.rpm",
688 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/g/glib2-2.74.7-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100689 ],
690 )
Leopold7fbf1042023-01-06 19:57:37 +0100691 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +0000692 name = "glibc-0__2.36-18.fc37.x86_64",
693 sha256 = "1d0b9c31ac9cf7412b2e3ec09c21e778c7ed2c2095353e965060578f4eb167a6",
Leopold7fbf1042023-01-06 19:57:37 +0100694 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +0000695 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-2.36-18.fc37.x86_64.rpm",
696 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-2.36-18.fc37.x86_64.rpm",
697 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-2.36-18.fc37.x86_64.rpm",
698 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-2.36-18.fc37.x86_64.rpm",
699 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-2.36-18.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100700 ],
701 )
Leopold7fbf1042023-01-06 19:57:37 +0100702 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +0000703 name = "glibc-common-0__2.36-18.fc37.x86_64",
704 sha256 = "b56dd0d07d751e765ce8c801dd07a91ea53b9719330aa0736d734f3060d51341",
Leopold7fbf1042023-01-06 19:57:37 +0100705 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +0000706 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-common-2.36-18.fc37.x86_64.rpm",
707 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-common-2.36-18.fc37.x86_64.rpm",
708 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-common-2.36-18.fc37.x86_64.rpm",
709 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-common-2.36-18.fc37.x86_64.rpm",
710 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-common-2.36-18.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100711 ],
712 )
Leopold7fbf1042023-01-06 19:57:37 +0100713 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +0000714 name = "glibc-devel-0__2.36-18.fc37.x86_64",
715 sha256 = "9741c724bd685050f4d22fc248c52c33e7d1d90251bf0a51ee5a166228fed1ce",
Leopold7fbf1042023-01-06 19:57:37 +0100716 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +0000717 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-devel-2.36-18.fc37.x86_64.rpm",
718 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-devel-2.36-18.fc37.x86_64.rpm",
719 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-devel-2.36-18.fc37.x86_64.rpm",
720 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-devel-2.36-18.fc37.x86_64.rpm",
721 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-devel-2.36-18.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100722 ],
723 )
Leopold7fbf1042023-01-06 19:57:37 +0100724 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +0000725 name = "glibc-headers-x86-0__2.36-18.fc37.x86_64",
726 sha256 = "f1287fbc5b4881a99bb7cac9ee1911a7bc5bd0154fb8ce132c038a9976904eb7",
Leopold7fbf1042023-01-06 19:57:37 +0100727 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +0000728 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-headers-x86-2.36-18.fc37.noarch.rpm",
729 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-headers-x86-2.36-18.fc37.noarch.rpm",
730 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-headers-x86-2.36-18.fc37.noarch.rpm",
731 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-headers-x86-2.36-18.fc37.noarch.rpm",
732 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-headers-x86-2.36-18.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100733 ],
734 )
Leopold7fbf1042023-01-06 19:57:37 +0100735 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +0000736 name = "glibc-langpack-en-0__2.36-18.fc37.x86_64",
737 sha256 = "e13133a615810a06d342fc7f76812f4f4a81415c0ff5c116b05f36373110e17f",
Leopold7fbf1042023-01-06 19:57:37 +0100738 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +0000739 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-langpack-en-2.36-18.fc37.x86_64.rpm",
740 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-langpack-en-2.36-18.fc37.x86_64.rpm",
741 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-langpack-en-2.36-18.fc37.x86_64.rpm",
742 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-langpack-en-2.36-18.fc37.x86_64.rpm",
743 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-langpack-en-2.36-18.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100744 ],
745 )
Leopold7fbf1042023-01-06 19:57:37 +0100746 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +0000747 name = "glibc-static-0__2.36-18.fc37.x86_64",
748 sha256 = "c3f9c2d2cebd2e910f6c253ba080ed972e0b70feee39ae123c910e1b2cd422d8",
Leopold7fbf1042023-01-06 19:57:37 +0100749 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +0000750 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-static-2.36-18.fc37.x86_64.rpm",
751 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-static-2.36-18.fc37.x86_64.rpm",
752 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-static-2.36-18.fc37.x86_64.rpm",
753 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-static-2.36-18.fc37.x86_64.rpm",
754 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/g/glibc-static-2.36-18.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100755 ],
756 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200757
Leopold7fbf1042023-01-06 19:57:37 +0100758 rpm(
759 name = "gmp-1__6.2.1-3.fc37.x86_64",
760 sha256 = "42c8a66f1efcdffaf611e70395e16311f6c56ef795ee2a43c2a48c55eef77734",
761 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100762 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gmp-6.2.1-3.fc37.x86_64.rpm",
763 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gmp-6.2.1-3.fc37.x86_64.rpm",
764 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gmp-6.2.1-3.fc37.x86_64.rpm",
765 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gmp-6.2.1-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200766 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gmp-6.2.1-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100767 ],
768 )
Leopold7fbf1042023-01-06 19:57:37 +0100769 rpm(
Leopold7eeec652023-01-20 21:16:08 +0100770 name = "gnat-srpm-macros-0__5-1.fc37.x86_64",
771 sha256 = "7edbc89f82f45b35291f2abf3583b5a62298b53b6caf4f97de9ebd02d3af4729",
Leopold7fbf1042023-01-06 19:57:37 +0100772 urls = [
Leopold7eeec652023-01-20 21:16:08 +0100773 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnat-srpm-macros-5-1.fc37.noarch.rpm",
774 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnat-srpm-macros-5-1.fc37.noarch.rpm",
775 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnat-srpm-macros-5-1.fc37.noarch.rpm",
776 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnat-srpm-macros-5-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200777 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnat-srpm-macros-5-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100778 ],
779 )
Leopold7fbf1042023-01-06 19:57:37 +0100780 rpm(
781 name = "gnupg2-0__2.3.8-1.fc37.x86_64",
782 sha256 = "87230a42e847ee21330d2bff385ed78031c20aa6c74463350b32e3b28122e331",
783 urls = [
Leopold7fbf1042023-01-06 19:57:37 +0100784 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnupg2-2.3.8-1.fc37.x86_64.rpm",
785 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnupg2-2.3.8-1.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +0100786 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnupg2-2.3.8-1.fc37.x86_64.rpm",
787 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnupg2-2.3.8-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200788 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnupg2-2.3.8-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100789 ],
790 )
Leopold7fbf1042023-01-06 19:57:37 +0100791 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200792 name = "gnutls-0__3.8.1-1.fc37.x86_64",
793 sha256 = "43e3ce719dcae9ab7dbbfd1a8299f4b80d27ee86e64573794e39bf4469ca40de",
Leopold7fbf1042023-01-06 19:57:37 +0100794 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200795 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnutls-3.8.1-1.fc37.x86_64.rpm",
796 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnutls-3.8.1-1.fc37.x86_64.rpm",
797 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnutls-3.8.1-1.fc37.x86_64.rpm",
798 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnutls-3.8.1-1.fc37.x86_64.rpm",
799 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/g/gnutls-3.8.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100800 ],
801 )
Leopold7fbf1042023-01-06 19:57:37 +0100802 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +0000803 name = "go-srpm-macros-0__3.3.1-1.fc37.x86_64",
804 sha256 = "a1e2e28ef6c6cad322883658c218aafe6a8784b0183e75b17f0b33469cfc28f5",
Leopold7fbf1042023-01-06 19:57:37 +0100805 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +0000806 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/go-srpm-macros-3.3.1-1.fc37.noarch.rpm",
807 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/g/go-srpm-macros-3.3.1-1.fc37.noarch.rpm",
808 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/g/go-srpm-macros-3.3.1-1.fc37.noarch.rpm",
809 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/g/go-srpm-macros-3.3.1-1.fc37.noarch.rpm",
810 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/g/go-srpm-macros-3.3.1-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100811 ],
812 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200813
Leopold7fbf1042023-01-06 19:57:37 +0100814 rpm(
815 name = "grep-0__3.7-4.fc37.x86_64",
816 sha256 = "d997786e71f2c7b4a9ed1323b8684ec1802e49a866fb0c1b69101531440cb464",
817 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100818 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/grep-3.7-4.fc37.x86_64.rpm",
819 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/grep-3.7-4.fc37.x86_64.rpm",
820 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/grep-3.7-4.fc37.x86_64.rpm",
821 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/grep-3.7-4.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200822 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/grep-3.7-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100823 ],
824 )
Leopold7fbf1042023-01-06 19:57:37 +0100825 rpm(
826 name = "groff-base-0__1.22.4-10.fc37.x86_64",
827 sha256 = "b5b4e759d1c56188fb777926de0d17498c25d3234d2635ce5a8e7b000bfaf7f3",
828 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100829 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/groff-base-1.22.4-10.fc37.x86_64.rpm",
830 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/groff-base-1.22.4-10.fc37.x86_64.rpm",
831 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/groff-base-1.22.4-10.fc37.x86_64.rpm",
832 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/groff-base-1.22.4-10.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200833 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/groff-base-1.22.4-10.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100834 ],
835 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200836
Leopold7fbf1042023-01-06 19:57:37 +0100837 rpm(
838 name = "guile22-0__2.2.7-6.fc37.x86_64",
839 sha256 = "03227ea6ccc2d0dc553d4ed4b66b3fcd0b8f626d0a81cfe965b5ef39c26de059",
840 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100841 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/guile22-2.2.7-6.fc37.x86_64.rpm",
842 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/guile22-2.2.7-6.fc37.x86_64.rpm",
843 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/guile22-2.2.7-6.fc37.x86_64.rpm",
844 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/guile22-2.2.7-6.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200845 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/guile22-2.2.7-6.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100846 ],
847 )
Leopold7fbf1042023-01-06 19:57:37 +0100848 rpm(
849 name = "gzip-0__1.12-2.fc37.x86_64",
850 sha256 = "3ef9e1b938dd19c5268004e370d90f8a8ae0dbc664715457a371ce900ee7736c",
851 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100852 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gzip-1.12-2.fc37.x86_64.rpm",
853 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gzip-1.12-2.fc37.x86_64.rpm",
854 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gzip-1.12-2.fc37.x86_64.rpm",
855 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gzip-1.12-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200856 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/g/gzip-1.12-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100857 ],
858 )
Leopold7fbf1042023-01-06 19:57:37 +0100859 rpm(
860 name = "ipxe-roms-qemu-0__20220210-2.git64113751.fc37.x86_64",
861 sha256 = "541c4cdbb73deecd93b68ef8a5dc50b8bc32ccd0c9f9480c2a35f318dda38f2e",
862 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100863 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/i/ipxe-roms-qemu-20220210-2.git64113751.fc37.noarch.rpm",
864 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/i/ipxe-roms-qemu-20220210-2.git64113751.fc37.noarch.rpm",
865 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/i/ipxe-roms-qemu-20220210-2.git64113751.fc37.noarch.rpm",
866 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/i/ipxe-roms-qemu-20220210-2.git64113751.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200867 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/i/ipxe-roms-qemu-20220210-2.git64113751.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100868 ],
869 )
Serge Bazanski8111b902024-06-04 14:33:40 +0000870
Leopold7fbf1042023-01-06 19:57:37 +0100871 rpm(
Leopold Schabelc0f72dc2023-10-19 16:54:38 +0200872 name = "kernel-headers-0__6.5.4-100.fc37.x86_64",
873 sha256 = "97bc098d779955036f6fa3da9f0fe0370cfea2e160ced91f2b1fac837e078877",
Leopold7fbf1042023-01-06 19:57:37 +0100874 urls = [
Leopold Schabelc0f72dc2023-10-19 16:54:38 +0200875 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/k/kernel-headers-6.5.4-100.fc37.x86_64.rpm",
876 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/k/kernel-headers-6.5.4-100.fc37.x86_64.rpm",
877 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/k/kernel-headers-6.5.4-100.fc37.x86_64.rpm",
878 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/k/kernel-headers-6.5.4-100.fc37.x86_64.rpm",
879 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/k/kernel-headers-6.5.4-100.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100880 ],
881 )
Leopold Schabelc0f72dc2023-10-19 16:54:38 +0200882
Leopold7fbf1042023-01-06 19:57:37 +0100883 rpm(
884 name = "kernel-srpm-macros-0__1.0-15.fc37.x86_64",
885 sha256 = "54b2d7f1670ee1c3a6786351b5b2b992715ffd298f8b63cc2f93b3fb8ec1f437",
886 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100887 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/kernel-srpm-macros-1.0-15.fc37.noarch.rpm",
888 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/kernel-srpm-macros-1.0-15.fc37.noarch.rpm",
889 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/kernel-srpm-macros-1.0-15.fc37.noarch.rpm",
890 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/kernel-srpm-macros-1.0-15.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200891 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/kernel-srpm-macros-1.0-15.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100892 ],
893 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200894
Leopold7fbf1042023-01-06 19:57:37 +0100895 rpm(
896 name = "keyutils-libs-0__1.6.1-5.fc37.x86_64",
897 sha256 = "e3fd19c3020e55d80b8a24edb68506d2adbb07b2db29eecbde91facae1cca59d",
898 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100899 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/keyutils-libs-1.6.1-5.fc37.x86_64.rpm",
900 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/keyutils-libs-1.6.1-5.fc37.x86_64.rpm",
901 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/keyutils-libs-1.6.1-5.fc37.x86_64.rpm",
902 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/keyutils-libs-1.6.1-5.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200903 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/keyutils-libs-1.6.1-5.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100904 ],
905 )
Leopold7fbf1042023-01-06 19:57:37 +0100906 rpm(
907 name = "kmod-libs-0__30-2.fc37.x86_64",
908 sha256 = "73a1a0f041819c1d50501a699945f0121a3b6e1f54df40cd0bf8f94b1b261ef5",
909 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100910 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/kmod-libs-30-2.fc37.x86_64.rpm",
911 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/kmod-libs-30-2.fc37.x86_64.rpm",
912 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/kmod-libs-30-2.fc37.x86_64.rpm",
913 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/kmod-libs-30-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200914 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/k/kmod-libs-30-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100915 ],
916 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200917
Leopold7fbf1042023-01-06 19:57:37 +0100918 rpm(
919 name = "krb5-libs-0__1.19.2-13.fc37.x86_64",
920 sha256 = "5f2ffaa4084cb8918d3990ef352dbfdd9ac28d30c2ed2693c1011641199bb369",
921 urls = [
Leopold7fbf1042023-01-06 19:57:37 +0100922 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/k/krb5-libs-1.19.2-13.fc37.x86_64.rpm",
923 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/k/krb5-libs-1.19.2-13.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +0100924 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/k/krb5-libs-1.19.2-13.fc37.x86_64.rpm",
925 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/k/krb5-libs-1.19.2-13.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200926 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/k/krb5-libs-1.19.2-13.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100927 ],
928 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200929
Leopold7fbf1042023-01-06 19:57:37 +0100930 rpm(
931 name = "libacl-0__2.3.1-4.fc37.x86_64",
932 sha256 = "15224cb92199b8011fe47dc12e0bbcdbee0c93e0f29553b3b07ae41768b48ce3",
933 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100934 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libacl-2.3.1-4.fc37.x86_64.rpm",
935 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libacl-2.3.1-4.fc37.x86_64.rpm",
936 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libacl-2.3.1-4.fc37.x86_64.rpm",
937 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libacl-2.3.1-4.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200938 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libacl-2.3.1-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100939 ],
940 )
Leopold7fbf1042023-01-06 19:57:37 +0100941 rpm(
942 name = "libaio-0__0.3.111-14.fc37.x86_64",
943 sha256 = "d4c8bb3a8bb0c529f49ee7fe6c2100674de6b54837aa29bf0a12e08f08575fdd",
944 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100945 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libaio-0.3.111-14.fc37.x86_64.rpm",
946 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libaio-0.3.111-14.fc37.x86_64.rpm",
947 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libaio-0.3.111-14.fc37.x86_64.rpm",
948 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libaio-0.3.111-14.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200949 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libaio-0.3.111-14.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100950 ],
951 )
Leopold7fbf1042023-01-06 19:57:37 +0100952 rpm(
953 name = "libarchive-0__3.6.1-3.fc37.x86_64",
954 sha256 = "a21c75bf1af2f299b06879592d9eb89a20168d3c5306365438e6403e1d1064ce",
955 urls = [
Leopold7fbf1042023-01-06 19:57:37 +0100956 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libarchive-3.6.1-3.fc37.x86_64.rpm",
957 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libarchive-3.6.1-3.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +0100958 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libarchive-3.6.1-3.fc37.x86_64.rpm",
959 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libarchive-3.6.1-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200960 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libarchive-3.6.1-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100961 ],
962 )
Leopold7fbf1042023-01-06 19:57:37 +0100963 rpm(
964 name = "libassuan-0__2.5.5-5.fc37.x86_64",
965 sha256 = "337900b23fc2550547c243e11b7a65284c53c844a3882e0b67e2fbb93f8bf1db",
966 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100967 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libassuan-2.5.5-5.fc37.x86_64.rpm",
968 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libassuan-2.5.5-5.fc37.x86_64.rpm",
969 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libassuan-2.5.5-5.fc37.x86_64.rpm",
970 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libassuan-2.5.5-5.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200971 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libassuan-2.5.5-5.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100972 ],
973 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +0200974
Leopold7fbf1042023-01-06 19:57:37 +0100975 rpm(
976 name = "libattr-0__2.5.1-5.fc37.x86_64",
977 sha256 = "3a423be562953538eaa0d1e78ef35890396cdf1ad89561c619aa72d3a59bfb82",
978 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100979 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libattr-2.5.1-5.fc37.x86_64.rpm",
980 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libattr-2.5.1-5.fc37.x86_64.rpm",
981 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libattr-2.5.1-5.fc37.x86_64.rpm",
982 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libattr-2.5.1-5.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200983 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libattr-2.5.1-5.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100984 ],
985 )
Leopold7fbf1042023-01-06 19:57:37 +0100986 rpm(
987 name = "libb2-0__0.98.1-7.fc37.x86_64",
988 sha256 = "da6c0a039fb7e2ce0b324c758757c6482c2683f2ff7bd7f9b06cd625d0fae17a",
989 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +0100990 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libb2-0.98.1-7.fc37.x86_64.rpm",
991 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libb2-0.98.1-7.fc37.x86_64.rpm",
992 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libb2-0.98.1-7.fc37.x86_64.rpm",
993 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libb2-0.98.1-7.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +0200994 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libb2-0.98.1-7.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +0100995 ],
996 )
Leopold7fbf1042023-01-06 19:57:37 +0100997 rpm(
998 name = "libblkid-0__2.38.1-1.fc37.x86_64",
999 sha256 = "b0388d1a529bf6b54ca648e91529b1e7790e6aaa42e0ac2b7be6640e4f24a21d",
1000 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001001 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libblkid-2.38.1-1.fc37.x86_64.rpm",
1002 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libblkid-2.38.1-1.fc37.x86_64.rpm",
1003 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libblkid-2.38.1-1.fc37.x86_64.rpm",
1004 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libblkid-2.38.1-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001005 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libblkid-2.38.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001006 ],
1007 )
Leopold7fbf1042023-01-06 19:57:37 +01001008 rpm(
1009 name = "libbpf-2__0.8.0-2.fc37.x86_64",
1010 sha256 = "3722422d69b3fcfc2d1b0e263051aa94c3fed6b89a709b1f1b4ff6627e114c0a",
1011 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001012 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libbpf-0.8.0-2.fc37.x86_64.rpm",
1013 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libbpf-0.8.0-2.fc37.x86_64.rpm",
1014 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libbpf-0.8.0-2.fc37.x86_64.rpm",
1015 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libbpf-0.8.0-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001016 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libbpf-0.8.0-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001017 ],
1018 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001019
Leopold7fbf1042023-01-06 19:57:37 +01001020 rpm(
1021 name = "libcap-0__2.48-5.fc37.x86_64",
1022 sha256 = "aa22373907b6ff9fa3d2f7d9e33a9bdefc9ac50486f2dac5251ac4e206a8a61d",
1023 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001024 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcap-2.48-5.fc37.x86_64.rpm",
1025 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcap-2.48-5.fc37.x86_64.rpm",
1026 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcap-2.48-5.fc37.x86_64.rpm",
1027 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcap-2.48-5.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001028 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcap-2.48-5.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001029 ],
1030 )
Leopold7fbf1042023-01-06 19:57:37 +01001031 rpm(
1032 name = "libcap-ng-0__0.8.3-3.fc37.x86_64",
1033 sha256 = "bcca8a17ae16f9f1c8664f9f54e8f2178f028821f6802ebf33cdcd2d4289bf7f",
1034 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001035 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcap-ng-0.8.3-3.fc37.x86_64.rpm",
1036 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcap-ng-0.8.3-3.fc37.x86_64.rpm",
1037 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcap-ng-0.8.3-3.fc37.x86_64.rpm",
1038 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcap-ng-0.8.3-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001039 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcap-ng-0.8.3-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001040 ],
1041 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001042
Leopold7fbf1042023-01-06 19:57:37 +01001043 rpm(
1044 name = "libcom_err-0__1.46.5-3.fc37.x86_64",
1045 sha256 = "e98643b3299e5a5b9b1e85a0763b567035f1d83164b3b9a4629fd23467667464",
1046 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001047 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcom_err-1.46.5-3.fc37.x86_64.rpm",
1048 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcom_err-1.46.5-3.fc37.x86_64.rpm",
1049 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcom_err-1.46.5-3.fc37.x86_64.rpm",
1050 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcom_err-1.46.5-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001051 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libcom_err-1.46.5-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001052 ],
1053 )
Leopold7fbf1042023-01-06 19:57:37 +01001054 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00001055 name = "libcurl-minimal-0__7.85.0-12.fc37.x86_64",
1056 sha256 = "632b54bd742c529dbef950233b91cc9359d64595dfd25e783e17e14e3c21ab63",
Leopold7fbf1042023-01-06 19:57:37 +01001057 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00001058 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libcurl-minimal-7.85.0-12.fc37.x86_64.rpm",
1059 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libcurl-minimal-7.85.0-12.fc37.x86_64.rpm",
1060 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libcurl-minimal-7.85.0-12.fc37.x86_64.rpm",
1061 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libcurl-minimal-7.85.0-12.fc37.x86_64.rpm",
1062 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libcurl-minimal-7.85.0-12.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001063 ],
1064 )
Leopold Schabelc0f72dc2023-10-19 16:54:38 +02001065
Leopold7fbf1042023-01-06 19:57:37 +01001066 rpm(
1067 name = "libdb-0__5.3.28-53.fc37.x86_64",
1068 sha256 = "e89a4a620d5531f30b895694134a982fa37615b3f61c59a21ede6e64a096c5cd",
1069 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001070 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libdb-5.3.28-53.fc37.x86_64.rpm",
1071 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libdb-5.3.28-53.fc37.x86_64.rpm",
1072 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libdb-5.3.28-53.fc37.x86_64.rpm",
1073 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libdb-5.3.28-53.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001074 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libdb-5.3.28-53.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001075 ],
1076 )
Leopold7fbf1042023-01-06 19:57:37 +01001077 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001078 name = "libeconf-0__0.5.2-1.fc37.x86_64",
1079 sha256 = "f15e6136be79a5c3c4a76977ac0c92c1317804de78193f107ede045c05735182",
Leopold7fbf1042023-01-06 19:57:37 +01001080 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001081 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libeconf-0.5.2-1.fc37.x86_64.rpm",
1082 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libeconf-0.5.2-1.fc37.x86_64.rpm",
1083 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libeconf-0.5.2-1.fc37.x86_64.rpm",
1084 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libeconf-0.5.2-1.fc37.x86_64.rpm",
1085 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libeconf-0.5.2-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001086 ],
1087 )
Leopold7fbf1042023-01-06 19:57:37 +01001088 rpm(
1089 name = "libedit-0__3.1-43.20221009cvs.fc37.x86_64",
1090 sha256 = "7e128e732af0a53585a9cdae8975c423f3079f57ada4374b4d797ef51cae9ce7",
1091 urls = [
Leopold7fbf1042023-01-06 19:57:37 +01001092 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libedit-3.1-43.20221009cvs.fc37.x86_64.rpm",
1093 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libedit-3.1-43.20221009cvs.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +01001094 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libedit-3.1-43.20221009cvs.fc37.x86_64.rpm",
1095 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libedit-3.1-43.20221009cvs.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001096 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libedit-3.1-43.20221009cvs.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001097 ],
1098 )
Leopold7fbf1042023-01-06 19:57:37 +01001099 rpm(
1100 name = "libevent-0__2.1.12-7.fc37.x86_64",
1101 sha256 = "eac9405b6177c4778d772b61ef03a5cd571e2ce6ea337929a1e8a10e80422ba7",
1102 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001103 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libevent-2.1.12-7.fc37.x86_64.rpm",
1104 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libevent-2.1.12-7.fc37.x86_64.rpm",
1105 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libevent-2.1.12-7.fc37.x86_64.rpm",
1106 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libevent-2.1.12-7.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001107 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libevent-2.1.12-7.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001108 ],
1109 )
Leopold7fbf1042023-01-06 19:57:37 +01001110 rpm(
1111 name = "libfdisk-0__2.38.1-1.fc37.x86_64",
1112 sha256 = "7a4bd1f4975a52fc201c9bc978f155dcb97212cb970210525d903b03644a713d",
1113 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001114 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libfdisk-2.38.1-1.fc37.x86_64.rpm",
1115 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libfdisk-2.38.1-1.fc37.x86_64.rpm",
1116 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libfdisk-2.38.1-1.fc37.x86_64.rpm",
1117 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libfdisk-2.38.1-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001118 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libfdisk-2.38.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001119 ],
1120 )
Leopold7fbf1042023-01-06 19:57:37 +01001121 rpm(
1122 name = "libfdt-0__1.6.1-5.fc37.x86_64",
1123 sha256 = "4a7f47d967d7884439590b5b1a9145dc68e15a201f648b57e3b5f38ada09ea9c",
1124 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001125 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libfdt-1.6.1-5.fc37.x86_64.rpm",
1126 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libfdt-1.6.1-5.fc37.x86_64.rpm",
1127 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libfdt-1.6.1-5.fc37.x86_64.rpm",
1128 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libfdt-1.6.1-5.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001129 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libfdt-1.6.1-5.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001130 ],
1131 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001132
Leopold7fbf1042023-01-06 19:57:37 +01001133 rpm(
Leopolda01b4ee2023-02-13 12:49:50 +01001134 name = "libffi-0__3.4.4-1.fc37.x86_64",
1135 sha256 = "66bae5662d9287e769f5d8b7f723d45eb19f2902d912be40bf9e5dd8d5c68067",
Leopold7fbf1042023-01-06 19:57:37 +01001136 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001137 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libffi-3.4.4-1.fc37.x86_64.rpm",
1138 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libffi-3.4.4-1.fc37.x86_64.rpm",
1139 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libffi-3.4.4-1.fc37.x86_64.rpm",
1140 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libffi-3.4.4-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001141 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libffi-3.4.4-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001142 ],
1143 )
Leopold7fbf1042023-01-06 19:57:37 +01001144 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001145 name = "libgcc-0__12.3.1-1.fc37.x86_64",
1146 sha256 = "527ee4ac72cf16db23bc5510ce37ff744be2ea3946f8a2982dd3481e491d2a1a",
Leopold7fbf1042023-01-06 19:57:37 +01001147 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001148 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgcc-12.3.1-1.fc37.x86_64.rpm",
1149 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgcc-12.3.1-1.fc37.x86_64.rpm",
1150 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgcc-12.3.1-1.fc37.x86_64.rpm",
1151 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgcc-12.3.1-1.fc37.x86_64.rpm",
1152 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgcc-12.3.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001153 ],
1154 )
Leopold7fbf1042023-01-06 19:57:37 +01001155 rpm(
1156 name = "libgcrypt-0__1.10.1-4.fc37.x86_64",
1157 sha256 = "ca802ad5d10b2728ba10bf98bb16796585d69ec775f5452b3a43718e07c4667a",
1158 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001159 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libgcrypt-1.10.1-4.fc37.x86_64.rpm",
1160 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libgcrypt-1.10.1-4.fc37.x86_64.rpm",
1161 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libgcrypt-1.10.1-4.fc37.x86_64.rpm",
1162 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libgcrypt-1.10.1-4.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001163 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libgcrypt-1.10.1-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001164 ],
1165 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001166
Leopold7fbf1042023-01-06 19:57:37 +01001167 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001168 name = "libgomp-0__12.3.1-1.fc37.x86_64",
1169 sha256 = "10b0f71a8db70c7a9c456c01cd3154a7ab329ebf99e728994eee1646f32f92d2",
Leopold7fbf1042023-01-06 19:57:37 +01001170 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001171 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgomp-12.3.1-1.fc37.x86_64.rpm",
1172 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgomp-12.3.1-1.fc37.x86_64.rpm",
1173 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgomp-12.3.1-1.fc37.x86_64.rpm",
1174 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgomp-12.3.1-1.fc37.x86_64.rpm",
1175 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgomp-12.3.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001176 ],
1177 )
Leopold7fbf1042023-01-06 19:57:37 +01001178 rpm(
1179 name = "libgpg-error-0__1.46-1.fc37.x86_64",
1180 sha256 = "bfa65a9946b2547110994855d168e4434313ad26280cb935c19bb88d2af283d2",
1181 urls = [
Leopold7fbf1042023-01-06 19:57:37 +01001182 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgpg-error-1.46-1.fc37.x86_64.rpm",
1183 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgpg-error-1.46-1.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +01001184 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgpg-error-1.46-1.fc37.x86_64.rpm",
1185 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgpg-error-1.46-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001186 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libgpg-error-1.46-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001187 ],
1188 )
Leopold7fbf1042023-01-06 19:57:37 +01001189 rpm(
1190 name = "libibverbs-0__41.0-1.fc37.x86_64",
1191 sha256 = "58fc922b01b99cf99809121ca2d3134853a5cc06ec5b8b5f6a0de7eec5c12202",
1192 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001193 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libibverbs-41.0-1.fc37.x86_64.rpm",
1194 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libibverbs-41.0-1.fc37.x86_64.rpm",
1195 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libibverbs-41.0-1.fc37.x86_64.rpm",
1196 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libibverbs-41.0-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001197 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libibverbs-41.0-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001198 ],
1199 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001200
Leopold7fbf1042023-01-06 19:57:37 +01001201 rpm(
1202 name = "libidn2-0__2.3.4-1.fc37.x86_64",
1203 sha256 = "e32e2ab71cfb0bedb84611251987db7acdf665917864be335d0786ea6bbd02b4",
1204 urls = [
Leopold7fbf1042023-01-06 19:57:37 +01001205 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libidn2-2.3.4-1.fc37.x86_64.rpm",
1206 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libidn2-2.3.4-1.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +01001207 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libidn2-2.3.4-1.fc37.x86_64.rpm",
1208 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libidn2-2.3.4-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001209 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libidn2-2.3.4-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001210 ],
1211 )
Leopold7fbf1042023-01-06 19:57:37 +01001212 rpm(
1213 name = "libjpeg-turbo-0__2.1.3-2.fc37.x86_64",
1214 sha256 = "a7934e081a697ca28f8ff83b973b33299c7127cdec8d4102128ab9ea69d172f4",
1215 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001216 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libjpeg-turbo-2.1.3-2.fc37.x86_64.rpm",
1217 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libjpeg-turbo-2.1.3-2.fc37.x86_64.rpm",
1218 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libjpeg-turbo-2.1.3-2.fc37.x86_64.rpm",
1219 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libjpeg-turbo-2.1.3-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001220 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libjpeg-turbo-2.1.3-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001221 ],
1222 )
Leopold7fbf1042023-01-06 19:57:37 +01001223 rpm(
1224 name = "libksba-0__1.6.3-1.fc37.x86_64",
1225 sha256 = "2301ca3ff0df8a51f1a872b1c68bdb7defedd099271ecb2f00ed1ff2fb347574",
1226 urls = [
Leopold7fbf1042023-01-06 19:57:37 +01001227 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libksba-1.6.3-1.fc37.x86_64.rpm",
1228 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libksba-1.6.3-1.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +01001229 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libksba-1.6.3-1.fc37.x86_64.rpm",
1230 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libksba-1.6.3-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001231 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libksba-1.6.3-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001232 ],
1233 )
Leopold7fbf1042023-01-06 19:57:37 +01001234 rpm(
1235 name = "libmount-0__2.38.1-1.fc37.x86_64",
1236 sha256 = "50c304faa94d7959e5cbc0642b3c77539ad000042e6617ea5da4789c8105496f",
1237 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001238 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libmount-2.38.1-1.fc37.x86_64.rpm",
1239 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libmount-2.38.1-1.fc37.x86_64.rpm",
1240 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libmount-2.38.1-1.fc37.x86_64.rpm",
1241 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libmount-2.38.1-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001242 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libmount-2.38.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001243 ],
1244 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001245
Leopold7fbf1042023-01-06 19:57:37 +01001246 rpm(
1247 name = "libmpc-0__1.2.1-5.fc37.x86_64",
1248 sha256 = "4f4a872b3d3e322e05ec3cd3e52f4d5cb06604126fd5400757b60aca55913d20",
1249 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001250 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libmpc-1.2.1-5.fc37.x86_64.rpm",
1251 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libmpc-1.2.1-5.fc37.x86_64.rpm",
1252 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libmpc-1.2.1-5.fc37.x86_64.rpm",
1253 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libmpc-1.2.1-5.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001254 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libmpc-1.2.1-5.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001255 ],
1256 )
Leopold7fbf1042023-01-06 19:57:37 +01001257 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00001258 name = "libnghttp2-0__1.51.0-2.fc37.x86_64",
1259 sha256 = "838afe759e053b20da799cd9b94975bc05e260c871a90350a009c73e7b8747be",
Leopold7fbf1042023-01-06 19:57:37 +01001260 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00001261 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libnghttp2-1.51.0-2.fc37.x86_64.rpm",
1262 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libnghttp2-1.51.0-2.fc37.x86_64.rpm",
1263 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libnghttp2-1.51.0-2.fc37.x86_64.rpm",
1264 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libnghttp2-1.51.0-2.fc37.x86_64.rpm",
1265 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libnghttp2-1.51.0-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001266 ],
1267 )
Serge Bazanski8111b902024-06-04 14:33:40 +00001268
Leopold7fbf1042023-01-06 19:57:37 +01001269 rpm(
1270 name = "libnl3-0__3.7.0-2.fc37.x86_64",
1271 sha256 = "4543c991e6f536468d9d47527a201b58b9bc049364a6bdfe15a2f910a02e68f6",
1272 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001273 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libnl3-3.7.0-2.fc37.x86_64.rpm",
1274 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libnl3-3.7.0-2.fc37.x86_64.rpm",
1275 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libnl3-3.7.0-2.fc37.x86_64.rpm",
1276 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libnl3-3.7.0-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001277 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libnl3-3.7.0-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001278 ],
1279 )
Leopold7fbf1042023-01-06 19:57:37 +01001280 rpm(
1281 name = "libnsl2-0__2.0.0-4.fc37.x86_64",
1282 sha256 = "a1e9428515b0df1c2a423ad3c35bcdf93333172fe346169bb3018a882e27be5f",
1283 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001284 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libnsl2-2.0.0-4.fc37.x86_64.rpm",
1285 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libnsl2-2.0.0-4.fc37.x86_64.rpm",
1286 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libnsl2-2.0.0-4.fc37.x86_64.rpm",
1287 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libnsl2-2.0.0-4.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001288 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libnsl2-2.0.0-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001289 ],
1290 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001291
Leopold7fbf1042023-01-06 19:57:37 +01001292 rpm(
1293 name = "libpkgconf-0__1.8.0-3.fc37.x86_64",
1294 sha256 = "ecd52fd3f3065606ba5164249b29c837cbd172643d13a00a1a72fc657b115af7",
1295 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001296 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpkgconf-1.8.0-3.fc37.x86_64.rpm",
1297 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpkgconf-1.8.0-3.fc37.x86_64.rpm",
1298 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpkgconf-1.8.0-3.fc37.x86_64.rpm",
1299 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpkgconf-1.8.0-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001300 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpkgconf-1.8.0-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001301 ],
1302 )
Leopold7fbf1042023-01-06 19:57:37 +01001303 rpm(
1304 name = "libpmem-0__1.12.0-1.fc37.x86_64",
1305 sha256 = "af3c9045089110c849ee3191aa506e16f4a69dc625b77abf09583de237df41df",
1306 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001307 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpmem-1.12.0-1.fc37.x86_64.rpm",
1308 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpmem-1.12.0-1.fc37.x86_64.rpm",
1309 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpmem-1.12.0-1.fc37.x86_64.rpm",
1310 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpmem-1.12.0-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001311 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpmem-1.12.0-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001312 ],
1313 )
Leopold7fbf1042023-01-06 19:57:37 +01001314 rpm(
1315 name = "libpng-2__1.6.37-13.fc37.x86_64",
1316 sha256 = "49a024d34e3c531516562bc51b749dee540db4d34486a95cdd8d85300b7de455",
1317 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001318 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpng-1.6.37-13.fc37.x86_64.rpm",
1319 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpng-1.6.37-13.fc37.x86_64.rpm",
1320 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpng-1.6.37-13.fc37.x86_64.rpm",
1321 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpng-1.6.37-13.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001322 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libpng-1.6.37-13.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001323 ],
1324 )
Leopold7fbf1042023-01-06 19:57:37 +01001325 rpm(
Leopolda01b4ee2023-02-13 12:49:50 +01001326 name = "libpwquality-0__1.4.5-3.fc37.x86_64",
1327 sha256 = "a9019a471496fdada529757331ec004397db7a0c4347531bd639c127bbaf8300",
Leopold7fbf1042023-01-06 19:57:37 +01001328 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001329 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libpwquality-1.4.5-3.fc37.x86_64.rpm",
1330 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libpwquality-1.4.5-3.fc37.x86_64.rpm",
1331 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libpwquality-1.4.5-3.fc37.x86_64.rpm",
1332 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libpwquality-1.4.5-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001333 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libpwquality-1.4.5-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001334 ],
1335 )
Leopold7fbf1042023-01-06 19:57:37 +01001336 rpm(
1337 name = "librdmacm-0__41.0-1.fc37.x86_64",
1338 sha256 = "65edde85818fd605392a74c235e0be8d9bb7032b8bdccd89d3fe34ae2e4a1e7b",
1339 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001340 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/librdmacm-41.0-1.fc37.x86_64.rpm",
1341 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/librdmacm-41.0-1.fc37.x86_64.rpm",
1342 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/librdmacm-41.0-1.fc37.x86_64.rpm",
1343 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/librdmacm-41.0-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001344 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/librdmacm-41.0-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001345 ],
1346 )
Leopold7fbf1042023-01-06 19:57:37 +01001347 rpm(
1348 name = "libseccomp-0__2.5.3-3.fc37.x86_64",
1349 sha256 = "017877a97c8222fc7eca7fab77600a3a1fcdec92f9dd39d8df6e64726909fcbe",
1350 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001351 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libseccomp-2.5.3-3.fc37.x86_64.rpm",
1352 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libseccomp-2.5.3-3.fc37.x86_64.rpm",
1353 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libseccomp-2.5.3-3.fc37.x86_64.rpm",
1354 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libseccomp-2.5.3-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001355 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libseccomp-2.5.3-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001356 ],
1357 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001358
Leopold7fbf1042023-01-06 19:57:37 +01001359 rpm(
Leopolda58047b2023-03-30 14:55:37 +02001360 name = "libselinux-0__3.5-1.fc37.x86_64",
1361 sha256 = "43d73a574c3c0838d213c4d5f038766d41e4eb6930c68b09db53d65c30c2de1d",
Leopold7fbf1042023-01-06 19:57:37 +01001362 urls = [
Leopolda58047b2023-03-30 14:55:37 +02001363 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libselinux-3.5-1.fc37.x86_64.rpm",
1364 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libselinux-3.5-1.fc37.x86_64.rpm",
1365 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libselinux-3.5-1.fc37.x86_64.rpm",
1366 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libselinux-3.5-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001367 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libselinux-3.5-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001368 ],
1369 )
Leopold7fbf1042023-01-06 19:57:37 +01001370 rpm(
Leopolda58047b2023-03-30 14:55:37 +02001371 name = "libselinux-utils-0__3.5-1.fc37.x86_64",
1372 sha256 = "723efbdc421150c13f6a2fe47e3d2587f83a26bfae8561e3361985793762b05d",
Leopold7fbf1042023-01-06 19:57:37 +01001373 urls = [
Leopolda58047b2023-03-30 14:55:37 +02001374 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libselinux-utils-3.5-1.fc37.x86_64.rpm",
1375 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libselinux-utils-3.5-1.fc37.x86_64.rpm",
1376 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libselinux-utils-3.5-1.fc37.x86_64.rpm",
1377 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libselinux-utils-3.5-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001378 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libselinux-utils-3.5-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001379 ],
1380 )
Leopold7fbf1042023-01-06 19:57:37 +01001381 rpm(
Serge Bazanski3fe66152023-04-03 15:14:07 +02001382 name = "libsemanage-0__3.5-2.fc37.x86_64",
1383 sha256 = "39a7db1792d9b17dd8a4339cef7037e32c100dce4dab242207ca86efffc4b61c",
Leopold7fbf1042023-01-06 19:57:37 +01001384 urls = [
Serge Bazanski3fe66152023-04-03 15:14:07 +02001385 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libsemanage-3.5-2.fc37.x86_64.rpm",
1386 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libsemanage-3.5-2.fc37.x86_64.rpm",
1387 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libsemanage-3.5-2.fc37.x86_64.rpm",
1388 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libsemanage-3.5-2.fc37.x86_64.rpm",
1389 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libsemanage-3.5-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001390 ],
1391 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001392
Leopold7fbf1042023-01-06 19:57:37 +01001393 rpm(
Leopolda58047b2023-03-30 14:55:37 +02001394 name = "libsepol-0__3.5-1.fc37.x86_64",
1395 sha256 = "2cdfb41068ac6e211652b3e2ed88c16d606e7374f9f52dfd1248981101501299",
Leopold7fbf1042023-01-06 19:57:37 +01001396 urls = [
Leopolda58047b2023-03-30 14:55:37 +02001397 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libsepol-3.5-1.fc37.x86_64.rpm",
1398 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libsepol-3.5-1.fc37.x86_64.rpm",
1399 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libsepol-3.5-1.fc37.x86_64.rpm",
1400 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libsepol-3.5-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001401 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libsepol-3.5-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001402 ],
1403 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001404
Leopold7fbf1042023-01-06 19:57:37 +01001405 rpm(
1406 name = "libsigsegv-0__2.14-3.fc37.x86_64",
1407 sha256 = "0f038b70d155dae3df4824776c5a135f02c423c688b9486d4f84eb6a16a90494",
1408 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001409 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libsigsegv-2.14-3.fc37.x86_64.rpm",
1410 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libsigsegv-2.14-3.fc37.x86_64.rpm",
1411 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libsigsegv-2.14-3.fc37.x86_64.rpm",
1412 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libsigsegv-2.14-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001413 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libsigsegv-2.14-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001414 ],
1415 )
Leopold7fbf1042023-01-06 19:57:37 +01001416 rpm(
1417 name = "libslirp-0__4.7.0-2.fc37.x86_64",
1418 sha256 = "775c3da0e9e2961262c552292f98dc80f4b05bde52573539148ff4cb51459a51",
1419 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001420 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libslirp-4.7.0-2.fc37.x86_64.rpm",
1421 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libslirp-4.7.0-2.fc37.x86_64.rpm",
1422 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libslirp-4.7.0-2.fc37.x86_64.rpm",
1423 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libslirp-4.7.0-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001424 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libslirp-4.7.0-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001425 ],
1426 )
Leopold7fbf1042023-01-06 19:57:37 +01001427 rpm(
1428 name = "libsmartcols-0__2.38.1-1.fc37.x86_64",
1429 sha256 = "93246c002aefec27bb398aa3397ae555bcc3035b10aebb4937c4bea9268bacf1",
1430 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001431 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libsmartcols-2.38.1-1.fc37.x86_64.rpm",
1432 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libsmartcols-2.38.1-1.fc37.x86_64.rpm",
1433 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libsmartcols-2.38.1-1.fc37.x86_64.rpm",
1434 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libsmartcols-2.38.1-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001435 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libsmartcols-2.38.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001436 ],
1437 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001438
Leopold7fbf1042023-01-06 19:57:37 +01001439 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001440 name = "libstdc__plus____plus__-0__12.3.1-1.fc37.x86_64",
1441 sha256 = "cc99d77eec7b347e6867391d306c1641393ef6470ba6dcf4c087c78ce26443ff",
Leopold7fbf1042023-01-06 19:57:37 +01001442 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001443 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-12.3.1-1.fc37.x86_64.rpm",
1444 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-12.3.1-1.fc37.x86_64.rpm",
1445 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-12.3.1-1.fc37.x86_64.rpm",
1446 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-12.3.1-1.fc37.x86_64.rpm",
1447 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-12.3.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001448 ],
1449 )
Leopold7fbf1042023-01-06 19:57:37 +01001450 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001451 name = "libstdc__plus____plus__-devel-0__12.3.1-1.fc37.x86_64",
1452 sha256 = "331c9d83489e05966b1f6f43899afcbd893599bbe7a28e5c3abb1e6760c212a7",
Leopold7fbf1042023-01-06 19:57:37 +01001453 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001454 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-devel-12.3.1-1.fc37.x86_64.rpm",
1455 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-devel-12.3.1-1.fc37.x86_64.rpm",
1456 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-devel-12.3.1-1.fc37.x86_64.rpm",
1457 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-devel-12.3.1-1.fc37.x86_64.rpm",
1458 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-devel-12.3.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001459 ],
1460 )
Leopold7fbf1042023-01-06 19:57:37 +01001461 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001462 name = "libstdc__plus____plus__-static-0__12.3.1-1.fc37.x86_64",
1463 sha256 = "dcc071288b56427543c7a9eb23bb00155564aee085d51510e6b09e46f8cc7fe2",
Tim Windelschmidt8e7df7b2023-03-30 15:02:35 +02001464 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001465 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-static-12.3.1-1.fc37.x86_64.rpm",
1466 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-static-12.3.1-1.fc37.x86_64.rpm",
1467 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-static-12.3.1-1.fc37.x86_64.rpm",
1468 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-static-12.3.1-1.fc37.x86_64.rpm",
1469 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libstdc++-static-12.3.1-1.fc37.x86_64.rpm",
Tim Windelschmidt8e7df7b2023-03-30 15:02:35 +02001470 ],
1471 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001472
Tim Windelschmidt8e7df7b2023-03-30 15:02:35 +02001473 rpm(
Leopold7fbf1042023-01-06 19:57:37 +01001474 name = "libtasn1-0__4.19.0-1.fc37.x86_64",
1475 sha256 = "35b51a0796af6930b2a8a511df8c51938006cfcfdf74ddfe6482eb9febd87dfa",
1476 urls = [
Leopold7fbf1042023-01-06 19:57:37 +01001477 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libtasn1-4.19.0-1.fc37.x86_64.rpm",
1478 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libtasn1-4.19.0-1.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +01001479 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libtasn1-4.19.0-1.fc37.x86_64.rpm",
1480 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libtasn1-4.19.0-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001481 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libtasn1-4.19.0-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001482 ],
1483 )
Leopold7fbf1042023-01-06 19:57:37 +01001484 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001485 name = "libtirpc-0__1.3.3-1.rc1.fc37.x86_64",
1486 sha256 = "55a12c31a1f8650f0c517411fff30301a8644a8c3a3505667846e5b59a4de5c8",
Leopold7fbf1042023-01-06 19:57:37 +01001487 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001488 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libtirpc-1.3.3-1.rc1.fc37.x86_64.rpm",
1489 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libtirpc-1.3.3-1.rc1.fc37.x86_64.rpm",
1490 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libtirpc-1.3.3-1.rc1.fc37.x86_64.rpm",
1491 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libtirpc-1.3.3-1.rc1.fc37.x86_64.rpm",
1492 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libtirpc-1.3.3-1.rc1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001493 ],
1494 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001495
Leopold7fbf1042023-01-06 19:57:37 +01001496 rpm(
1497 name = "libtool-ltdl-0__2.4.7-2.fc37.x86_64",
1498 sha256 = "73b1b4a028077983bb0643a40ddf34a29731c49b0994b29ac77e3bcc4243bafe",
1499 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001500 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libtool-ltdl-2.4.7-2.fc37.x86_64.rpm",
1501 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libtool-ltdl-2.4.7-2.fc37.x86_64.rpm",
1502 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libtool-ltdl-2.4.7-2.fc37.x86_64.rpm",
1503 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libtool-ltdl-2.4.7-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001504 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libtool-ltdl-2.4.7-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001505 ],
1506 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001507
Leopold7fbf1042023-01-06 19:57:37 +01001508 rpm(
1509 name = "libunistring-0__1.0-2.fc37.x86_64",
1510 sha256 = "acb031577655bba5a41c1fb0ec954bb84e207f9e2d08b2cdb3d4e2b7806b0670",
1511 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001512 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libunistring-1.0-2.fc37.x86_64.rpm",
1513 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libunistring-1.0-2.fc37.x86_64.rpm",
1514 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libunistring-1.0-2.fc37.x86_64.rpm",
1515 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libunistring-1.0-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001516 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libunistring-1.0-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001517 ],
1518 )
Leopold7fbf1042023-01-06 19:57:37 +01001519 rpm(
1520 name = "liburing-0__2.3-1.fc37.x86_64",
1521 sha256 = "b7ace7323804d803c8b8c33fc699b9346924fb80841a701471f29e29abeb255b",
1522 urls = [
Leopold7fbf1042023-01-06 19:57:37 +01001523 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/liburing-2.3-1.fc37.x86_64.rpm",
1524 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/liburing-2.3-1.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +01001525 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/liburing-2.3-1.fc37.x86_64.rpm",
1526 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/liburing-2.3-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001527 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/liburing-2.3-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001528 ],
1529 )
Leopold7fbf1042023-01-06 19:57:37 +01001530 rpm(
1531 name = "libutempter-0__1.2.1-7.fc37.x86_64",
1532 sha256 = "8fc30b0742e939954d6aebd45364dcd1dbb8b9c85e75c799301c3507e22ea56a",
1533 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001534 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libutempter-1.2.1-7.fc37.x86_64.rpm",
1535 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libutempter-1.2.1-7.fc37.x86_64.rpm",
1536 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libutempter-1.2.1-7.fc37.x86_64.rpm",
1537 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libutempter-1.2.1-7.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001538 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libutempter-1.2.1-7.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001539 ],
1540 )
Leopold7fbf1042023-01-06 19:57:37 +01001541 rpm(
1542 name = "libuuid-0__2.38.1-1.fc37.x86_64",
1543 sha256 = "b054577d98aa9615fe459abec31be46b19ad72e0da620d8d251b4449a6db020d",
1544 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001545 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libuuid-2.38.1-1.fc37.x86_64.rpm",
1546 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libuuid-2.38.1-1.fc37.x86_64.rpm",
1547 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libuuid-2.38.1-1.fc37.x86_64.rpm",
1548 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libuuid-2.38.1-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001549 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libuuid-2.38.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001550 ],
1551 )
Leopold7fbf1042023-01-06 19:57:37 +01001552 rpm(
1553 name = "libuuid-devel-0__2.38.1-1.fc37.x86_64",
1554 sha256 = "a42450ad26785144969fd5faab10f6a382d13e3db2e7b130a33e8a3b314d5d3f",
1555 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001556 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libuuid-devel-2.38.1-1.fc37.x86_64.rpm",
1557 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libuuid-devel-2.38.1-1.fc37.x86_64.rpm",
1558 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libuuid-devel-2.38.1-1.fc37.x86_64.rpm",
1559 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libuuid-devel-2.38.1-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001560 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libuuid-devel-2.38.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001561 ],
1562 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001563
Leopold7fbf1042023-01-06 19:57:37 +01001564 rpm(
1565 name = "libverto-0__0.3.2-4.fc37.x86_64",
1566 sha256 = "ca47b52e1ecd8a2ac6eda368d985390816fbb447f43135ec0ba105165997817f",
1567 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001568 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libverto-0.3.2-4.fc37.x86_64.rpm",
1569 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libverto-0.3.2-4.fc37.x86_64.rpm",
1570 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libverto-0.3.2-4.fc37.x86_64.rpm",
1571 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libverto-0.3.2-4.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001572 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/libverto-0.3.2-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001573 ],
1574 )
Leopold7fbf1042023-01-06 19:57:37 +01001575 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001576 name = "libxcrypt-0__4.4.36-1.fc37.x86_64",
1577 sha256 = "eadfd203fc0fdb870af0be9113b077378f79737212b17af222bdb27d4535d14b",
Leopold7fbf1042023-01-06 19:57:37 +01001578 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001579 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-4.4.36-1.fc37.x86_64.rpm",
1580 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-4.4.36-1.fc37.x86_64.rpm",
1581 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-4.4.36-1.fc37.x86_64.rpm",
1582 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-4.4.36-1.fc37.x86_64.rpm",
1583 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-4.4.36-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001584 ],
1585 )
Leopold7fbf1042023-01-06 19:57:37 +01001586 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001587 name = "libxcrypt-devel-0__4.4.36-1.fc37.x86_64",
1588 sha256 = "da63cfcaab4acec68941c7e307db1992d3310319e6e9999cc6f8c97f1509c18c",
Leopold7fbf1042023-01-06 19:57:37 +01001589 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001590 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-devel-4.4.36-1.fc37.x86_64.rpm",
1591 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-devel-4.4.36-1.fc37.x86_64.rpm",
1592 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-devel-4.4.36-1.fc37.x86_64.rpm",
1593 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-devel-4.4.36-1.fc37.x86_64.rpm",
1594 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-devel-4.4.36-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001595 ],
1596 )
Leopold7fbf1042023-01-06 19:57:37 +01001597 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001598 name = "libxcrypt-static-0__4.4.36-1.fc37.x86_64",
1599 sha256 = "ab235b8970405cd9a55af703f1197265dfe6460479e2e458e5cad42136263857",
Leopold7fbf1042023-01-06 19:57:37 +01001600 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001601 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-static-4.4.36-1.fc37.x86_64.rpm",
1602 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-static-4.4.36-1.fc37.x86_64.rpm",
1603 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-static-4.4.36-1.fc37.x86_64.rpm",
1604 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-static-4.4.36-1.fc37.x86_64.rpm",
1605 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxcrypt-static-4.4.36-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001606 ],
1607 )
Leopold7fbf1042023-01-06 19:57:37 +01001608 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001609 name = "libxml2-0__2.10.4-1.fc37.x86_64",
1610 sha256 = "c2997441f2d1e07318a932b8e01d39c69d891c6f931a6f398d9970ac4de3e6c3",
Leopold7fbf1042023-01-06 19:57:37 +01001611 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001612 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxml2-2.10.4-1.fc37.x86_64.rpm",
1613 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxml2-2.10.4-1.fc37.x86_64.rpm",
1614 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxml2-2.10.4-1.fc37.x86_64.rpm",
1615 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxml2-2.10.4-1.fc37.x86_64.rpm",
1616 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libxml2-2.10.4-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001617 ],
1618 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001619
Leopold7fbf1042023-01-06 19:57:37 +01001620 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001621 name = "libzstd-0__1.5.5-1.fc37.x86_64",
1622 sha256 = "58af9287e3afe709e2f898e679168485a713382c155f03ed94204094cfa8dd37",
Leopold7fbf1042023-01-06 19:57:37 +01001623 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001624 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libzstd-1.5.5-1.fc37.x86_64.rpm",
1625 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libzstd-1.5.5-1.fc37.x86_64.rpm",
1626 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libzstd-1.5.5-1.fc37.x86_64.rpm",
1627 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libzstd-1.5.5-1.fc37.x86_64.rpm",
1628 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libzstd-1.5.5-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001629 ],
1630 )
Leopold7fbf1042023-01-06 19:57:37 +01001631 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001632 name = "libzstd-devel-0__1.5.5-1.fc37.x86_64",
1633 sha256 = "64c933d39e2b43502ab0faa9b25bf2b5c07493c5160d58be9493208199a1be12",
Tim Windelschmidte00a89d2023-03-14 13:24:11 +01001634 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001635 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libzstd-devel-1.5.5-1.fc37.x86_64.rpm",
1636 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/libzstd-devel-1.5.5-1.fc37.x86_64.rpm",
1637 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/libzstd-devel-1.5.5-1.fc37.x86_64.rpm",
1638 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/libzstd-devel-1.5.5-1.fc37.x86_64.rpm",
1639 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/libzstd-devel-1.5.5-1.fc37.x86_64.rpm",
Tim Windelschmidte00a89d2023-03-14 13:24:11 +01001640 ],
1641 )
Tim Windelschmidte00a89d2023-03-14 13:24:11 +01001642 rpm(
Leopold7eeec652023-01-20 21:16:08 +01001643 name = "lld-0__15.0.7-1.fc37.x86_64",
1644 sha256 = "df48da95c6b5c23ba9d32456e11a5c396abd7e6ae0e9b8542feb68cc2661dd0e",
Leopold7fbf1042023-01-06 19:57:37 +01001645 urls = [
Leopold7eeec652023-01-20 21:16:08 +01001646 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/lld-15.0.7-1.fc37.x86_64.rpm",
1647 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/lld-15.0.7-1.fc37.x86_64.rpm",
1648 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/lld-15.0.7-1.fc37.x86_64.rpm",
1649 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/lld-15.0.7-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001650 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/lld-15.0.7-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001651 ],
1652 )
Leopold7fbf1042023-01-06 19:57:37 +01001653 rpm(
Leopold7eeec652023-01-20 21:16:08 +01001654 name = "lld-libs-0__15.0.7-1.fc37.x86_64",
1655 sha256 = "263ab7c8b283706c8a422f2e43fe20fd5617fded230c53eabe9d47a887e50017",
Leopold7fbf1042023-01-06 19:57:37 +01001656 urls = [
Leopold7eeec652023-01-20 21:16:08 +01001657 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/lld-libs-15.0.7-1.fc37.x86_64.rpm",
1658 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/lld-libs-15.0.7-1.fc37.x86_64.rpm",
1659 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/lld-libs-15.0.7-1.fc37.x86_64.rpm",
1660 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/lld-libs-15.0.7-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001661 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/lld-libs-15.0.7-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001662 ],
1663 )
Leopold7fbf1042023-01-06 19:57:37 +01001664 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001665 name = "llvm-0__15.0.7-2.fc37.x86_64",
1666 sha256 = "37f989804bc5221653741ec99f2da84c7f84fb7e79f612de16f9f271fa0e5dab",
Leopold7fbf1042023-01-06 19:57:37 +01001667 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001668 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/llvm-15.0.7-2.fc37.x86_64.rpm",
1669 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/llvm-15.0.7-2.fc37.x86_64.rpm",
1670 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/llvm-15.0.7-2.fc37.x86_64.rpm",
1671 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/llvm-15.0.7-2.fc37.x86_64.rpm",
1672 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/llvm-15.0.7-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001673 ],
1674 )
Leopold7fbf1042023-01-06 19:57:37 +01001675 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001676 name = "llvm-libs-0__15.0.7-2.fc37.x86_64",
1677 sha256 = "5bf61243c4372461c44e52301a93ab8ceefc36a02d0c2f8e4ff3193e58a2d96e",
Leopold7fbf1042023-01-06 19:57:37 +01001678 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001679 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/llvm-libs-15.0.7-2.fc37.x86_64.rpm",
1680 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/llvm-libs-15.0.7-2.fc37.x86_64.rpm",
1681 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/llvm-libs-15.0.7-2.fc37.x86_64.rpm",
1682 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/llvm-libs-15.0.7-2.fc37.x86_64.rpm",
1683 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/llvm-libs-15.0.7-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001684 ],
1685 )
Leopold7fbf1042023-01-06 19:57:37 +01001686 rpm(
Serge Bazanski0f1939a2023-02-23 09:36:10 +00001687 name = "lua-libs-0__5.4.4-9.fc37.x86_64",
1688 sha256 = "561ebd5154e2d0d56f6a90283065b27304f81fc57fc881faf485e55d6414fad6",
Leopold7fbf1042023-01-06 19:57:37 +01001689 urls = [
Serge Bazanski0f1939a2023-02-23 09:36:10 +00001690 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/lua-libs-5.4.4-9.fc37.x86_64.rpm",
1691 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/lua-libs-5.4.4-9.fc37.x86_64.rpm",
1692 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/lua-libs-5.4.4-9.fc37.x86_64.rpm",
1693 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/lua-libs-5.4.4-9.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001694 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/lua-libs-5.4.4-9.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001695 ],
1696 )
Leopold7fbf1042023-01-06 19:57:37 +01001697 rpm(
1698 name = "lua-srpm-macros-0__1-7.fc37.x86_64",
1699 sha256 = "550e0e26c2a3fb24381cd14c693592eb565711093d230a9531567897aa857373",
1700 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001701 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/lua-srpm-macros-1-7.fc37.noarch.rpm",
1702 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/lua-srpm-macros-1-7.fc37.noarch.rpm",
1703 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/lua-srpm-macros-1-7.fc37.noarch.rpm",
1704 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/lua-srpm-macros-1-7.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001705 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/lua-srpm-macros-1-7.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001706 ],
1707 )
Leopold7fbf1042023-01-06 19:57:37 +01001708 rpm(
Leopold7eeec652023-01-20 21:16:08 +01001709 name = "lz4-0__1.9.4-1.fc37.x86_64",
1710 sha256 = "21ad776601dc88d368a937a1c4be8d3f6f377a9af29c7b0a82bad3aa9ffa12cd",
Leopold7fbf1042023-01-06 19:57:37 +01001711 urls = [
Leopold7eeec652023-01-20 21:16:08 +01001712 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/lz4-1.9.4-1.fc37.x86_64.rpm",
1713 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/lz4-1.9.4-1.fc37.x86_64.rpm",
1714 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/lz4-1.9.4-1.fc37.x86_64.rpm",
1715 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/lz4-1.9.4-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001716 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/lz4-1.9.4-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001717 ],
1718 )
Leopold7fbf1042023-01-06 19:57:37 +01001719 rpm(
Leopold7eeec652023-01-20 21:16:08 +01001720 name = "lz4-libs-0__1.9.4-1.fc37.x86_64",
1721 sha256 = "f39b8b018fcb2b55477cdbfa4af7c9db9b660c85000a4a42e880b1a951efbe5a",
Leopold7fbf1042023-01-06 19:57:37 +01001722 urls = [
Leopold7eeec652023-01-20 21:16:08 +01001723 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/lz4-libs-1.9.4-1.fc37.x86_64.rpm",
1724 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/l/lz4-libs-1.9.4-1.fc37.x86_64.rpm",
1725 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/l/lz4-libs-1.9.4-1.fc37.x86_64.rpm",
1726 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/l/lz4-libs-1.9.4-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001727 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/l/lz4-libs-1.9.4-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001728 ],
1729 )
Leopold7fbf1042023-01-06 19:57:37 +01001730 rpm(
1731 name = "lzo-0__2.10-7.fc37.x86_64",
1732 sha256 = "fdde3f48dc7d4f5197d79b765c730aedc86632edc5fcbee3b50e876b2cf39e3e",
1733 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001734 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/lzo-2.10-7.fc37.x86_64.rpm",
1735 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/lzo-2.10-7.fc37.x86_64.rpm",
1736 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/lzo-2.10-7.fc37.x86_64.rpm",
1737 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/lzo-2.10-7.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001738 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/l/lzo-2.10-7.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001739 ],
1740 )
Leopold7fbf1042023-01-06 19:57:37 +01001741 rpm(
1742 name = "m4-0__1.4.19-4.fc37.x86_64",
1743 sha256 = "bda2327e5de23e4ab95dd18f164249bd3659f630daa387a650e09516628d5d87",
1744 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001745 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/m4-1.4.19-4.fc37.x86_64.rpm",
1746 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/m4-1.4.19-4.fc37.x86_64.rpm",
1747 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/m4-1.4.19-4.fc37.x86_64.rpm",
1748 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/m4-1.4.19-4.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001749 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/m4-1.4.19-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001750 ],
1751 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001752
Leopold7fbf1042023-01-06 19:57:37 +01001753 rpm(
1754 name = "make-1__4.3-11.fc37.x86_64",
1755 sha256 = "6bdd9ca1daee43a839f1122fc92b1c42312f824deac45abba2772b45c84cd96e",
1756 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001757 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/make-4.3-11.fc37.x86_64.rpm",
1758 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/make-4.3-11.fc37.x86_64.rpm",
1759 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/make-4.3-11.fc37.x86_64.rpm",
1760 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/make-4.3-11.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001761 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/make-4.3-11.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001762 ],
1763 )
Leopold7fbf1042023-01-06 19:57:37 +01001764 rpm(
1765 name = "mpdecimal-0__2.5.1-4.fc37.x86_64",
1766 sha256 = "45764a6773175638883e02215074f084de209d172d1d07be289e89aa5f4131d3",
1767 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001768 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/mpdecimal-2.5.1-4.fc37.x86_64.rpm",
1769 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/mpdecimal-2.5.1-4.fc37.x86_64.rpm",
1770 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/mpdecimal-2.5.1-4.fc37.x86_64.rpm",
1771 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/mpdecimal-2.5.1-4.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001772 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/mpdecimal-2.5.1-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001773 ],
1774 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001775
Leopold7fbf1042023-01-06 19:57:37 +01001776 rpm(
1777 name = "mpfr-0__4.1.0-10.fc37.x86_64",
1778 sha256 = "3be8cf104424fb5e148846a1df4a9c193527f55ee866bff0963e788450483566",
1779 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001780 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/mpfr-4.1.0-10.fc37.x86_64.rpm",
1781 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/mpfr-4.1.0-10.fc37.x86_64.rpm",
1782 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/mpfr-4.1.0-10.fc37.x86_64.rpm",
1783 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/mpfr-4.1.0-10.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001784 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/m/mpfr-4.1.0-10.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001785 ],
1786 )
Leopold7fbf1042023-01-06 19:57:37 +01001787 rpm(
1788 name = "nasm-0__2.15.05-3.fc37.x86_64",
1789 sha256 = "6df570ecff0bff21b2dd2c8b1809b3e2076ff53d5dca2d51af4ed92381a75c3f",
1790 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001791 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nasm-2.15.05-3.fc37.x86_64.rpm",
1792 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nasm-2.15.05-3.fc37.x86_64.rpm",
1793 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nasm-2.15.05-3.fc37.x86_64.rpm",
1794 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nasm-2.15.05-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001795 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nasm-2.15.05-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001796 ],
1797 )
Leopold7fbf1042023-01-06 19:57:37 +01001798 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001799 name = "ncurses-0__6.4-3.20230114.fc37.x86_64",
1800 sha256 = "54497d6c370fa147c3019b27f977e69de523a6e5bdf47ea0b73671a4b85b0012",
Leopold7fbf1042023-01-06 19:57:37 +01001801 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001802 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-6.4-3.20230114.fc37.x86_64.rpm",
1803 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-6.4-3.20230114.fc37.x86_64.rpm",
1804 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-6.4-3.20230114.fc37.x86_64.rpm",
1805 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-6.4-3.20230114.fc37.x86_64.rpm",
1806 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-6.4-3.20230114.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001807 ],
1808 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001809
Leopold7fbf1042023-01-06 19:57:37 +01001810 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001811 name = "ncurses-base-0__6.4-3.20230114.fc37.x86_64",
1812 sha256 = "bce880d3e30b0a01e1b67457454b217d551e0d4ed8b48176e1a97b761f1fed1c",
Leopold7fbf1042023-01-06 19:57:37 +01001813 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001814 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-base-6.4-3.20230114.fc37.noarch.rpm",
1815 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-base-6.4-3.20230114.fc37.noarch.rpm",
1816 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-base-6.4-3.20230114.fc37.noarch.rpm",
1817 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-base-6.4-3.20230114.fc37.noarch.rpm",
1818 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-base-6.4-3.20230114.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001819 ],
1820 )
Leopold7fbf1042023-01-06 19:57:37 +01001821 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001822 name = "ncurses-libs-0__6.4-3.20230114.fc37.x86_64",
1823 sha256 = "01815f79546f40b42da5b192a0b781b04a4178b8dac608474463815b232e1373",
Leopold7fbf1042023-01-06 19:57:37 +01001824 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001825 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-libs-6.4-3.20230114.fc37.x86_64.rpm",
1826 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-libs-6.4-3.20230114.fc37.x86_64.rpm",
1827 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-libs-6.4-3.20230114.fc37.x86_64.rpm",
1828 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-libs-6.4-3.20230114.fc37.x86_64.rpm",
1829 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/n/ncurses-libs-6.4-3.20230114.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001830 ],
1831 )
Leopold7fbf1042023-01-06 19:57:37 +01001832 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001833 name = "ndctl-libs-0__78-1.fc37.x86_64",
1834 sha256 = "6a4a9cbc70b49b5660a0b69ff02de049f7ace6ba519b88bca25259e30c373abf",
Leopold7fbf1042023-01-06 19:57:37 +01001835 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001836 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/n/ndctl-libs-78-1.fc37.x86_64.rpm",
1837 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/n/ndctl-libs-78-1.fc37.x86_64.rpm",
1838 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/n/ndctl-libs-78-1.fc37.x86_64.rpm",
1839 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/n/ndctl-libs-78-1.fc37.x86_64.rpm",
1840 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/n/ndctl-libs-78-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001841 ],
1842 )
Leopold7fbf1042023-01-06 19:57:37 +01001843 rpm(
1844 name = "nettle-0__3.8-2.fc37.x86_64",
1845 sha256 = "8fe2d98578b0c4454536faacbaafd66d1754b8439bb6332d7576a741f4c72208",
1846 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001847 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nettle-3.8-2.fc37.x86_64.rpm",
1848 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nettle-3.8-2.fc37.x86_64.rpm",
1849 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nettle-3.8-2.fc37.x86_64.rpm",
1850 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nettle-3.8-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001851 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nettle-3.8-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001852 ],
1853 )
Leopold7fbf1042023-01-06 19:57:37 +01001854 rpm(
1855 name = "nim-srpm-macros-0__3-7.fc37.x86_64",
1856 sha256 = "58f4c0ef46d70a980cc68a451a880202688817972b818295df64c477b3511f1a",
1857 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001858 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nim-srpm-macros-3-7.fc37.noarch.rpm",
1859 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nim-srpm-macros-3-7.fc37.noarch.rpm",
1860 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nim-srpm-macros-3-7.fc37.noarch.rpm",
1861 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nim-srpm-macros-3-7.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001862 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/nim-srpm-macros-3-7.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001863 ],
1864 )
Leopold7fbf1042023-01-06 19:57:37 +01001865 rpm(
1866 name = "npth-0__1.6-9.fc37.x86_64",
1867 sha256 = "6bf0c6a9c2a00e9e06988299543a9bb1aec4445014b11216db6d6c2e2253bda9",
1868 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001869 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/npth-1.6-9.fc37.x86_64.rpm",
1870 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/npth-1.6-9.fc37.x86_64.rpm",
1871 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/npth-1.6-9.fc37.x86_64.rpm",
1872 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/npth-1.6-9.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001873 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/npth-1.6-9.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001874 ],
1875 )
Leopold7fbf1042023-01-06 19:57:37 +01001876 rpm(
1877 name = "numactl-libs-0__2.0.14-6.fc37.x86_64",
1878 sha256 = "8f2e423d8f64f3abf33f8660df718d69f785a673a57eb188258a9f79af8f678f",
1879 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001880 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/numactl-libs-2.0.14-6.fc37.x86_64.rpm",
1881 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/numactl-libs-2.0.14-6.fc37.x86_64.rpm",
1882 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/numactl-libs-2.0.14-6.fc37.x86_64.rpm",
1883 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/numactl-libs-2.0.14-6.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001884 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/n/numactl-libs-2.0.14-6.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001885 ],
1886 )
Leopold7fbf1042023-01-06 19:57:37 +01001887 rpm(
1888 name = "ocaml-srpm-macros-0__7-2.fc37.x86_64",
1889 sha256 = "5400fb3ba764f5854715af9e502923ba1020f593e98268e5328d41190622ed2d",
1890 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001891 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/o/ocaml-srpm-macros-7-2.fc37.noarch.rpm",
1892 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/o/ocaml-srpm-macros-7-2.fc37.noarch.rpm",
1893 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/o/ocaml-srpm-macros-7-2.fc37.noarch.rpm",
1894 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/o/ocaml-srpm-macros-7-2.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001895 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/o/ocaml-srpm-macros-7-2.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001896 ],
1897 )
Leopold7fbf1042023-01-06 19:57:37 +01001898 rpm(
1899 name = "openblas-srpm-macros-0__2-12.fc37.x86_64",
1900 sha256 = "ac34d1143ac424db0f5e16fffb39a255ec76f24e30fa13760941a13edf4ff99c",
1901 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001902 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/o/openblas-srpm-macros-2-12.fc37.noarch.rpm",
1903 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/o/openblas-srpm-macros-2-12.fc37.noarch.rpm",
1904 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/o/openblas-srpm-macros-2-12.fc37.noarch.rpm",
1905 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/o/openblas-srpm-macros-2-12.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001906 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/o/openblas-srpm-macros-2-12.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001907 ],
1908 )
Leopold7fbf1042023-01-06 19:57:37 +01001909 rpm(
Leopold Schabelc0f72dc2023-10-19 16:54:38 +02001910 name = "openldap-0__2.6.6-1.fc37.x86_64",
1911 sha256 = "29661edd69e55909c6ad1cd2923c3ce16179221bc0ea3dbf36749eef5f37e3e8",
Leopold7fbf1042023-01-06 19:57:37 +01001912 urls = [
Leopold Schabelc0f72dc2023-10-19 16:54:38 +02001913 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/o/openldap-2.6.6-1.fc37.x86_64.rpm",
1914 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/o/openldap-2.6.6-1.fc37.x86_64.rpm",
1915 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/o/openldap-2.6.6-1.fc37.x86_64.rpm",
1916 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/o/openldap-2.6.6-1.fc37.x86_64.rpm",
1917 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/o/openldap-2.6.6-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001918 ],
1919 )
Leopold Schabelc0f72dc2023-10-19 16:54:38 +02001920
Leopold7fbf1042023-01-06 19:57:37 +01001921 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001922 name = "openssl-devel-1__3.0.9-1.fc37.x86_64",
1923 sha256 = "721a14663cba596c6962754d63c1f1135c30fc63ca7eed74474e7061c994abc8",
Leopold7fbf1042023-01-06 19:57:37 +01001924 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001925 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/o/openssl-devel-3.0.9-1.fc37.x86_64.rpm",
1926 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/o/openssl-devel-3.0.9-1.fc37.x86_64.rpm",
1927 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/o/openssl-devel-3.0.9-1.fc37.x86_64.rpm",
1928 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/o/openssl-devel-3.0.9-1.fc37.x86_64.rpm",
1929 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/o/openssl-devel-3.0.9-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001930 ],
1931 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001932
Leopold7fbf1042023-01-06 19:57:37 +01001933 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001934 name = "openssl-libs-1__3.0.9-1.fc37.x86_64",
1935 sha256 = "613667ba22b3705e71e673cedd28a1e4f1e1e975acd5df13b3251c40e5b9d4de",
Leopold7fbf1042023-01-06 19:57:37 +01001936 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001937 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/o/openssl-libs-3.0.9-1.fc37.x86_64.rpm",
1938 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/o/openssl-libs-3.0.9-1.fc37.x86_64.rpm",
1939 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/o/openssl-libs-3.0.9-1.fc37.x86_64.rpm",
1940 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/o/openssl-libs-3.0.9-1.fc37.x86_64.rpm",
1941 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/o/openssl-libs-3.0.9-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001942 ],
1943 )
Leopold7fbf1042023-01-06 19:57:37 +01001944 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00001945 name = "p11-kit-0__0.25.3-1.fc37.x86_64",
1946 sha256 = "9fe3c7521f98feab2501a6e4f2e2d1d05c55cdd3e2b9c83526f88f129810fdb5",
Leopold7fbf1042023-01-06 19:57:37 +01001947 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00001948 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/p11-kit-0.25.3-1.fc37.x86_64.rpm",
1949 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/p11-kit-0.25.3-1.fc37.x86_64.rpm",
1950 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/p11-kit-0.25.3-1.fc37.x86_64.rpm",
1951 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/p11-kit-0.25.3-1.fc37.x86_64.rpm",
1952 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/p11-kit-0.25.3-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001953 ],
1954 )
Leopold7fbf1042023-01-06 19:57:37 +01001955 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00001956 name = "p11-kit-trust-0__0.25.3-1.fc37.x86_64",
1957 sha256 = "1184020f93255aec58b158a9ebacea672603bb322f0669b104103f8721db2139",
Leopold7fbf1042023-01-06 19:57:37 +01001958 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00001959 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/p11-kit-trust-0.25.3-1.fc37.x86_64.rpm",
1960 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/p11-kit-trust-0.25.3-1.fc37.x86_64.rpm",
1961 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/p11-kit-trust-0.25.3-1.fc37.x86_64.rpm",
1962 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/p11-kit-trust-0.25.3-1.fc37.x86_64.rpm",
1963 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/p11-kit-trust-0.25.3-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001964 ],
1965 )
Serge Bazanski8111b902024-06-04 14:33:40 +00001966
Leopold7fbf1042023-01-06 19:57:37 +01001967 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001968 name = "package-notes-srpm-macros-0__0.5-7.fc37.x86_64",
1969 sha256 = "31ce86bd115ddfc662b3248e80216754b5607599e4ab4db1ab3988ac554e6c44",
Leopold7fbf1042023-01-06 19:57:37 +01001970 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02001971 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/package-notes-srpm-macros-0.5-7.fc37.noarch.rpm",
1972 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/package-notes-srpm-macros-0.5-7.fc37.noarch.rpm",
1973 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/package-notes-srpm-macros-0.5-7.fc37.noarch.rpm",
1974 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/package-notes-srpm-macros-0.5-7.fc37.noarch.rpm",
1975 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/package-notes-srpm-macros-0.5-7.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001976 ],
1977 )
Leopold7fbf1042023-01-06 19:57:37 +01001978 rpm(
1979 name = "pam-0__1.5.2-14.fc37.x86_64",
1980 sha256 = "a66ee1c9f9155c97e77cbd18658ce5129638f7d6e208c01c172c4dd1dfdbbe6d",
1981 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001982 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pam-1.5.2-14.fc37.x86_64.rpm",
1983 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pam-1.5.2-14.fc37.x86_64.rpm",
1984 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pam-1.5.2-14.fc37.x86_64.rpm",
1985 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pam-1.5.2-14.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001986 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pam-1.5.2-14.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001987 ],
1988 )
Leopold7fbf1042023-01-06 19:57:37 +01001989 rpm(
1990 name = "pam-libs-0__1.5.2-14.fc37.x86_64",
1991 sha256 = "ee34422adc6451da744bd16a8cd66c9912a822c4e55227c23ff56960c32980f5",
1992 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01001993 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pam-libs-1.5.2-14.fc37.x86_64.rpm",
1994 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pam-libs-1.5.2-14.fc37.x86_64.rpm",
1995 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pam-libs-1.5.2-14.fc37.x86_64.rpm",
1996 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pam-libs-1.5.2-14.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02001997 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pam-libs-1.5.2-14.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01001998 ],
1999 )
Leopold7fbf1042023-01-06 19:57:37 +01002000 rpm(
Serge Bazanski0f1939a2023-02-23 09:36:10 +00002001 name = "patch-0__2.7.6-17.fc37.x86_64",
2002 sha256 = "0ed45c95381e8b979b6c6a02356401de363806a893190ddbc57a5ef1bdadc98e",
2003 urls = [
2004 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/patch-2.7.6-17.fc37.x86_64.rpm",
2005 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/patch-2.7.6-17.fc37.x86_64.rpm",
2006 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/patch-2.7.6-17.fc37.x86_64.rpm",
2007 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/patch-2.7.6-17.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002008 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/patch-2.7.6-17.fc37.x86_64.rpm",
Serge Bazanski0f1939a2023-02-23 09:36:10 +00002009 ],
2010 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002011
Serge Bazanski0f1939a2023-02-23 09:36:10 +00002012 rpm(
Leopold7fbf1042023-01-06 19:57:37 +01002013 name = "pcre-0__8.45-1.fc37.2.x86_64",
2014 sha256 = "86a648e3b88f581b15ca2eda6b441be7c5c3810a9eae25ca940c767029e4e923",
2015 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002016 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre-8.45-1.fc37.2.x86_64.rpm",
2017 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre-8.45-1.fc37.2.x86_64.rpm",
2018 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre-8.45-1.fc37.2.x86_64.rpm",
2019 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre-8.45-1.fc37.2.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002020 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre-8.45-1.fc37.2.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002021 ],
2022 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002023
Leopold7fbf1042023-01-06 19:57:37 +01002024 rpm(
2025 name = "pcre2-0__10.40-1.fc37.1.x86_64",
2026 sha256 = "422de947ec1a7aafcd212a51e64257b64d5b0a02808104a33e7c3cd9ef629148",
2027 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002028 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre2-10.40-1.fc37.1.x86_64.rpm",
2029 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre2-10.40-1.fc37.1.x86_64.rpm",
2030 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre2-10.40-1.fc37.1.x86_64.rpm",
2031 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre2-10.40-1.fc37.1.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002032 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre2-10.40-1.fc37.1.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002033 ],
2034 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002035
Leopold7fbf1042023-01-06 19:57:37 +01002036 rpm(
2037 name = "pcre2-syntax-0__10.40-1.fc37.1.x86_64",
2038 sha256 = "585f339942a0bf4b0eab638ddf825544793485cbcb9f1eaee079b9956d90aafa",
2039 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002040 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre2-syntax-10.40-1.fc37.1.noarch.rpm",
2041 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre2-syntax-10.40-1.fc37.1.noarch.rpm",
2042 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre2-syntax-10.40-1.fc37.1.noarch.rpm",
2043 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre2-syntax-10.40-1.fc37.1.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002044 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pcre2-syntax-10.40-1.fc37.1.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002045 ],
2046 )
Leopold7fbf1042023-01-06 19:57:37 +01002047 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002048 name = "perl-4__5.36.1-494.fc37.x86_64",
2049 sha256 = "1f5cd287839c8e262db394c8bc23a461fd9f49aa4778953a3fdcbb129af86ede",
Leopold7fbf1042023-01-06 19:57:37 +01002050 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002051 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-5.36.1-494.fc37.x86_64.rpm",
2052 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-5.36.1-494.fc37.x86_64.rpm",
2053 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-5.36.1-494.fc37.x86_64.rpm",
2054 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-5.36.1-494.fc37.x86_64.rpm",
2055 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-5.36.1-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002056 ],
2057 )
Leopold7fbf1042023-01-06 19:57:37 +01002058 rpm(
2059 name = "perl-Algorithm-Diff-0__1.2010-7.fc37.x86_64",
2060 sha256 = "714ad6947e716a4d6a6f6b24c549fb2fa2f37dd0985bd2db0689bc4224d06b3c",
2061 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002062 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Algorithm-Diff-1.2010-7.fc37.noarch.rpm",
2063 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Algorithm-Diff-1.2010-7.fc37.noarch.rpm",
2064 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Algorithm-Diff-1.2010-7.fc37.noarch.rpm",
2065 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Algorithm-Diff-1.2010-7.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002066 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Algorithm-Diff-1.2010-7.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002067 ],
2068 )
Leopold7fbf1042023-01-06 19:57:37 +01002069 rpm(
2070 name = "perl-Archive-Tar-0__2.40-490.fc37.x86_64",
2071 sha256 = "098fa85dff04e11e8c4feb43e54e20330beeaddc528bf19a0ca42c6168ccc878",
2072 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002073 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Archive-Tar-2.40-490.fc37.noarch.rpm",
2074 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Archive-Tar-2.40-490.fc37.noarch.rpm",
2075 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Archive-Tar-2.40-490.fc37.noarch.rpm",
2076 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Archive-Tar-2.40-490.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002077 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Archive-Tar-2.40-490.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002078 ],
2079 )
Leopold7fbf1042023-01-06 19:57:37 +01002080 rpm(
2081 name = "perl-Archive-Zip-0__1.68-9.fc37.x86_64",
2082 sha256 = "edb3407c4a3440f97726e108e17519f10b0ad6b161a5065a5d46f2d862246965",
2083 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002084 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Archive-Zip-1.68-9.fc37.noarch.rpm",
2085 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Archive-Zip-1.68-9.fc37.noarch.rpm",
2086 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Archive-Zip-1.68-9.fc37.noarch.rpm",
2087 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Archive-Zip-1.68-9.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002088 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Archive-Zip-1.68-9.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002089 ],
2090 )
Leopold7fbf1042023-01-06 19:57:37 +01002091 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002092 name = "perl-Attribute-Handlers-0__1.02-494.fc37.x86_64",
2093 sha256 = "48b003d2b10dba2d8f6f928b019ad5b6e8c5f81d4ebcfe052d50f6ed40fb0140",
Leopold7fbf1042023-01-06 19:57:37 +01002094 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002095 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Attribute-Handlers-1.02-494.fc37.noarch.rpm",
2096 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Attribute-Handlers-1.02-494.fc37.noarch.rpm",
2097 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Attribute-Handlers-1.02-494.fc37.noarch.rpm",
2098 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Attribute-Handlers-1.02-494.fc37.noarch.rpm",
2099 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Attribute-Handlers-1.02-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002100 ],
2101 )
Leopold7fbf1042023-01-06 19:57:37 +01002102 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002103 name = "perl-AutoLoader-0__5.74-494.fc37.x86_64",
2104 sha256 = "ee935b51277b2ced900b928307f83d753c9a935744ccb127a045e3fa63b2c89c",
Leopold7fbf1042023-01-06 19:57:37 +01002105 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002106 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-AutoLoader-5.74-494.fc37.noarch.rpm",
2107 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-AutoLoader-5.74-494.fc37.noarch.rpm",
2108 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-AutoLoader-5.74-494.fc37.noarch.rpm",
2109 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-AutoLoader-5.74-494.fc37.noarch.rpm",
2110 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-AutoLoader-5.74-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002111 ],
2112 )
Leopold7fbf1042023-01-06 19:57:37 +01002113 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002114 name = "perl-AutoSplit-0__5.74-494.fc37.x86_64",
2115 sha256 = "65e5098d529b8f0f942b5affcb04f558208bf564e94f6e23b8355fc95c91b948",
Leopold7fbf1042023-01-06 19:57:37 +01002116 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002117 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-AutoSplit-5.74-494.fc37.noarch.rpm",
2118 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-AutoSplit-5.74-494.fc37.noarch.rpm",
2119 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-AutoSplit-5.74-494.fc37.noarch.rpm",
2120 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-AutoSplit-5.74-494.fc37.noarch.rpm",
2121 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-AutoSplit-5.74-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002122 ],
2123 )
Leopold7fbf1042023-01-06 19:57:37 +01002124 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002125 name = "perl-B-0__1.83-494.fc37.x86_64",
2126 sha256 = "8ef1be3b5b0db787660b6d8a4d9de717887b73027fa16613390f21f5785cc11f",
Leopold7fbf1042023-01-06 19:57:37 +01002127 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002128 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-B-1.83-494.fc37.x86_64.rpm",
2129 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-B-1.83-494.fc37.x86_64.rpm",
2130 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-B-1.83-494.fc37.x86_64.rpm",
2131 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-B-1.83-494.fc37.x86_64.rpm",
2132 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-B-1.83-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002133 ],
2134 )
Leopold7fbf1042023-01-06 19:57:37 +01002135 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002136 name = "perl-Benchmark-0__1.23-494.fc37.x86_64",
2137 sha256 = "818cda6856e4279ea8c719d694a767dd75249a87be1a029e6dea4cad8816ba49",
Leopold7fbf1042023-01-06 19:57:37 +01002138 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002139 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Benchmark-1.23-494.fc37.noarch.rpm",
2140 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Benchmark-1.23-494.fc37.noarch.rpm",
2141 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Benchmark-1.23-494.fc37.noarch.rpm",
2142 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Benchmark-1.23-494.fc37.noarch.rpm",
2143 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Benchmark-1.23-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002144 ],
2145 )
Leopold7fbf1042023-01-06 19:57:37 +01002146 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002147 name = "perl-CPAN-0__2.36-1.fc37.x86_64",
2148 sha256 = "4f71ca98763d6b5dc751d264388157fee00fca7054cfb058bd1014b1ef49bdd3",
Leopold7fbf1042023-01-06 19:57:37 +01002149 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002150 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-CPAN-2.36-1.fc37.noarch.rpm",
2151 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-CPAN-2.36-1.fc37.noarch.rpm",
2152 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-CPAN-2.36-1.fc37.noarch.rpm",
2153 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-CPAN-2.36-1.fc37.noarch.rpm",
2154 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-CPAN-2.36-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002155 ],
2156 )
Leopold7fbf1042023-01-06 19:57:37 +01002157 rpm(
2158 name = "perl-CPAN-Meta-0__2.150010-489.fc37.x86_64",
2159 sha256 = "81de5eae891aac095402cf76cc2b4f3f52864db88950f2b1bdd43c2a4d9d7333",
2160 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002161 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-2.150010-489.fc37.noarch.rpm",
2162 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-2.150010-489.fc37.noarch.rpm",
2163 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-2.150010-489.fc37.noarch.rpm",
2164 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-2.150010-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002165 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-2.150010-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002166 ],
2167 )
Leopold7fbf1042023-01-06 19:57:37 +01002168 rpm(
2169 name = "perl-CPAN-Meta-Requirements-0__2.140-490.fc37.x86_64",
2170 sha256 = "fcf1d32e91e50232a81e8cf9461f523a76a659733ec008850432454298ebbe12",
2171 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002172 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-Requirements-2.140-490.fc37.noarch.rpm",
2173 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-Requirements-2.140-490.fc37.noarch.rpm",
2174 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-Requirements-2.140-490.fc37.noarch.rpm",
2175 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-Requirements-2.140-490.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002176 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-Requirements-2.140-490.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002177 ],
2178 )
Leopold7fbf1042023-01-06 19:57:37 +01002179 rpm(
2180 name = "perl-CPAN-Meta-YAML-0__0.018-490.fc37.x86_64",
2181 sha256 = "f5e89acb7ad1be213d7f6d9cfc81fcf4fe5e2e765eb8c372e9d784666b916c6b",
2182 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002183 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-YAML-0.018-490.fc37.noarch.rpm",
2184 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-YAML-0.018-490.fc37.noarch.rpm",
2185 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-YAML-0.018-490.fc37.noarch.rpm",
2186 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-YAML-0.018-490.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002187 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-CPAN-Meta-YAML-0.018-490.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002188 ],
2189 )
Leopold7fbf1042023-01-06 19:57:37 +01002190 rpm(
2191 name = "perl-Carp-0__1.52-489.fc37.x86_64",
2192 sha256 = "c5df34198e7dd39f4f09032beacb9db641c8752d045b8e1f8cacd2637559dd1d",
2193 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002194 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Carp-1.52-489.fc37.noarch.rpm",
2195 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Carp-1.52-489.fc37.noarch.rpm",
2196 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Carp-1.52-489.fc37.noarch.rpm",
2197 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Carp-1.52-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002198 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Carp-1.52-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002199 ],
2200 )
Leopold7fbf1042023-01-06 19:57:37 +01002201 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002202 name = "perl-Class-Struct-0__0.66-494.fc37.x86_64",
2203 sha256 = "a250d4c099b3919a35163ac204adbca30a331d4d1108288db176fb1329c7766e",
Leopold7fbf1042023-01-06 19:57:37 +01002204 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002205 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Class-Struct-0.66-494.fc37.noarch.rpm",
2206 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Class-Struct-0.66-494.fc37.noarch.rpm",
2207 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Class-Struct-0.66-494.fc37.noarch.rpm",
2208 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Class-Struct-0.66-494.fc37.noarch.rpm",
2209 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Class-Struct-0.66-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002210 ],
2211 )
Leopold7fbf1042023-01-06 19:57:37 +01002212 rpm(
2213 name = "perl-Compress-Bzip2-0__2.28-10.fc37.x86_64",
2214 sha256 = "336fa6c00e0f4a1a078e445a8f70a8cb79a0f783df8479d77a4de600f2abd097",
2215 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002216 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Bzip2-2.28-10.fc37.x86_64.rpm",
2217 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Bzip2-2.28-10.fc37.x86_64.rpm",
2218 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Bzip2-2.28-10.fc37.x86_64.rpm",
2219 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Bzip2-2.28-10.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002220 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Bzip2-2.28-10.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002221 ],
2222 )
Leopold7fbf1042023-01-06 19:57:37 +01002223 rpm(
2224 name = "perl-Compress-Raw-Bzip2-0__2.201-2.fc37.x86_64",
2225 sha256 = "eb4cc36b986a52a9ad30ba5f64a06b3f88bdfc687236532c0d3e442603210034",
2226 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002227 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Raw-Bzip2-2.201-2.fc37.x86_64.rpm",
2228 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Raw-Bzip2-2.201-2.fc37.x86_64.rpm",
2229 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Raw-Bzip2-2.201-2.fc37.x86_64.rpm",
2230 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Raw-Bzip2-2.201-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002231 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Raw-Bzip2-2.201-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002232 ],
2233 )
Leopold7fbf1042023-01-06 19:57:37 +01002234 rpm(
Leopold68961c32023-02-01 13:53:08 +01002235 name = "perl-Compress-Raw-Lzma-0__2.201-7.fc37.x86_64",
2236 sha256 = "3c14f0034f8cc919ddee075d0bb2a651efdbc12860e3edd3ba4090c641e9ff3f",
Leopold7fbf1042023-01-06 19:57:37 +01002237 urls = [
Leopold68961c32023-02-01 13:53:08 +01002238 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Compress-Raw-Lzma-2.201-7.fc37.x86_64.rpm",
2239 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Compress-Raw-Lzma-2.201-7.fc37.x86_64.rpm",
2240 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Compress-Raw-Lzma-2.201-7.fc37.x86_64.rpm",
2241 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Compress-Raw-Lzma-2.201-7.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002242 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Compress-Raw-Lzma-2.201-7.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002243 ],
2244 )
Leopold7fbf1042023-01-06 19:57:37 +01002245 rpm(
2246 name = "perl-Compress-Raw-Zlib-0__2.202-3.fc37.x86_64",
2247 sha256 = "101823fac489a2eaba7ba2bd04e21a9daffae7dae98be88913000d5f0a90ad0f",
2248 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002249 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Raw-Zlib-2.202-3.fc37.x86_64.rpm",
2250 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Raw-Zlib-2.202-3.fc37.x86_64.rpm",
2251 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Raw-Zlib-2.202-3.fc37.x86_64.rpm",
2252 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Raw-Zlib-2.202-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002253 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Compress-Raw-Zlib-2.202-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002254 ],
2255 )
Leopold7fbf1042023-01-06 19:57:37 +01002256 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002257 name = "perl-Config-Extensions-0__0.03-494.fc37.x86_64",
2258 sha256 = "55ad51d0b553a56eb31227a21c01203830711ce0711bab675aa98c1aa7dc7e8f",
Leopold7fbf1042023-01-06 19:57:37 +01002259 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002260 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Config-Extensions-0.03-494.fc37.noarch.rpm",
2261 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Config-Extensions-0.03-494.fc37.noarch.rpm",
2262 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Config-Extensions-0.03-494.fc37.noarch.rpm",
2263 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Config-Extensions-0.03-494.fc37.noarch.rpm",
2264 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Config-Extensions-0.03-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002265 ],
2266 )
Leopold7fbf1042023-01-06 19:57:37 +01002267 rpm(
2268 name = "perl-Config-Perl-V-0__0.34-1.fc37.x86_64",
2269 sha256 = "fae66bb345d67beff34771ac5035f42aa1b91272c3ed5f8ee318c343ac9fa79e",
2270 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002271 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Config-Perl-V-0.34-1.fc37.noarch.rpm",
2272 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Config-Perl-V-0.34-1.fc37.noarch.rpm",
2273 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Config-Perl-V-0.34-1.fc37.noarch.rpm",
2274 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Config-Perl-V-0.34-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002275 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Config-Perl-V-0.34-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002276 ],
2277 )
Leopold7fbf1042023-01-06 19:57:37 +01002278 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002279 name = "perl-DBM_Filter-0__0.06-494.fc37.x86_64",
2280 sha256 = "a591414027c5399d77a72d4ce8b1a0d9f1aaa15c7047ffd94537cb1f9dbc20c3",
Leopold7fbf1042023-01-06 19:57:37 +01002281 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002282 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DBM_Filter-0.06-494.fc37.noarch.rpm",
2283 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DBM_Filter-0.06-494.fc37.noarch.rpm",
2284 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DBM_Filter-0.06-494.fc37.noarch.rpm",
2285 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DBM_Filter-0.06-494.fc37.noarch.rpm",
2286 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DBM_Filter-0.06-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002287 ],
2288 )
Leopold7fbf1042023-01-06 19:57:37 +01002289 rpm(
2290 name = "perl-DB_File-0__1.858-4.fc37.x86_64",
2291 sha256 = "cd0367bee7e6c35f68fc10fd51a318978572aaec2f049b89acb8e7fd07f19620",
2292 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002293 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-DB_File-1.858-4.fc37.x86_64.rpm",
2294 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-DB_File-1.858-4.fc37.x86_64.rpm",
2295 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-DB_File-1.858-4.fc37.x86_64.rpm",
2296 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-DB_File-1.858-4.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002297 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-DB_File-1.858-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002298 ],
2299 )
Leopold7fbf1042023-01-06 19:57:37 +01002300 rpm(
2301 name = "perl-Data-Dumper-0__2.184-490.fc37.x86_64",
2302 sha256 = "087435f52f5910c5d769ddac9154e9ac54b50c005b2036607d5e2187b3a9b7d9",
2303 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002304 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-Dumper-2.184-490.fc37.x86_64.rpm",
2305 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-Dumper-2.184-490.fc37.x86_64.rpm",
2306 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-Dumper-2.184-490.fc37.x86_64.rpm",
2307 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-Dumper-2.184-490.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002308 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-Dumper-2.184-490.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002309 ],
2310 )
Leopold7fbf1042023-01-06 19:57:37 +01002311 rpm(
2312 name = "perl-Data-OptList-0__0.112-5.fc37.x86_64",
2313 sha256 = "ab4aae8175f2ee46cca0d406b7511178b5733f6b67260c3b4194fd07fab7f89a",
2314 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002315 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-OptList-0.112-5.fc37.noarch.rpm",
2316 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-OptList-0.112-5.fc37.noarch.rpm",
2317 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-OptList-0.112-5.fc37.noarch.rpm",
2318 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-OptList-0.112-5.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002319 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-OptList-0.112-5.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002320 ],
2321 )
Leopold7fbf1042023-01-06 19:57:37 +01002322 rpm(
2323 name = "perl-Data-Section-0__0.200007-17.fc37.x86_64",
2324 sha256 = "97659ba6b8b7e175d0eb235afac957af0f3b7a0fd494924ba800cfa6db8176a9",
2325 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002326 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-Section-0.200007-17.fc37.noarch.rpm",
2327 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-Section-0.200007-17.fc37.noarch.rpm",
2328 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-Section-0.200007-17.fc37.noarch.rpm",
2329 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-Section-0.200007-17.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002330 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Data-Section-0.200007-17.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002331 ],
2332 )
Leopold7fbf1042023-01-06 19:57:37 +01002333 rpm(
2334 name = "perl-Devel-PPPort-0__3.68-490.fc37.x86_64",
2335 sha256 = "69811269661d579913e8ac3a97ac8887f382ab561abd621b4d3f71baaf458177",
2336 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002337 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Devel-PPPort-3.68-490.fc37.x86_64.rpm",
2338 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Devel-PPPort-3.68-490.fc37.x86_64.rpm",
2339 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Devel-PPPort-3.68-490.fc37.x86_64.rpm",
2340 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Devel-PPPort-3.68-490.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002341 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Devel-PPPort-3.68-490.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002342 ],
2343 )
Leopold7fbf1042023-01-06 19:57:37 +01002344 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002345 name = "perl-Devel-Peek-0__1.32-494.fc37.x86_64",
2346 sha256 = "f302e6eed403107ec2006c2d63692d447a8cad298b2ccc9009255d4c46bb8ef0",
Leopold7fbf1042023-01-06 19:57:37 +01002347 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002348 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Devel-Peek-1.32-494.fc37.x86_64.rpm",
2349 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Devel-Peek-1.32-494.fc37.x86_64.rpm",
2350 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Devel-Peek-1.32-494.fc37.x86_64.rpm",
2351 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Devel-Peek-1.32-494.fc37.x86_64.rpm",
2352 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Devel-Peek-1.32-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002353 ],
2354 )
Leopold7fbf1042023-01-06 19:57:37 +01002355 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002356 name = "perl-Devel-SelfStubber-0__1.06-494.fc37.x86_64",
2357 sha256 = "85bcc5243c80acb0cf19eed20b61a0dcf6bae4e82f19cee9696dbbced650b7cf",
Leopold7fbf1042023-01-06 19:57:37 +01002358 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002359 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Devel-SelfStubber-1.06-494.fc37.noarch.rpm",
2360 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Devel-SelfStubber-1.06-494.fc37.noarch.rpm",
2361 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Devel-SelfStubber-1.06-494.fc37.noarch.rpm",
2362 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Devel-SelfStubber-1.06-494.fc37.noarch.rpm",
2363 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Devel-SelfStubber-1.06-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002364 ],
2365 )
Leopold7fbf1042023-01-06 19:57:37 +01002366 rpm(
2367 name = "perl-Devel-Size-0__0.83-13.fc37.x86_64",
2368 sha256 = "1a40670bcdc99252ea6258e647502cbe897fbb34ab8078b32f8b4b1e8b71b15f",
2369 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002370 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Devel-Size-0.83-13.fc37.x86_64.rpm",
2371 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Devel-Size-0.83-13.fc37.x86_64.rpm",
2372 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Devel-Size-0.83-13.fc37.x86_64.rpm",
2373 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Devel-Size-0.83-13.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002374 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Devel-Size-0.83-13.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002375 ],
2376 )
Leopold7fbf1042023-01-06 19:57:37 +01002377 rpm(
2378 name = "perl-Digest-0__1.20-489.fc37.x86_64",
2379 sha256 = "17acbd974328ca2ac974f45953fb826d09cb071ee381f975928592b72c8b2d9f",
2380 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002381 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-1.20-489.fc37.noarch.rpm",
2382 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-1.20-489.fc37.noarch.rpm",
2383 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-1.20-489.fc37.noarch.rpm",
2384 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-1.20-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002385 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-1.20-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002386 ],
2387 )
Leopold7fbf1042023-01-06 19:57:37 +01002388 rpm(
2389 name = "perl-Digest-MD5-0__2.58-489.fc37.x86_64",
2390 sha256 = "ab79d34ab61c3f094a7291b2399ddf7de988fa0aa7bbe51cb5d10c8066e83f45",
2391 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002392 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-MD5-2.58-489.fc37.x86_64.rpm",
2393 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-MD5-2.58-489.fc37.x86_64.rpm",
2394 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-MD5-2.58-489.fc37.x86_64.rpm",
2395 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-MD5-2.58-489.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002396 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-MD5-2.58-489.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002397 ],
2398 )
Leopold7fbf1042023-01-06 19:57:37 +01002399 rpm(
2400 name = "perl-Digest-SHA-1__6.03-1.fc37.x86_64",
2401 sha256 = "a941d164018b903f7f1c0e388a97ef4f591c887dc51a4b1fa240ba794e1fd29b",
2402 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002403 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-SHA-6.03-1.fc37.x86_64.rpm",
2404 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-SHA-6.03-1.fc37.x86_64.rpm",
2405 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-SHA-6.03-1.fc37.x86_64.rpm",
2406 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-SHA-6.03-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002407 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-SHA-6.03-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002408 ],
2409 )
Leopold7fbf1042023-01-06 19:57:37 +01002410 rpm(
2411 name = "perl-Digest-SHA1-0__2.13-37.fc37.x86_64",
2412 sha256 = "e037888f738bb4b93e5ff26eda54e3518a3d714f9d0081fc5f245057fddaada3",
2413 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002414 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-SHA1-2.13-37.fc37.x86_64.rpm",
2415 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-SHA1-2.13-37.fc37.x86_64.rpm",
2416 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-SHA1-2.13-37.fc37.x86_64.rpm",
2417 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-SHA1-2.13-37.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002418 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Digest-SHA1-2.13-37.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002419 ],
2420 )
Leopold7fbf1042023-01-06 19:57:37 +01002421 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002422 name = "perl-DirHandle-0__1.05-494.fc37.x86_64",
2423 sha256 = "9e16a556068804961a97607007c7aeeffd5d2e5fb5a56d03e348fdbab53b8d4f",
Leopold7fbf1042023-01-06 19:57:37 +01002424 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002425 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DirHandle-1.05-494.fc37.noarch.rpm",
2426 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DirHandle-1.05-494.fc37.noarch.rpm",
2427 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DirHandle-1.05-494.fc37.noarch.rpm",
2428 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DirHandle-1.05-494.fc37.noarch.rpm",
2429 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DirHandle-1.05-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002430 ],
2431 )
Leopold7fbf1042023-01-06 19:57:37 +01002432 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002433 name = "perl-Dumpvalue-0__2.27-494.fc37.x86_64",
2434 sha256 = "8b163fcae109702b95fe6425aea1551504c23247641c757b1c20dc8c74d3fcb4",
Leopold7fbf1042023-01-06 19:57:37 +01002435 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002436 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Dumpvalue-2.27-494.fc37.noarch.rpm",
2437 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Dumpvalue-2.27-494.fc37.noarch.rpm",
2438 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Dumpvalue-2.27-494.fc37.noarch.rpm",
2439 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Dumpvalue-2.27-494.fc37.noarch.rpm",
2440 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Dumpvalue-2.27-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002441 ],
2442 )
Leopold7fbf1042023-01-06 19:57:37 +01002443 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002444 name = "perl-DynaLoader-0__1.52-494.fc37.x86_64",
2445 sha256 = "a11b251a948378e9ea319bfcc63e8daaad6a5406ce567f410478739f44c4214e",
Leopold7fbf1042023-01-06 19:57:37 +01002446 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002447 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DynaLoader-1.52-494.fc37.x86_64.rpm",
2448 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DynaLoader-1.52-494.fc37.x86_64.rpm",
2449 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DynaLoader-1.52-494.fc37.x86_64.rpm",
2450 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DynaLoader-1.52-494.fc37.x86_64.rpm",
2451 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-DynaLoader-1.52-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002452 ],
2453 )
Leopold7fbf1042023-01-06 19:57:37 +01002454 rpm(
2455 name = "perl-Encode-4__3.19-492.fc37.x86_64",
2456 sha256 = "395705071c61bc6faad7cde8eb251d3bff87f543c5096c00139331e9ee2ba856",
2457 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002458 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Encode-3.19-492.fc37.x86_64.rpm",
2459 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Encode-3.19-492.fc37.x86_64.rpm",
2460 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Encode-3.19-492.fc37.x86_64.rpm",
2461 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Encode-3.19-492.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002462 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Encode-3.19-492.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002463 ],
2464 )
Leopold7fbf1042023-01-06 19:57:37 +01002465 rpm(
2466 name = "perl-Encode-devel-4__3.19-492.fc37.x86_64",
2467 sha256 = "cfad3343efba5b3bb80b56e8cb32d84845c35ba0499e2dc0c0b586dd23d64b49",
2468 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002469 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Encode-devel-3.19-492.fc37.x86_64.rpm",
2470 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Encode-devel-3.19-492.fc37.x86_64.rpm",
2471 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Encode-devel-3.19-492.fc37.x86_64.rpm",
2472 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Encode-devel-3.19-492.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002473 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Encode-devel-3.19-492.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002474 ],
2475 )
Leopold7fbf1042023-01-06 19:57:37 +01002476 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002477 name = "perl-English-0__1.11-494.fc37.x86_64",
2478 sha256 = "13f14f71bdc3a7cf3d9388856062582f4f51bcb450f87ad8dfbcf51e5da4e0f7",
Leopold7fbf1042023-01-06 19:57:37 +01002479 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002480 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-English-1.11-494.fc37.noarch.rpm",
2481 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-English-1.11-494.fc37.noarch.rpm",
2482 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-English-1.11-494.fc37.noarch.rpm",
2483 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-English-1.11-494.fc37.noarch.rpm",
2484 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-English-1.11-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002485 ],
2486 )
Leopold7fbf1042023-01-06 19:57:37 +01002487 rpm(
2488 name = "perl-Env-0__1.05-489.fc37.x86_64",
2489 sha256 = "03c735e2591c14afeaab7e61da2207794436493bee277163db2b51790aeb4ab1",
2490 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002491 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Env-1.05-489.fc37.noarch.rpm",
2492 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Env-1.05-489.fc37.noarch.rpm",
2493 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Env-1.05-489.fc37.noarch.rpm",
2494 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Env-1.05-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002495 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Env-1.05-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002496 ],
2497 )
Leopold7fbf1042023-01-06 19:57:37 +01002498 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002499 name = "perl-Errno-0__1.36-494.fc37.x86_64",
2500 sha256 = "d73a22cd89268fdc6bbacac05980466b96c91a71306866ed4552835b05506a5b",
Leopold7fbf1042023-01-06 19:57:37 +01002501 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002502 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Errno-1.36-494.fc37.x86_64.rpm",
2503 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Errno-1.36-494.fc37.x86_64.rpm",
2504 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Errno-1.36-494.fc37.x86_64.rpm",
2505 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Errno-1.36-494.fc37.x86_64.rpm",
2506 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Errno-1.36-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002507 ],
2508 )
Leopold7fbf1042023-01-06 19:57:37 +01002509 rpm(
2510 name = "perl-Exporter-0__5.77-489.fc37.x86_64",
2511 sha256 = "95b26bb47a5b0f52f091cf6a5e6a493b203ed6d1bf8de714ed182c4f78f8b351",
2512 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002513 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Exporter-5.77-489.fc37.noarch.rpm",
2514 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Exporter-5.77-489.fc37.noarch.rpm",
2515 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Exporter-5.77-489.fc37.noarch.rpm",
2516 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Exporter-5.77-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002517 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Exporter-5.77-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002518 ],
2519 )
Leopold7fbf1042023-01-06 19:57:37 +01002520 rpm(
2521 name = "perl-ExtUtils-CBuilder-1__0.280236-489.fc37.x86_64",
2522 sha256 = "3f12827f0d6af1fa9312485811bfe94be5a6a49cc60f51c00a7b45418fc8a736",
2523 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002524 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-CBuilder-0.280236-489.fc37.noarch.rpm",
2525 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-CBuilder-0.280236-489.fc37.noarch.rpm",
2526 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-CBuilder-0.280236-489.fc37.noarch.rpm",
2527 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-CBuilder-0.280236-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002528 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-CBuilder-0.280236-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002529 ],
2530 )
Leopold7fbf1042023-01-06 19:57:37 +01002531 rpm(
Leopold7eeec652023-01-20 21:16:08 +01002532 name = "perl-ExtUtils-Command-2__7.66-1.fc37.x86_64",
2533 sha256 = "380a1fe3c4546fdcaed2bd10de4eb600c3726914f73b7d4675290c371c2522c0",
Leopold7fbf1042023-01-06 19:57:37 +01002534 urls = [
Leopold7eeec652023-01-20 21:16:08 +01002535 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Command-7.66-1.fc37.noarch.rpm",
2536 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Command-7.66-1.fc37.noarch.rpm",
2537 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Command-7.66-1.fc37.noarch.rpm",
2538 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Command-7.66-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002539 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Command-7.66-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002540 ],
2541 )
Leopold7fbf1042023-01-06 19:57:37 +01002542 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002543 name = "perl-ExtUtils-Constant-0__0.25-494.fc37.x86_64",
2544 sha256 = "f5fa5939e54b92f89a448c8598112accbde3e33396483c721cc84dfc42556c6c",
Leopold7fbf1042023-01-06 19:57:37 +01002545 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002546 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Constant-0.25-494.fc37.noarch.rpm",
2547 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Constant-0.25-494.fc37.noarch.rpm",
2548 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Constant-0.25-494.fc37.noarch.rpm",
2549 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Constant-0.25-494.fc37.noarch.rpm",
2550 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Constant-0.25-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002551 ],
2552 )
Leopold7fbf1042023-01-06 19:57:37 +01002553 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002554 name = "perl-ExtUtils-Embed-0__1.35-494.fc37.x86_64",
2555 sha256 = "9d27313b588a3bb95b931b6fac98fa3d235b88b8f45504f3db379350daa2ff75",
Leopold7fbf1042023-01-06 19:57:37 +01002556 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002557 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Embed-1.35-494.fc37.noarch.rpm",
2558 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Embed-1.35-494.fc37.noarch.rpm",
2559 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Embed-1.35-494.fc37.noarch.rpm",
2560 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Embed-1.35-494.fc37.noarch.rpm",
2561 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Embed-1.35-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002562 ],
2563 )
Leopold7fbf1042023-01-06 19:57:37 +01002564 rpm(
2565 name = "perl-ExtUtils-Install-0__2.20-489.fc37.x86_64",
2566 sha256 = "fdc9b741640d5449a3736abd433057b35b29bae743b4b34f2896dbe254e13914",
2567 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002568 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-Install-2.20-489.fc37.noarch.rpm",
2569 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-Install-2.20-489.fc37.noarch.rpm",
2570 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-Install-2.20-489.fc37.noarch.rpm",
2571 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-Install-2.20-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002572 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-Install-2.20-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002573 ],
2574 )
Leopold7fbf1042023-01-06 19:57:37 +01002575 rpm(
Leopold7eeec652023-01-20 21:16:08 +01002576 name = "perl-ExtUtils-MM-Utils-2__7.66-1.fc37.x86_64",
2577 sha256 = "5c1097fe06bb7d927ba17b379670d1d0b78c57c77a85edac55ef3e4b8ef65624",
Leopold7fbf1042023-01-06 19:57:37 +01002578 urls = [
Leopold7eeec652023-01-20 21:16:08 +01002579 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-MM-Utils-7.66-1.fc37.noarch.rpm",
2580 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-MM-Utils-7.66-1.fc37.noarch.rpm",
2581 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-MM-Utils-7.66-1.fc37.noarch.rpm",
2582 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-MM-Utils-7.66-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002583 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-MM-Utils-7.66-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002584 ],
2585 )
Leopold7fbf1042023-01-06 19:57:37 +01002586 rpm(
Leopold7eeec652023-01-20 21:16:08 +01002587 name = "perl-ExtUtils-MakeMaker-2__7.66-1.fc37.x86_64",
2588 sha256 = "d27ad9fb12959eafe80ef6719df1a56730c1ff2123511b401cba1a5dfdcbec5b",
Leopold7fbf1042023-01-06 19:57:37 +01002589 urls = [
Leopold7eeec652023-01-20 21:16:08 +01002590 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-MakeMaker-7.66-1.fc37.noarch.rpm",
2591 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-MakeMaker-7.66-1.fc37.noarch.rpm",
2592 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-MakeMaker-7.66-1.fc37.noarch.rpm",
2593 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-MakeMaker-7.66-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002594 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-MakeMaker-7.66-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002595 ],
2596 )
Leopold7fbf1042023-01-06 19:57:37 +01002597 rpm(
2598 name = "perl-ExtUtils-Manifest-1__1.73-489.fc37.x86_64",
2599 sha256 = "d23efacaadaabaaa74877985eac9979f5f06ad9fe1b2cacb242070b478a3bb6d",
2600 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002601 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-Manifest-1.73-489.fc37.noarch.rpm",
2602 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-Manifest-1.73-489.fc37.noarch.rpm",
2603 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-Manifest-1.73-489.fc37.noarch.rpm",
2604 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-Manifest-1.73-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002605 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-Manifest-1.73-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002606 ],
2607 )
Leopold7fbf1042023-01-06 19:57:37 +01002608 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002609 name = "perl-ExtUtils-Miniperl-0__1.11-494.fc37.x86_64",
2610 sha256 = "81b9ec0d4078df73e5138d748abc3f5038ea649ace8593919eada5bfa850020d",
Leopold7fbf1042023-01-06 19:57:37 +01002611 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002612 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Miniperl-1.11-494.fc37.noarch.rpm",
2613 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Miniperl-1.11-494.fc37.noarch.rpm",
2614 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Miniperl-1.11-494.fc37.noarch.rpm",
2615 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Miniperl-1.11-494.fc37.noarch.rpm",
2616 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ExtUtils-Miniperl-1.11-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002617 ],
2618 )
Leopold7fbf1042023-01-06 19:57:37 +01002619 rpm(
2620 name = "perl-ExtUtils-ParseXS-1__3.45-489.fc37.x86_64",
2621 sha256 = "924465679e012b6896b9372d22650e5b79833d71849d3dec72a64b05546eada7",
2622 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002623 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-ParseXS-3.45-489.fc37.noarch.rpm",
2624 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-ParseXS-3.45-489.fc37.noarch.rpm",
2625 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-ParseXS-3.45-489.fc37.noarch.rpm",
2626 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-ParseXS-3.45-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002627 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-ExtUtils-ParseXS-3.45-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002628 ],
2629 )
Leopold7fbf1042023-01-06 19:57:37 +01002630 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002631 name = "perl-Fcntl-0__1.15-494.fc37.x86_64",
2632 sha256 = "821dc308cdd46f74ae0d3cb75e9dfd8fc4f3ab26d984d6d3bc518c8144d6f73a",
Leopold7fbf1042023-01-06 19:57:37 +01002633 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002634 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Fcntl-1.15-494.fc37.x86_64.rpm",
2635 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Fcntl-1.15-494.fc37.x86_64.rpm",
2636 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Fcntl-1.15-494.fc37.x86_64.rpm",
2637 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Fcntl-1.15-494.fc37.x86_64.rpm",
2638 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Fcntl-1.15-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002639 ],
2640 )
Leopold7fbf1042023-01-06 19:57:37 +01002641 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002642 name = "perl-File-Basename-0__2.85-494.fc37.x86_64",
2643 sha256 = "35a66ded720e73b06f8449f74c53ce5ec5bcdbcc2783808e0b9dbecb91dfab96",
Leopold7fbf1042023-01-06 19:57:37 +01002644 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002645 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Basename-2.85-494.fc37.noarch.rpm",
2646 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Basename-2.85-494.fc37.noarch.rpm",
2647 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Basename-2.85-494.fc37.noarch.rpm",
2648 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Basename-2.85-494.fc37.noarch.rpm",
2649 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Basename-2.85-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002650 ],
2651 )
Leopold7fbf1042023-01-06 19:57:37 +01002652 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002653 name = "perl-File-Compare-0__1.100.700-494.fc37.x86_64",
2654 sha256 = "e454119581f062a111ee025e70c9ea9fb415f5ebdd85435d6afc8bfa77157550",
Leopold7fbf1042023-01-06 19:57:37 +01002655 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002656 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Compare-1.100.700-494.fc37.noarch.rpm",
2657 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Compare-1.100.700-494.fc37.noarch.rpm",
2658 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Compare-1.100.700-494.fc37.noarch.rpm",
2659 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Compare-1.100.700-494.fc37.noarch.rpm",
2660 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Compare-1.100.700-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002661 ],
2662 )
Leopold7fbf1042023-01-06 19:57:37 +01002663 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002664 name = "perl-File-Copy-0__2.39-494.fc37.x86_64",
2665 sha256 = "613f5b89c3246b4ebd650038b93df795b71ff57e318de183fbd32b574e264378",
Leopold7fbf1042023-01-06 19:57:37 +01002666 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002667 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Copy-2.39-494.fc37.noarch.rpm",
2668 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Copy-2.39-494.fc37.noarch.rpm",
2669 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Copy-2.39-494.fc37.noarch.rpm",
2670 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Copy-2.39-494.fc37.noarch.rpm",
2671 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Copy-2.39-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002672 ],
2673 )
Leopold7fbf1042023-01-06 19:57:37 +01002674 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002675 name = "perl-File-DosGlob-0__1.12-494.fc37.x86_64",
2676 sha256 = "43bb5186dbf91a8146f610308976ff73df4847bb20cb8d560f4953f822ca0b2e",
Leopold7fbf1042023-01-06 19:57:37 +01002677 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002678 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-DosGlob-1.12-494.fc37.x86_64.rpm",
2679 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-DosGlob-1.12-494.fc37.x86_64.rpm",
2680 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-DosGlob-1.12-494.fc37.x86_64.rpm",
2681 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-DosGlob-1.12-494.fc37.x86_64.rpm",
2682 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-DosGlob-1.12-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002683 ],
2684 )
Leopold7fbf1042023-01-06 19:57:37 +01002685 rpm(
2686 name = "perl-File-Fetch-0__1.04-489.fc37.x86_64",
2687 sha256 = "f7a51e94040539753ed04fac0cf8ec179dcd3e7dceeb3a38fd889ccbe1b1789c",
2688 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002689 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Fetch-1.04-489.fc37.noarch.rpm",
2690 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Fetch-1.04-489.fc37.noarch.rpm",
2691 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Fetch-1.04-489.fc37.noarch.rpm",
2692 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Fetch-1.04-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002693 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Fetch-1.04-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002694 ],
2695 )
Leopold7fbf1042023-01-06 19:57:37 +01002696 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002697 name = "perl-File-Find-0__1.40-494.fc37.x86_64",
2698 sha256 = "71513593cf19b9d51fd17b5606e5bd3f4f0650bcddf69c2b73830bb2ab5fcabf",
Leopold7fbf1042023-01-06 19:57:37 +01002699 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002700 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Find-1.40-494.fc37.noarch.rpm",
2701 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Find-1.40-494.fc37.noarch.rpm",
2702 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Find-1.40-494.fc37.noarch.rpm",
2703 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Find-1.40-494.fc37.noarch.rpm",
2704 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-Find-1.40-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002705 ],
2706 )
Leopold7fbf1042023-01-06 19:57:37 +01002707 rpm(
2708 name = "perl-File-HomeDir-0__1.006-7.fc37.x86_64",
2709 sha256 = "288f5bd2f09143037798cd867fcaf8a6e5c6bb7c5cf47b9de8bcf9ee7606ca12",
2710 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002711 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-HomeDir-1.006-7.fc37.noarch.rpm",
2712 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-HomeDir-1.006-7.fc37.noarch.rpm",
2713 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-HomeDir-1.006-7.fc37.noarch.rpm",
2714 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-HomeDir-1.006-7.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002715 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-HomeDir-1.006-7.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002716 ],
2717 )
Leopold7fbf1042023-01-06 19:57:37 +01002718 rpm(
2719 name = "perl-File-Path-0__2.18-489.fc37.x86_64",
2720 sha256 = "d73acee5758b6ac85b46416094fcaf9a3e9f54193996f167d353777e5708745a",
2721 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002722 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Path-2.18-489.fc37.noarch.rpm",
2723 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Path-2.18-489.fc37.noarch.rpm",
2724 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Path-2.18-489.fc37.noarch.rpm",
2725 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Path-2.18-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002726 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Path-2.18-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002727 ],
2728 )
Leopold7fbf1042023-01-06 19:57:37 +01002729 rpm(
2730 name = "perl-File-Temp-1__0.231.100-489.fc37.x86_64",
2731 sha256 = "5724aaa686d2cd278da72939aa01678cb6d9ba2b43237425ce2378197fbcc0d0",
2732 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002733 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Temp-0.231.100-489.fc37.noarch.rpm",
2734 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Temp-0.231.100-489.fc37.noarch.rpm",
2735 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Temp-0.231.100-489.fc37.noarch.rpm",
2736 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Temp-0.231.100-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002737 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Temp-0.231.100-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002738 ],
2739 )
Leopold7fbf1042023-01-06 19:57:37 +01002740 rpm(
2741 name = "perl-File-Which-0__1.27-6.fc37.x86_64",
2742 sha256 = "f8d6bfb8f2c5ca8539277e80c781d90a1cfa4e72021f1c912067c1dd9836d7be",
2743 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002744 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Which-1.27-6.fc37.noarch.rpm",
2745 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Which-1.27-6.fc37.noarch.rpm",
2746 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Which-1.27-6.fc37.noarch.rpm",
2747 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Which-1.27-6.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002748 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-File-Which-1.27-6.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002749 ],
2750 )
Leopold7fbf1042023-01-06 19:57:37 +01002751 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002752 name = "perl-File-stat-0__1.12-494.fc37.x86_64",
2753 sha256 = "09c723c96f4cf3170f8460a5b1290faf55f41c3ae4a54a51ef9d0c3113457085",
Leopold7fbf1042023-01-06 19:57:37 +01002754 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002755 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-stat-1.12-494.fc37.noarch.rpm",
2756 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-stat-1.12-494.fc37.noarch.rpm",
2757 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-stat-1.12-494.fc37.noarch.rpm",
2758 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-stat-1.12-494.fc37.noarch.rpm",
2759 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-File-stat-1.12-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002760 ],
2761 )
Leopold7fbf1042023-01-06 19:57:37 +01002762 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002763 name = "perl-FileCache-0__1.10-494.fc37.x86_64",
2764 sha256 = "33bdd78654deba9f247f45c2945d72d2ea529913a9c7140c1dd9196fc5056376",
Leopold7fbf1042023-01-06 19:57:37 +01002765 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002766 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FileCache-1.10-494.fc37.noarch.rpm",
2767 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FileCache-1.10-494.fc37.noarch.rpm",
2768 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FileCache-1.10-494.fc37.noarch.rpm",
2769 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FileCache-1.10-494.fc37.noarch.rpm",
2770 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FileCache-1.10-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002771 ],
2772 )
Leopold7fbf1042023-01-06 19:57:37 +01002773 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002774 name = "perl-FileHandle-0__2.03-494.fc37.x86_64",
2775 sha256 = "35bc29a12858c7f1ac793fef5e2f3cf4951fcbb0843246a06f445cbd6ef00b5c",
Leopold7fbf1042023-01-06 19:57:37 +01002776 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002777 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FileHandle-2.03-494.fc37.noarch.rpm",
2778 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FileHandle-2.03-494.fc37.noarch.rpm",
2779 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FileHandle-2.03-494.fc37.noarch.rpm",
2780 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FileHandle-2.03-494.fc37.noarch.rpm",
2781 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FileHandle-2.03-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002782 ],
2783 )
Leopold7fbf1042023-01-06 19:57:37 +01002784 rpm(
2785 name = "perl-Filter-2__1.64-1.fc37.x86_64",
2786 sha256 = "a6400b14b7905ca51354226996a31778c5e720f2ff04c53efb06bf1a72c8cd57",
2787 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002788 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Filter-1.64-1.fc37.x86_64.rpm",
2789 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Filter-1.64-1.fc37.x86_64.rpm",
2790 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Filter-1.64-1.fc37.x86_64.rpm",
2791 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Filter-1.64-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002792 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Filter-1.64-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002793 ],
2794 )
Leopold7fbf1042023-01-06 19:57:37 +01002795 rpm(
2796 name = "perl-Filter-Simple-0__0.96-489.fc37.x86_64",
2797 sha256 = "0a5fff5e31a412e05287bb2f1da0a15ba4b3e14e1acb99fda077dda9a965d52e",
2798 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002799 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Filter-Simple-0.96-489.fc37.noarch.rpm",
2800 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Filter-Simple-0.96-489.fc37.noarch.rpm",
2801 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Filter-Simple-0.96-489.fc37.noarch.rpm",
2802 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Filter-Simple-0.96-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002803 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Filter-Simple-0.96-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002804 ],
2805 )
Leopold7fbf1042023-01-06 19:57:37 +01002806 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002807 name = "perl-FindBin-0__1.53-494.fc37.x86_64",
2808 sha256 = "67dbdd42db129bcea067cd151cd54ff0e245c8fa5a6f7cbf7ed202c191efae5e",
Leopold7fbf1042023-01-06 19:57:37 +01002809 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002810 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FindBin-1.53-494.fc37.noarch.rpm",
2811 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FindBin-1.53-494.fc37.noarch.rpm",
2812 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FindBin-1.53-494.fc37.noarch.rpm",
2813 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FindBin-1.53-494.fc37.noarch.rpm",
2814 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-FindBin-1.53-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002815 ],
2816 )
Leopold7fbf1042023-01-06 19:57:37 +01002817 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002818 name = "perl-GDBM_File-1__1.23-494.fc37.x86_64",
2819 sha256 = "1a78697276a561680873fd82df2cd5ad12ecc44899c7fe9f5b0ed8cfee34b561",
Leopold7fbf1042023-01-06 19:57:37 +01002820 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002821 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-GDBM_File-1.23-494.fc37.x86_64.rpm",
2822 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-GDBM_File-1.23-494.fc37.x86_64.rpm",
2823 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-GDBM_File-1.23-494.fc37.x86_64.rpm",
2824 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-GDBM_File-1.23-494.fc37.x86_64.rpm",
2825 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-GDBM_File-1.23-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002826 ],
2827 )
Leopold7fbf1042023-01-06 19:57:37 +01002828 rpm(
2829 name = "perl-Getopt-Long-1__2.54-1.fc37.x86_64",
2830 sha256 = "49e397448b20d87418f8a7b7b3ae474928b6e33157dbaf300dc8d8ed842804c8",
2831 urls = [
Leopold7fbf1042023-01-06 19:57:37 +01002832 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Getopt-Long-2.54-1.fc37.noarch.rpm",
2833 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Getopt-Long-2.54-1.fc37.noarch.rpm",
Leopold7eeec652023-01-20 21:16:08 +01002834 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Getopt-Long-2.54-1.fc37.noarch.rpm",
2835 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Getopt-Long-2.54-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002836 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Getopt-Long-2.54-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002837 ],
2838 )
Leopold7fbf1042023-01-06 19:57:37 +01002839 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002840 name = "perl-Getopt-Std-0__1.13-494.fc37.x86_64",
2841 sha256 = "e7b8e9c6ce42eaf008c044007ee28d6ca1a66e767933034b9c14bd40568c9ce9",
Leopold7fbf1042023-01-06 19:57:37 +01002842 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002843 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Getopt-Std-1.13-494.fc37.noarch.rpm",
2844 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Getopt-Std-1.13-494.fc37.noarch.rpm",
2845 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Getopt-Std-1.13-494.fc37.noarch.rpm",
2846 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Getopt-Std-1.13-494.fc37.noarch.rpm",
2847 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Getopt-Std-1.13-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002848 ],
2849 )
Leopold7fbf1042023-01-06 19:57:37 +01002850 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002851 name = "perl-HTTP-Tiny-0__0.086-1.fc37.x86_64",
2852 sha256 = "06a15be4faf8f31a6c8fae57c435870d03ac683cdd9ecb5136963b6f21dc397d",
Leopold7fbf1042023-01-06 19:57:37 +01002853 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002854 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-HTTP-Tiny-0.086-1.fc37.noarch.rpm",
2855 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-HTTP-Tiny-0.086-1.fc37.noarch.rpm",
2856 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-HTTP-Tiny-0.086-1.fc37.noarch.rpm",
2857 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-HTTP-Tiny-0.086-1.fc37.noarch.rpm",
2858 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-HTTP-Tiny-0.086-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002859 ],
2860 )
Leopold7fbf1042023-01-06 19:57:37 +01002861 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002862 name = "perl-Hash-Util-0__0.28-494.fc37.x86_64",
2863 sha256 = "7360c97f06ac11656344a6d1eb5184ddf8202496d8bf8963b525291dd9d571b7",
Leopold7fbf1042023-01-06 19:57:37 +01002864 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002865 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Hash-Util-0.28-494.fc37.x86_64.rpm",
2866 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Hash-Util-0.28-494.fc37.x86_64.rpm",
2867 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Hash-Util-0.28-494.fc37.x86_64.rpm",
2868 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Hash-Util-0.28-494.fc37.x86_64.rpm",
2869 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Hash-Util-0.28-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002870 ],
2871 )
Leopold7fbf1042023-01-06 19:57:37 +01002872 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002873 name = "perl-Hash-Util-FieldHash-0__1.26-494.fc37.x86_64",
2874 sha256 = "e1ac0652dc2950ea39fb06be09289eea88487d1d52a0ea0782432bb3cebdda05",
Leopold7fbf1042023-01-06 19:57:37 +01002875 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002876 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Hash-Util-FieldHash-1.26-494.fc37.x86_64.rpm",
2877 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Hash-Util-FieldHash-1.26-494.fc37.x86_64.rpm",
2878 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Hash-Util-FieldHash-1.26-494.fc37.x86_64.rpm",
2879 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Hash-Util-FieldHash-1.26-494.fc37.x86_64.rpm",
2880 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Hash-Util-FieldHash-1.26-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002881 ],
2882 )
Leopold7fbf1042023-01-06 19:57:37 +01002883 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002884 name = "perl-I18N-Collate-0__1.02-494.fc37.x86_64",
2885 sha256 = "4ec3b4c0ca262dabaea7dc5f41e35f1d170a10649cf1e1469cdf4929e56aefac",
Leopold7fbf1042023-01-06 19:57:37 +01002886 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002887 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-Collate-1.02-494.fc37.noarch.rpm",
2888 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-Collate-1.02-494.fc37.noarch.rpm",
2889 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-Collate-1.02-494.fc37.noarch.rpm",
2890 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-Collate-1.02-494.fc37.noarch.rpm",
2891 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-Collate-1.02-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002892 ],
2893 )
Leopold7fbf1042023-01-06 19:57:37 +01002894 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002895 name = "perl-I18N-LangTags-0__0.45-494.fc37.x86_64",
2896 sha256 = "4683c6892310b4af2bc01e30de417ae02ce42626106a6b41391bd9585a4ae896",
Leopold7fbf1042023-01-06 19:57:37 +01002897 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002898 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-LangTags-0.45-494.fc37.noarch.rpm",
2899 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-LangTags-0.45-494.fc37.noarch.rpm",
2900 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-LangTags-0.45-494.fc37.noarch.rpm",
2901 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-LangTags-0.45-494.fc37.noarch.rpm",
2902 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-LangTags-0.45-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002903 ],
2904 )
Leopold7fbf1042023-01-06 19:57:37 +01002905 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002906 name = "perl-I18N-Langinfo-0__0.21-494.fc37.x86_64",
2907 sha256 = "e2dc8c4c49010167517a453d6a38d5200cdee37d402e95ae987c546f28484a28",
Leopold7fbf1042023-01-06 19:57:37 +01002908 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002909 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-Langinfo-0.21-494.fc37.x86_64.rpm",
2910 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-Langinfo-0.21-494.fc37.x86_64.rpm",
2911 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-Langinfo-0.21-494.fc37.x86_64.rpm",
2912 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-Langinfo-0.21-494.fc37.x86_64.rpm",
2913 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-I18N-Langinfo-0.21-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002914 ],
2915 )
Leopold7fbf1042023-01-06 19:57:37 +01002916 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002917 name = "perl-IO-0__1.50-494.fc37.x86_64",
2918 sha256 = "4ed96a75703de0c51aa26ab3dba42afcdb55cf93c56476eca7c3ccd729f09d4a",
Leopold7fbf1042023-01-06 19:57:37 +01002919 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002920 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-IO-1.50-494.fc37.x86_64.rpm",
2921 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-IO-1.50-494.fc37.x86_64.rpm",
2922 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-IO-1.50-494.fc37.x86_64.rpm",
2923 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-IO-1.50-494.fc37.x86_64.rpm",
2924 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-IO-1.50-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002925 ],
2926 )
Leopold7fbf1042023-01-06 19:57:37 +01002927 rpm(
2928 name = "perl-IO-Compress-0__2.201-3.fc37.x86_64",
2929 sha256 = "14defb2171d09871afb150a2b2bd6d86829e294bb3fde518766ccbf48b049c43",
2930 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002931 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Compress-2.201-3.fc37.noarch.rpm",
2932 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Compress-2.201-3.fc37.noarch.rpm",
2933 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Compress-2.201-3.fc37.noarch.rpm",
2934 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Compress-2.201-3.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002935 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Compress-2.201-3.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002936 ],
2937 )
Leopold7fbf1042023-01-06 19:57:37 +01002938 rpm(
2939 name = "perl-IO-Compress-Lzma-0__2.201-2.fc37.x86_64",
2940 sha256 = "7533be1fa034b000f85c463e5d81b80665520cb4d513b86b8ab685bde599bb2b",
2941 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002942 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Compress-Lzma-2.201-2.fc37.noarch.rpm",
2943 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Compress-Lzma-2.201-2.fc37.noarch.rpm",
2944 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Compress-Lzma-2.201-2.fc37.noarch.rpm",
2945 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Compress-Lzma-2.201-2.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002946 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Compress-Lzma-2.201-2.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002947 ],
2948 )
Leopold7fbf1042023-01-06 19:57:37 +01002949 rpm(
2950 name = "perl-IO-Socket-IP-0__0.41-490.fc37.x86_64",
2951 sha256 = "59c3fcf829ce856d6d4f81c4a3d00b632d324af71a3de1801001daf3b241eb1b",
2952 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002953 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Socket-IP-0.41-490.fc37.noarch.rpm",
2954 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Socket-IP-0.41-490.fc37.noarch.rpm",
2955 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Socket-IP-0.41-490.fc37.noarch.rpm",
2956 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Socket-IP-0.41-490.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002957 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Socket-IP-0.41-490.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002958 ],
2959 )
Leopold7fbf1042023-01-06 19:57:37 +01002960 rpm(
2961 name = "perl-IO-Zlib-1__1.11-489.fc37.x86_64",
2962 sha256 = "7fbae28ec6b0925b729c04a2430076371607da2dd38a46cfc3c8d58ac4d19943",
2963 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002964 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Zlib-1.11-489.fc37.noarch.rpm",
2965 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Zlib-1.11-489.fc37.noarch.rpm",
2966 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Zlib-1.11-489.fc37.noarch.rpm",
2967 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Zlib-1.11-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002968 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IO-Zlib-1.11-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002969 ],
2970 )
Leopold7fbf1042023-01-06 19:57:37 +01002971 rpm(
2972 name = "perl-IPC-Cmd-2__1.04-490.fc37.x86_64",
2973 sha256 = "c4b12c0bc3065a0298dea86e0387a57e291fdd43ebbf5f1881ca4f97d124c5e2",
2974 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002975 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-Cmd-1.04-490.fc37.noarch.rpm",
2976 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-Cmd-1.04-490.fc37.noarch.rpm",
2977 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-Cmd-1.04-490.fc37.noarch.rpm",
2978 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-Cmd-1.04-490.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02002979 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-Cmd-1.04-490.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002980 ],
2981 )
Leopold7fbf1042023-01-06 19:57:37 +01002982 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002983 name = "perl-IPC-Open3-0__1.22-494.fc37.x86_64",
2984 sha256 = "8b67d74e413d20ab80e4b5bdf8a784cb7492734b370099bc105f0faac7bab1ab",
Leopold7fbf1042023-01-06 19:57:37 +01002985 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02002986 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-IPC-Open3-1.22-494.fc37.noarch.rpm",
2987 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-IPC-Open3-1.22-494.fc37.noarch.rpm",
2988 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-IPC-Open3-1.22-494.fc37.noarch.rpm",
2989 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-IPC-Open3-1.22-494.fc37.noarch.rpm",
2990 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-IPC-Open3-1.22-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01002991 ],
2992 )
Leopold7fbf1042023-01-06 19:57:37 +01002993 rpm(
2994 name = "perl-IPC-SysV-0__2.09-490.fc37.x86_64",
2995 sha256 = "80153b91d4c4c7c0bf5b39fdf42bff9a66472bfa01b32d4c4152b4610af5a83c",
2996 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01002997 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-SysV-2.09-490.fc37.x86_64.rpm",
2998 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-SysV-2.09-490.fc37.x86_64.rpm",
2999 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-SysV-2.09-490.fc37.x86_64.rpm",
3000 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-SysV-2.09-490.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003001 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-SysV-2.09-490.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003002 ],
3003 )
Leopold7fbf1042023-01-06 19:57:37 +01003004 rpm(
3005 name = "perl-IPC-System-Simple-0__1.30-9.fc37.x86_64",
3006 sha256 = "9c8f39cc95ff600c5cd60b4e753ff26f7bb2e1664607163063bd4b18da6dea13",
3007 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003008 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-System-Simple-1.30-9.fc37.noarch.rpm",
3009 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-System-Simple-1.30-9.fc37.noarch.rpm",
3010 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-System-Simple-1.30-9.fc37.noarch.rpm",
3011 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-System-Simple-1.30-9.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003012 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-IPC-System-Simple-1.30-9.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003013 ],
3014 )
Leopold7fbf1042023-01-06 19:57:37 +01003015 rpm(
3016 name = "perl-Importer-0__0.026-7.fc37.x86_64",
3017 sha256 = "6628070ada3140f046e9a03574be0fea3963c5cdd4bda25b630d400c5c14838d",
3018 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003019 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Importer-0.026-7.fc37.noarch.rpm",
3020 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Importer-0.026-7.fc37.noarch.rpm",
3021 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Importer-0.026-7.fc37.noarch.rpm",
3022 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Importer-0.026-7.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003023 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Importer-0.026-7.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003024 ],
3025 )
Leopold7fbf1042023-01-06 19:57:37 +01003026 rpm(
3027 name = "perl-JSON-PP-1__4.11-1.fc37.x86_64",
3028 sha256 = "1aa8f2ca107295bc2cd5510e8a1c29f98d178d84badb5dfd352c082aede61cdf",
3029 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003030 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-JSON-PP-4.11-1.fc37.noarch.rpm",
3031 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-JSON-PP-4.11-1.fc37.noarch.rpm",
3032 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-JSON-PP-4.11-1.fc37.noarch.rpm",
3033 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-JSON-PP-4.11-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003034 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-JSON-PP-4.11-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003035 ],
3036 )
Leopold7fbf1042023-01-06 19:57:37 +01003037 rpm(
3038 name = "perl-Locale-Maketext-0__1.32-1.fc37.x86_64",
3039 sha256 = "db61bd3244856beafead63d361b98ecf4cfe6945dd9169ffbf3973f85e419b21",
3040 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003041 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Locale-Maketext-1.32-1.fc37.noarch.rpm",
3042 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Locale-Maketext-1.32-1.fc37.noarch.rpm",
3043 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Locale-Maketext-1.32-1.fc37.noarch.rpm",
3044 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Locale-Maketext-1.32-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003045 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Locale-Maketext-1.32-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003046 ],
3047 )
Leopold7fbf1042023-01-06 19:57:37 +01003048 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003049 name = "perl-Locale-Maketext-Simple-1__0.21-494.fc37.x86_64",
3050 sha256 = "13f7264c14d1e1de753e205c40c8bd5a8642e0a0215817540486ec3870fdf125",
Leopold7fbf1042023-01-06 19:57:37 +01003051 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003052 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Locale-Maketext-Simple-0.21-494.fc37.noarch.rpm",
3053 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Locale-Maketext-Simple-0.21-494.fc37.noarch.rpm",
3054 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Locale-Maketext-Simple-0.21-494.fc37.noarch.rpm",
3055 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Locale-Maketext-Simple-0.21-494.fc37.noarch.rpm",
3056 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Locale-Maketext-Simple-0.21-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003057 ],
3058 )
Leopold7fbf1042023-01-06 19:57:37 +01003059 rpm(
3060 name = "perl-MIME-Base64-0__3.16-489.fc37.x86_64",
3061 sha256 = "0823ebce69b5d9df94c9d508669ac612bd1df48e8857cf02103dcc2094df246f",
3062 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003063 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-MIME-Base64-3.16-489.fc37.x86_64.rpm",
3064 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-MIME-Base64-3.16-489.fc37.x86_64.rpm",
3065 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-MIME-Base64-3.16-489.fc37.x86_64.rpm",
3066 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-MIME-Base64-3.16-489.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003067 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-MIME-Base64-3.16-489.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003068 ],
3069 )
Leopold7fbf1042023-01-06 19:57:37 +01003070 rpm(
3071 name = "perl-MRO-Compat-0__0.15-4.fc37.x86_64",
3072 sha256 = "c92e79de1b50f817638d5b21de3b3426950404280ff32470a1c5ea37f4d7f803",
3073 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003074 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-MRO-Compat-0.15-4.fc37.noarch.rpm",
3075 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-MRO-Compat-0.15-4.fc37.noarch.rpm",
3076 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-MRO-Compat-0.15-4.fc37.noarch.rpm",
3077 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-MRO-Compat-0.15-4.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003078 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-MRO-Compat-0.15-4.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003079 ],
3080 )
Leopold7fbf1042023-01-06 19:57:37 +01003081 rpm(
3082 name = "perl-Math-BigInt-1__1.9998.37-2.fc37.x86_64",
3083 sha256 = "4ae9d5dfd60d270eafe87e0781e836bad36a9b71aa28a5e84d41677600904444",
3084 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003085 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigInt-1.9998.37-2.fc37.noarch.rpm",
3086 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigInt-1.9998.37-2.fc37.noarch.rpm",
3087 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigInt-1.9998.37-2.fc37.noarch.rpm",
3088 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigInt-1.9998.37-2.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003089 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigInt-1.9998.37-2.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003090 ],
3091 )
Leopold7fbf1042023-01-06 19:57:37 +01003092 rpm(
3093 name = "perl-Math-BigInt-FastCalc-0__0.501.300-3.fc37.x86_64",
3094 sha256 = "7c2f97cd627fd0a926e7f00daaebc066c8fedfe0e6ebb6c01c42347e0ae6ecec",
3095 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003096 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigInt-FastCalc-0.501.300-3.fc37.x86_64.rpm",
3097 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigInt-FastCalc-0.501.300-3.fc37.x86_64.rpm",
3098 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigInt-FastCalc-0.501.300-3.fc37.x86_64.rpm",
3099 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigInt-FastCalc-0.501.300-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003100 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigInt-FastCalc-0.501.300-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003101 ],
3102 )
Leopold7fbf1042023-01-06 19:57:37 +01003103 rpm(
3104 name = "perl-Math-BigRat-0__0.2624-2.fc37.x86_64",
3105 sha256 = "837314dcdcae121138b9d14fae2efe2aa68a1313b0ac82d774ebff88eba85197",
3106 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003107 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigRat-0.2624-2.fc37.noarch.rpm",
3108 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigRat-0.2624-2.fc37.noarch.rpm",
3109 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigRat-0.2624-2.fc37.noarch.rpm",
3110 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigRat-0.2624-2.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003111 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Math-BigRat-0.2624-2.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003112 ],
3113 )
Leopold7fbf1042023-01-06 19:57:37 +01003114 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003115 name = "perl-Math-Complex-0__1.59-494.fc37.x86_64",
3116 sha256 = "7dc1ba1baa4386f259673974d8dcf60120881fc70c036d526fdfce2451ef8422",
Leopold7fbf1042023-01-06 19:57:37 +01003117 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003118 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Math-Complex-1.59-494.fc37.noarch.rpm",
3119 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Math-Complex-1.59-494.fc37.noarch.rpm",
3120 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Math-Complex-1.59-494.fc37.noarch.rpm",
3121 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Math-Complex-1.59-494.fc37.noarch.rpm",
3122 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Math-Complex-1.59-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003123 ],
3124 )
Leopold7fbf1042023-01-06 19:57:37 +01003125 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003126 name = "perl-Memoize-0__1.03-494.fc37.x86_64",
3127 sha256 = "c831644c3fd5b08a70ee442b7f2e8f66401cddab43551628769626f9ad387207",
Leopold7fbf1042023-01-06 19:57:37 +01003128 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003129 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Memoize-1.03-494.fc37.noarch.rpm",
3130 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Memoize-1.03-494.fc37.noarch.rpm",
3131 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Memoize-1.03-494.fc37.noarch.rpm",
3132 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Memoize-1.03-494.fc37.noarch.rpm",
3133 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Memoize-1.03-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003134 ],
3135 )
Leopold7fbf1042023-01-06 19:57:37 +01003136 rpm(
3137 name = "perl-Module-Build-2__0.42.31-15.fc37.x86_64",
3138 sha256 = "e3a45c170655d16f2033b203a8fcac4fc65e6bc920eeeb3eea48b72a0942f783",
3139 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003140 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Build-0.42.31-15.fc37.noarch.rpm",
3141 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Build-0.42.31-15.fc37.noarch.rpm",
3142 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Build-0.42.31-15.fc37.noarch.rpm",
3143 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Build-0.42.31-15.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003144 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Build-0.42.31-15.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003145 ],
3146 )
Leopold7fbf1042023-01-06 19:57:37 +01003147 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00003148 name = "perl-Module-CoreList-1__5.20231120-1.fc37.x86_64",
3149 sha256 = "969e5408dbd49fb2a315ae04b50faff70e2a63e40be07f55c961acf8471217de",
Leopold7fbf1042023-01-06 19:57:37 +01003150 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00003151 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-CoreList-5.20231120-1.fc37.noarch.rpm",
3152 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-CoreList-5.20231120-1.fc37.noarch.rpm",
3153 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-CoreList-5.20231120-1.fc37.noarch.rpm",
3154 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-CoreList-5.20231120-1.fc37.noarch.rpm",
3155 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-CoreList-5.20231120-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003156 ],
3157 )
Leopold7fbf1042023-01-06 19:57:37 +01003158 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00003159 name = "perl-Module-CoreList-tools-1__5.20231120-1.fc37.x86_64",
3160 sha256 = "91b5ffee610ee6ce0cbae120679d60c5b1f175ec757925ea82e2b99de0ed0697",
Leopold7fbf1042023-01-06 19:57:37 +01003161 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00003162 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-CoreList-tools-5.20231120-1.fc37.noarch.rpm",
3163 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-CoreList-tools-5.20231120-1.fc37.noarch.rpm",
3164 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-CoreList-tools-5.20231120-1.fc37.noarch.rpm",
3165 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-CoreList-tools-5.20231120-1.fc37.noarch.rpm",
3166 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-CoreList-tools-5.20231120-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003167 ],
3168 )
Leopold Schabelc0f72dc2023-10-19 16:54:38 +02003169
Leopold7fbf1042023-01-06 19:57:37 +01003170 rpm(
3171 name = "perl-Module-Load-1__0.36-489.fc37.x86_64",
3172 sha256 = "ee43e582ffdcd8c517a16cde7aea081c92509ef10da7996713b4e03dbc2806bc",
3173 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003174 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Load-0.36-489.fc37.noarch.rpm",
3175 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Load-0.36-489.fc37.noarch.rpm",
3176 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Load-0.36-489.fc37.noarch.rpm",
3177 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Load-0.36-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003178 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Load-0.36-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003179 ],
3180 )
Leopold7fbf1042023-01-06 19:57:37 +01003181 rpm(
3182 name = "perl-Module-Load-Conditional-0__0.74-489.fc37.x86_64",
3183 sha256 = "b9445196cf8156f908a5ab0e48ad4493d4061e2e6bee63b011da70d12898bcec",
3184 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003185 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Load-Conditional-0.74-489.fc37.noarch.rpm",
3186 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Load-Conditional-0.74-489.fc37.noarch.rpm",
3187 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Load-Conditional-0.74-489.fc37.noarch.rpm",
3188 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Load-Conditional-0.74-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003189 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Load-Conditional-0.74-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003190 ],
3191 )
Leopold7fbf1042023-01-06 19:57:37 +01003192 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003193 name = "perl-Module-Loaded-1__0.08-494.fc37.x86_64",
3194 sha256 = "cf4dababe21e9f04cf27b7e7d9d1b7ed3250a9ca255240b4640403d7a7c4c4e0",
Leopold7fbf1042023-01-06 19:57:37 +01003195 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003196 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-Loaded-0.08-494.fc37.noarch.rpm",
3197 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-Loaded-0.08-494.fc37.noarch.rpm",
3198 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-Loaded-0.08-494.fc37.noarch.rpm",
3199 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-Loaded-0.08-494.fc37.noarch.rpm",
3200 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Module-Loaded-0.08-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003201 ],
3202 )
Leopold7fbf1042023-01-06 19:57:37 +01003203 rpm(
3204 name = "perl-Module-Metadata-0__1.000037-489.fc37.x86_64",
3205 sha256 = "bd8f7944c9d518ad043a31604057d409e6cf735c3046aa3b5e62750baa29c283",
3206 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003207 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Metadata-1.000037-489.fc37.noarch.rpm",
3208 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Metadata-1.000037-489.fc37.noarch.rpm",
3209 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Metadata-1.000037-489.fc37.noarch.rpm",
3210 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Metadata-1.000037-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003211 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Metadata-1.000037-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003212 ],
3213 )
Leopold7fbf1042023-01-06 19:57:37 +01003214 rpm(
3215 name = "perl-Module-Signature-0__0.88-4.fc37.x86_64",
3216 sha256 = "41ba8e5b325d9dcbb1b2bcf042ea01da282e2654f458d819fbc0df38e57d38bf",
3217 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003218 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Signature-0.88-4.fc37.noarch.rpm",
3219 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Signature-0.88-4.fc37.noarch.rpm",
3220 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Signature-0.88-4.fc37.noarch.rpm",
3221 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Signature-0.88-4.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003222 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Module-Signature-0.88-4.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003223 ],
3224 )
Leopold7fbf1042023-01-06 19:57:37 +01003225 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003226 name = "perl-NDBM_File-0__1.15-494.fc37.x86_64",
3227 sha256 = "744f21d6397e3dd9534b3c4655624cd5898560aad623eb0c2b018f670d8a03c9",
Leopold7fbf1042023-01-06 19:57:37 +01003228 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003229 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-NDBM_File-1.15-494.fc37.x86_64.rpm",
3230 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-NDBM_File-1.15-494.fc37.x86_64.rpm",
3231 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-NDBM_File-1.15-494.fc37.x86_64.rpm",
3232 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-NDBM_File-1.15-494.fc37.x86_64.rpm",
3233 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-NDBM_File-1.15-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003234 ],
3235 )
Leopold7fbf1042023-01-06 19:57:37 +01003236 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003237 name = "perl-NEXT-0__0.69-494.fc37.x86_64",
3238 sha256 = "ce83597433fa17af59148e0a5df392926a1e5e13d1c87f9dc056ad15d5dbfc78",
Leopold7fbf1042023-01-06 19:57:37 +01003239 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003240 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-NEXT-0.69-494.fc37.noarch.rpm",
3241 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-NEXT-0.69-494.fc37.noarch.rpm",
3242 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-NEXT-0.69-494.fc37.noarch.rpm",
3243 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-NEXT-0.69-494.fc37.noarch.rpm",
3244 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-NEXT-0.69-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003245 ],
3246 )
Leopold7fbf1042023-01-06 19:57:37 +01003247 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003248 name = "perl-Net-0__1.03-494.fc37.x86_64",
3249 sha256 = "d4106dee5ea10bce794724d5b39d3615cbd34538a0a0d21094f8e734d4aa9fc8",
Leopold7fbf1042023-01-06 19:57:37 +01003250 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003251 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Net-1.03-494.fc37.noarch.rpm",
3252 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Net-1.03-494.fc37.noarch.rpm",
3253 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Net-1.03-494.fc37.noarch.rpm",
3254 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Net-1.03-494.fc37.noarch.rpm",
3255 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Net-1.03-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003256 ],
3257 )
Leopold7fbf1042023-01-06 19:57:37 +01003258 rpm(
3259 name = "perl-Net-Ping-0__2.75-1.fc37.x86_64",
3260 sha256 = "e6071fee087a8ec83116efe32cec0a712127211a5edb9c7dfccf4e9a92453d76",
3261 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003262 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Net-Ping-2.75-1.fc37.noarch.rpm",
3263 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Net-Ping-2.75-1.fc37.noarch.rpm",
3264 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Net-Ping-2.75-1.fc37.noarch.rpm",
3265 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Net-Ping-2.75-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003266 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Net-Ping-2.75-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003267 ],
3268 )
Leopold7fbf1042023-01-06 19:57:37 +01003269 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003270 name = "perl-ODBM_File-0__1.17-494.fc37.x86_64",
3271 sha256 = "78184836431e86032f95673b6d4b7c542044240f3487ecb82010efcc83f3e853",
Leopold7fbf1042023-01-06 19:57:37 +01003272 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003273 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ODBM_File-1.17-494.fc37.x86_64.rpm",
3274 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ODBM_File-1.17-494.fc37.x86_64.rpm",
3275 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ODBM_File-1.17-494.fc37.x86_64.rpm",
3276 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ODBM_File-1.17-494.fc37.x86_64.rpm",
3277 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ODBM_File-1.17-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003278 ],
3279 )
Leopold7fbf1042023-01-06 19:57:37 +01003280 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00003281 name = "perl-Object-HashBase-0__0.010-1.fc37.x86_64",
3282 sha256 = "81981869c07183d984dece73d9a13dbe84bb430cec9c58a66e643a7cfbcc1f33",
Leopold7fbf1042023-01-06 19:57:37 +01003283 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00003284 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Object-HashBase-0.010-1.fc37.noarch.rpm",
3285 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Object-HashBase-0.010-1.fc37.noarch.rpm",
3286 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Object-HashBase-0.010-1.fc37.noarch.rpm",
3287 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Object-HashBase-0.010-1.fc37.noarch.rpm",
3288 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Object-HashBase-0.010-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003289 ],
3290 )
Serge Bazanski8111b902024-06-04 14:33:40 +00003291
Leopold7fbf1042023-01-06 19:57:37 +01003292 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003293 name = "perl-Opcode-0__1.57-494.fc37.x86_64",
3294 sha256 = "2a80b4548a5cd4c6d25812efcd5d29bf35c357b686324235d7949f917667498c",
Leopold7fbf1042023-01-06 19:57:37 +01003295 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003296 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Opcode-1.57-494.fc37.x86_64.rpm",
3297 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Opcode-1.57-494.fc37.x86_64.rpm",
3298 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Opcode-1.57-494.fc37.x86_64.rpm",
3299 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Opcode-1.57-494.fc37.x86_64.rpm",
3300 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Opcode-1.57-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003301 ],
3302 )
Leopold7fbf1042023-01-06 19:57:37 +01003303 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003304 name = "perl-POSIX-0__2.03-494.fc37.x86_64",
3305 sha256 = "75f3e8577138a10e0e745dd97e115e4703af3dbc4c6e8a1c99bcbee40637acbf",
Leopold7fbf1042023-01-06 19:57:37 +01003306 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003307 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-POSIX-2.03-494.fc37.x86_64.rpm",
3308 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-POSIX-2.03-494.fc37.x86_64.rpm",
3309 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-POSIX-2.03-494.fc37.x86_64.rpm",
3310 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-POSIX-2.03-494.fc37.x86_64.rpm",
3311 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-POSIX-2.03-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003312 ],
3313 )
Leopold7fbf1042023-01-06 19:57:37 +01003314 rpm(
3315 name = "perl-Package-Generator-0__1.106-26.fc37.x86_64",
3316 sha256 = "01533af797e2c6dd68fbc25272fb8e92aa6d53fffbcb460c030971982c0d61cb",
3317 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003318 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Package-Generator-1.106-26.fc37.noarch.rpm",
3319 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Package-Generator-1.106-26.fc37.noarch.rpm",
3320 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Package-Generator-1.106-26.fc37.noarch.rpm",
3321 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Package-Generator-1.106-26.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003322 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Package-Generator-1.106-26.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003323 ],
3324 )
Leopold7fbf1042023-01-06 19:57:37 +01003325 rpm(
3326 name = "perl-Params-Check-1__0.38-489.fc37.x86_64",
3327 sha256 = "f75effeffe02a56097b775842de8a36a29c01906c5983c39333b01b28f87ce61",
3328 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003329 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Params-Check-0.38-489.fc37.noarch.rpm",
3330 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Params-Check-0.38-489.fc37.noarch.rpm",
3331 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Params-Check-0.38-489.fc37.noarch.rpm",
3332 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Params-Check-0.38-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003333 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Params-Check-0.38-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003334 ],
3335 )
Leopold7fbf1042023-01-06 19:57:37 +01003336 rpm(
3337 name = "perl-Params-Util-0__1.102-8.fc37.x86_64",
3338 sha256 = "d357de4acaca544197cafc8743bc1ce599cfa1f450243541ce2b28298b06e702",
3339 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003340 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Params-Util-1.102-8.fc37.x86_64.rpm",
3341 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Params-Util-1.102-8.fc37.x86_64.rpm",
3342 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Params-Util-1.102-8.fc37.x86_64.rpm",
3343 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Params-Util-1.102-8.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003344 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Params-Util-1.102-8.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003345 ],
3346 )
Leopold7fbf1042023-01-06 19:57:37 +01003347 rpm(
3348 name = "perl-PathTools-0__3.84-489.fc37.x86_64",
3349 sha256 = "e0a37fde6728e9b662d46a28dcd34399eccda9e5b696858d1447a47a82877de1",
3350 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003351 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-PathTools-3.84-489.fc37.x86_64.rpm",
3352 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-PathTools-3.84-489.fc37.x86_64.rpm",
3353 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-PathTools-3.84-489.fc37.x86_64.rpm",
3354 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-PathTools-3.84-489.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003355 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-PathTools-3.84-489.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003356 ],
3357 )
Leopold7fbf1042023-01-06 19:57:37 +01003358 rpm(
3359 name = "perl-Perl-OSType-0__1.010-490.fc37.x86_64",
3360 sha256 = "d251ec15e60e1fee18b87e0c5317a7aa96bca90e8464928d7188dd9f2997b4c6",
3361 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003362 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Perl-OSType-1.010-490.fc37.noarch.rpm",
3363 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Perl-OSType-1.010-490.fc37.noarch.rpm",
3364 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Perl-OSType-1.010-490.fc37.noarch.rpm",
3365 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Perl-OSType-1.010-490.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003366 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Perl-OSType-1.010-490.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003367 ],
3368 )
Leopold7fbf1042023-01-06 19:57:37 +01003369 rpm(
3370 name = "perl-PerlIO-via-QuotedPrint-0__0.10-3.fc37.x86_64",
3371 sha256 = "a5bfec0df83a04a1f0024d815858642c79af0da66b70cf6584e8d9078b37c97d",
3372 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003373 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-PerlIO-via-QuotedPrint-0.10-3.fc37.noarch.rpm",
3374 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-PerlIO-via-QuotedPrint-0.10-3.fc37.noarch.rpm",
3375 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-PerlIO-via-QuotedPrint-0.10-3.fc37.noarch.rpm",
3376 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-PerlIO-via-QuotedPrint-0.10-3.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003377 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-PerlIO-via-QuotedPrint-0.10-3.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003378 ],
3379 )
Leopold7fbf1042023-01-06 19:57:37 +01003380 rpm(
3381 name = "perl-Pod-Checker-4__1.75-3.fc37.x86_64",
3382 sha256 = "cfb3e223566de815650f1ef51bf4819f9a092678184af0e2eb30446be45fe01c",
3383 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003384 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Checker-1.75-3.fc37.noarch.rpm",
3385 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Checker-1.75-3.fc37.noarch.rpm",
3386 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Checker-1.75-3.fc37.noarch.rpm",
3387 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Checker-1.75-3.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003388 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Checker-1.75-3.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003389 ],
3390 )
Leopold7fbf1042023-01-06 19:57:37 +01003391 rpm(
3392 name = "perl-Pod-Escapes-1__1.07-489.fc37.x86_64",
3393 sha256 = "08bf74ca4b30a562d26026d0a70b508b7b926a3697d700127accf9d052c30da1",
3394 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003395 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Escapes-1.07-489.fc37.noarch.rpm",
3396 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Escapes-1.07-489.fc37.noarch.rpm",
3397 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Escapes-1.07-489.fc37.noarch.rpm",
3398 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Escapes-1.07-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003399 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Escapes-1.07-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003400 ],
3401 )
Leopold7fbf1042023-01-06 19:57:37 +01003402 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003403 name = "perl-Pod-Functions-0__1.14-494.fc37.x86_64",
3404 sha256 = "8e5aa9508914951f4ab45c905b0b50df036d03e8f8206ad71745264e8abc9119",
Leopold7fbf1042023-01-06 19:57:37 +01003405 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003406 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Pod-Functions-1.14-494.fc37.noarch.rpm",
3407 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Pod-Functions-1.14-494.fc37.noarch.rpm",
3408 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Pod-Functions-1.14-494.fc37.noarch.rpm",
3409 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Pod-Functions-1.14-494.fc37.noarch.rpm",
3410 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Pod-Functions-1.14-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003411 ],
3412 )
Leopold7fbf1042023-01-06 19:57:37 +01003413 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003414 name = "perl-Pod-Html-0__1.33-494.fc37.x86_64",
3415 sha256 = "014161ace565e0308c4e9d4290ca0fe54aaa384d3b50bfcad87c76d6e5f701aa",
Leopold7fbf1042023-01-06 19:57:37 +01003416 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003417 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Pod-Html-1.33-494.fc37.noarch.rpm",
3418 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Pod-Html-1.33-494.fc37.noarch.rpm",
3419 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Pod-Html-1.33-494.fc37.noarch.rpm",
3420 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Pod-Html-1.33-494.fc37.noarch.rpm",
3421 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Pod-Html-1.33-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003422 ],
3423 )
Leopold7fbf1042023-01-06 19:57:37 +01003424 rpm(
3425 name = "perl-Pod-Perldoc-0__3.28.01-490.fc37.x86_64",
3426 sha256 = "0047003615e8d018a4f4a887b414cba325ef294084faab480533f5de78ef58a4",
3427 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003428 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Perldoc-3.28.01-490.fc37.noarch.rpm",
3429 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Perldoc-3.28.01-490.fc37.noarch.rpm",
3430 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Perldoc-3.28.01-490.fc37.noarch.rpm",
3431 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Perldoc-3.28.01-490.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003432 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Perldoc-3.28.01-490.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003433 ],
3434 )
Leopold7fbf1042023-01-06 19:57:37 +01003435 rpm(
3436 name = "perl-Pod-Simple-1__3.43-490.fc37.x86_64",
3437 sha256 = "298ba92d8130493373f70271685ba59298377da497a39614d14a6345a44cac8a",
3438 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003439 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Simple-3.43-490.fc37.noarch.rpm",
3440 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Simple-3.43-490.fc37.noarch.rpm",
3441 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Simple-3.43-490.fc37.noarch.rpm",
3442 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Simple-3.43-490.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003443 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Simple-3.43-490.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003444 ],
3445 )
Leopold7fbf1042023-01-06 19:57:37 +01003446 rpm(
3447 name = "perl-Pod-Usage-4__2.03-3.fc37.x86_64",
3448 sha256 = "c216ffe76ed543dcb546178dabcceeca4a1054c81beee8de67a741ad39af314e",
3449 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003450 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Usage-2.03-3.fc37.noarch.rpm",
3451 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Usage-2.03-3.fc37.noarch.rpm",
3452 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Usage-2.03-3.fc37.noarch.rpm",
3453 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Usage-2.03-3.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003454 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Pod-Usage-2.03-3.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003455 ],
3456 )
Leopold7fbf1042023-01-06 19:57:37 +01003457 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003458 name = "perl-Safe-0__2.43-494.fc37.x86_64",
3459 sha256 = "dc525647470057ffb10fbfdf877dea36e4afcc8265ba7d02cf8575b4ddda4508",
Leopold7fbf1042023-01-06 19:57:37 +01003460 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003461 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Safe-2.43-494.fc37.noarch.rpm",
3462 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Safe-2.43-494.fc37.noarch.rpm",
3463 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Safe-2.43-494.fc37.noarch.rpm",
3464 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Safe-2.43-494.fc37.noarch.rpm",
3465 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Safe-2.43-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003466 ],
3467 )
Leopold7fbf1042023-01-06 19:57:37 +01003468 rpm(
3469 name = "perl-Scalar-List-Utils-5__1.63-489.fc37.x86_64",
3470 sha256 = "eed91d8529a1eee7269fd28eccdb636a6fc6dcf30d607bdb7198329f3017a74a",
3471 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003472 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Scalar-List-Utils-1.63-489.fc37.x86_64.rpm",
3473 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Scalar-List-Utils-1.63-489.fc37.x86_64.rpm",
3474 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Scalar-List-Utils-1.63-489.fc37.x86_64.rpm",
3475 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Scalar-List-Utils-1.63-489.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003476 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Scalar-List-Utils-1.63-489.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003477 ],
3478 )
Leopold7fbf1042023-01-06 19:57:37 +01003479 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003480 name = "perl-Search-Dict-0__1.07-494.fc37.x86_64",
3481 sha256 = "a3e609d864a9679937fbc5edf16a8a8df8c01b2f415d1259e6ae93d0a222031d",
Leopold7fbf1042023-01-06 19:57:37 +01003482 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003483 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Search-Dict-1.07-494.fc37.noarch.rpm",
3484 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Search-Dict-1.07-494.fc37.noarch.rpm",
3485 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Search-Dict-1.07-494.fc37.noarch.rpm",
3486 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Search-Dict-1.07-494.fc37.noarch.rpm",
3487 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Search-Dict-1.07-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003488 ],
3489 )
Leopold7fbf1042023-01-06 19:57:37 +01003490 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003491 name = "perl-SelectSaver-0__1.02-494.fc37.x86_64",
3492 sha256 = "6d03a8b30fc34659a68b7552f66133f837c7a1b420ca48e2e3398705a3507081",
Leopold7fbf1042023-01-06 19:57:37 +01003493 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003494 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-SelectSaver-1.02-494.fc37.noarch.rpm",
3495 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-SelectSaver-1.02-494.fc37.noarch.rpm",
3496 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-SelectSaver-1.02-494.fc37.noarch.rpm",
3497 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-SelectSaver-1.02-494.fc37.noarch.rpm",
3498 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-SelectSaver-1.02-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003499 ],
3500 )
Leopold7fbf1042023-01-06 19:57:37 +01003501 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003502 name = "perl-SelfLoader-0__1.26-494.fc37.x86_64",
3503 sha256 = "8045f8a30e8d7dd9af37df7dd2ea98752cb8f940bd7899977296b603ab6ed05d",
Leopold7fbf1042023-01-06 19:57:37 +01003504 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003505 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-SelfLoader-1.26-494.fc37.noarch.rpm",
3506 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-SelfLoader-1.26-494.fc37.noarch.rpm",
3507 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-SelfLoader-1.26-494.fc37.noarch.rpm",
3508 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-SelfLoader-1.26-494.fc37.noarch.rpm",
3509 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-SelfLoader-1.26-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003510 ],
3511 )
Leopold7fbf1042023-01-06 19:57:37 +01003512 rpm(
3513 name = "perl-Socket-4__2.036-1.fc37.x86_64",
3514 sha256 = "5cda2738aaff2c73a850f4359b299028560c2106014c3bb02b340f036d81b564",
3515 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003516 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Socket-2.036-1.fc37.x86_64.rpm",
3517 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Socket-2.036-1.fc37.x86_64.rpm",
3518 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Socket-2.036-1.fc37.x86_64.rpm",
3519 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Socket-2.036-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003520 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Socket-2.036-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003521 ],
3522 )
Leopold7fbf1042023-01-06 19:57:37 +01003523 rpm(
3524 name = "perl-Software-License-0__0.104002-2.fc37.x86_64",
3525 sha256 = "31cc5bad7a526176a0ab9e087752b8865c27564acd550fcc74afe2e1b79069b1",
3526 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003527 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Software-License-0.104002-2.fc37.noarch.rpm",
3528 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Software-License-0.104002-2.fc37.noarch.rpm",
3529 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Software-License-0.104002-2.fc37.noarch.rpm",
3530 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Software-License-0.104002-2.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003531 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Software-License-0.104002-2.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003532 ],
3533 )
Leopold7fbf1042023-01-06 19:57:37 +01003534 rpm(
3535 name = "perl-Storable-1__3.26-489.fc37.x86_64",
3536 sha256 = "22e7e312778e31de59a26759b523e4d0916429c17bd23f51a5ddc550d3b33910",
3537 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003538 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Storable-3.26-489.fc37.x86_64.rpm",
3539 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Storable-3.26-489.fc37.x86_64.rpm",
3540 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Storable-3.26-489.fc37.x86_64.rpm",
3541 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Storable-3.26-489.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003542 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Storable-3.26-489.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003543 ],
3544 )
Leopold7fbf1042023-01-06 19:57:37 +01003545 rpm(
3546 name = "perl-Sub-Exporter-0__0.988-5.fc37.x86_64",
3547 sha256 = "b9cb98e5f30e478be84a1c45256016612202fed34cb08201a5c38dbb8f0c0928",
3548 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003549 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sub-Exporter-0.988-5.fc37.noarch.rpm",
3550 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sub-Exporter-0.988-5.fc37.noarch.rpm",
3551 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sub-Exporter-0.988-5.fc37.noarch.rpm",
3552 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sub-Exporter-0.988-5.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003553 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sub-Exporter-0.988-5.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003554 ],
3555 )
Leopold7fbf1042023-01-06 19:57:37 +01003556 rpm(
3557 name = "perl-Sub-Install-0__0.928-33.fc37.x86_64",
3558 sha256 = "c1713bebc234bd8b30ef7b394420febc0e106501f020f901c3f5ea63f4856124",
3559 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003560 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sub-Install-0.928-33.fc37.noarch.rpm",
3561 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sub-Install-0.928-33.fc37.noarch.rpm",
3562 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sub-Install-0.928-33.fc37.noarch.rpm",
3563 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sub-Install-0.928-33.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003564 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sub-Install-0.928-33.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003565 ],
3566 )
Leopold7fbf1042023-01-06 19:57:37 +01003567 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003568 name = "perl-Symbol-0__1.09-494.fc37.x86_64",
3569 sha256 = "3700230721f92da3b5f9ceb6615e9263060eb627be7f8e09f355b5b29feb7125",
Leopold7fbf1042023-01-06 19:57:37 +01003570 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003571 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Symbol-1.09-494.fc37.noarch.rpm",
3572 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Symbol-1.09-494.fc37.noarch.rpm",
3573 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Symbol-1.09-494.fc37.noarch.rpm",
3574 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Symbol-1.09-494.fc37.noarch.rpm",
3575 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Symbol-1.09-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003576 ],
3577 )
Leopold7fbf1042023-01-06 19:57:37 +01003578 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003579 name = "perl-Sys-Hostname-0__1.24-494.fc37.x86_64",
3580 sha256 = "ea57b566e159737d0ccec0b578a51a608950b65837fb9ff5454447b693634d44",
Leopold7fbf1042023-01-06 19:57:37 +01003581 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003582 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Sys-Hostname-1.24-494.fc37.x86_64.rpm",
3583 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Sys-Hostname-1.24-494.fc37.x86_64.rpm",
3584 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Sys-Hostname-1.24-494.fc37.x86_64.rpm",
3585 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Sys-Hostname-1.24-494.fc37.x86_64.rpm",
3586 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Sys-Hostname-1.24-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003587 ],
3588 )
Leopold7fbf1042023-01-06 19:57:37 +01003589 rpm(
3590 name = "perl-Sys-Syslog-0__0.36-490.fc37.x86_64",
3591 sha256 = "df45aa2eb6a33191ba5db0d56e2aa637ccb998f625d6f6ad36178f01df8817fe",
3592 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003593 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sys-Syslog-0.36-490.fc37.x86_64.rpm",
3594 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sys-Syslog-0.36-490.fc37.x86_64.rpm",
3595 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sys-Syslog-0.36-490.fc37.x86_64.rpm",
3596 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sys-Syslog-0.36-490.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003597 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Sys-Syslog-0.36-490.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003598 ],
3599 )
Leopold7fbf1042023-01-06 19:57:37 +01003600 rpm(
3601 name = "perl-Term-ANSIColor-0__5.01-490.fc37.x86_64",
3602 sha256 = "4810f5377abb3ee2cbd1b2572b1c67421145304f54c491afc770101f90d27138",
3603 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003604 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-ANSIColor-5.01-490.fc37.noarch.rpm",
3605 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-ANSIColor-5.01-490.fc37.noarch.rpm",
3606 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-ANSIColor-5.01-490.fc37.noarch.rpm",
3607 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-ANSIColor-5.01-490.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003608 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-ANSIColor-5.01-490.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003609 ],
3610 )
Leopold7fbf1042023-01-06 19:57:37 +01003611 rpm(
3612 name = "perl-Term-Cap-0__1.17-489.fc37.x86_64",
3613 sha256 = "65d62ee56cba18a4fcbba844375b6ed49c024863fa6ea948e2ce699e7ab66298",
3614 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003615 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-Cap-1.17-489.fc37.noarch.rpm",
3616 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-Cap-1.17-489.fc37.noarch.rpm",
3617 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-Cap-1.17-489.fc37.noarch.rpm",
3618 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-Cap-1.17-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003619 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-Cap-1.17-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003620 ],
3621 )
Leopold7fbf1042023-01-06 19:57:37 +01003622 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003623 name = "perl-Term-Complete-0__1.403-494.fc37.x86_64",
3624 sha256 = "72aed6dfac21e5fc52079711a44bf87718bfeb701d770d32c2922144fce4b186",
Leopold7fbf1042023-01-06 19:57:37 +01003625 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003626 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Term-Complete-1.403-494.fc37.noarch.rpm",
3627 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Term-Complete-1.403-494.fc37.noarch.rpm",
3628 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Term-Complete-1.403-494.fc37.noarch.rpm",
3629 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Term-Complete-1.403-494.fc37.noarch.rpm",
3630 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Term-Complete-1.403-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003631 ],
3632 )
Leopold7fbf1042023-01-06 19:57:37 +01003633 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003634 name = "perl-Term-ReadLine-0__1.17-494.fc37.x86_64",
3635 sha256 = "c0ac34aa41b589f89df2c70e0c7dd418d71c900a35a9c1a48de1e0ce1aacbb8e",
Leopold7fbf1042023-01-06 19:57:37 +01003636 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003637 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Term-ReadLine-1.17-494.fc37.noarch.rpm",
3638 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Term-ReadLine-1.17-494.fc37.noarch.rpm",
3639 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Term-ReadLine-1.17-494.fc37.noarch.rpm",
3640 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Term-ReadLine-1.17-494.fc37.noarch.rpm",
3641 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Term-ReadLine-1.17-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003642 ],
3643 )
Leopold7fbf1042023-01-06 19:57:37 +01003644 rpm(
3645 name = "perl-Term-Table-0__0.016-4.fc37.x86_64",
3646 sha256 = "825835ea8306499ddff57f2295a05269f284b4545113b1a6f5820f1c3c2bfe23",
3647 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003648 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-Table-0.016-4.fc37.noarch.rpm",
3649 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-Table-0.016-4.fc37.noarch.rpm",
3650 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-Table-0.016-4.fc37.noarch.rpm",
3651 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-Table-0.016-4.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003652 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Term-Table-0.016-4.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003653 ],
3654 )
Leopold7fbf1042023-01-06 19:57:37 +01003655 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003656 name = "perl-Test-0__1.31-494.fc37.x86_64",
3657 sha256 = "d523d52a0a3d929715f384d7ca4075dca9cb7b9833f1c81f81aa829353d0ecba",
Leopold7fbf1042023-01-06 19:57:37 +01003658 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003659 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Test-1.31-494.fc37.noarch.rpm",
3660 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Test-1.31-494.fc37.noarch.rpm",
3661 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Test-1.31-494.fc37.noarch.rpm",
3662 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Test-1.31-494.fc37.noarch.rpm",
3663 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Test-1.31-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003664 ],
3665 )
Leopold7fbf1042023-01-06 19:57:37 +01003666 rpm(
3667 name = "perl-Test-Harness-1__3.44-490.fc37.x86_64",
3668 sha256 = "09c9f062e7963423ca79183c7e2534c69b74db9890e11a390b33adb0517dbbbe",
3669 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003670 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Test-Harness-3.44-490.fc37.noarch.rpm",
3671 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Test-Harness-3.44-490.fc37.noarch.rpm",
3672 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Test-Harness-3.44-490.fc37.noarch.rpm",
3673 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Test-Harness-3.44-490.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003674 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Test-Harness-3.44-490.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003675 ],
3676 )
Leopold7fbf1042023-01-06 19:57:37 +01003677 rpm(
3678 name = "perl-Test-Simple-3__1.302191-2.fc37.x86_64",
3679 sha256 = "90d514755fe5efbe1f85a5e4d80c8a2baec0032a9b3128a2bfce09b83e7be11e",
3680 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003681 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Test-Simple-1.302191-2.fc37.noarch.rpm",
3682 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Test-Simple-1.302191-2.fc37.noarch.rpm",
3683 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Test-Simple-1.302191-2.fc37.noarch.rpm",
3684 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Test-Simple-1.302191-2.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003685 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Test-Simple-1.302191-2.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003686 ],
3687 )
Leopold7fbf1042023-01-06 19:57:37 +01003688 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003689 name = "perl-Text-Abbrev-0__1.02-494.fc37.x86_64",
3690 sha256 = "735bd889ef7c76f8e64dd293bd55f94be1407c9b4f0a4533a001cab04c60937a",
Leopold7fbf1042023-01-06 19:57:37 +01003691 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003692 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Text-Abbrev-1.02-494.fc37.noarch.rpm",
3693 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Text-Abbrev-1.02-494.fc37.noarch.rpm",
3694 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Text-Abbrev-1.02-494.fc37.noarch.rpm",
3695 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Text-Abbrev-1.02-494.fc37.noarch.rpm",
3696 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Text-Abbrev-1.02-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003697 ],
3698 )
Leopold7fbf1042023-01-06 19:57:37 +01003699 rpm(
3700 name = "perl-Text-Balanced-0__2.06-2.fc37.x86_64",
3701 sha256 = "040ec83e4f9cf9126b301862dc4e963ea2ff77c1b0b9b241c41f137c40180461",
3702 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003703 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Balanced-2.06-2.fc37.noarch.rpm",
3704 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Balanced-2.06-2.fc37.noarch.rpm",
3705 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Balanced-2.06-2.fc37.noarch.rpm",
3706 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Balanced-2.06-2.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003707 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Balanced-2.06-2.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003708 ],
3709 )
Leopold7fbf1042023-01-06 19:57:37 +01003710 rpm(
3711 name = "perl-Text-Diff-0__1.45-16.fc37.x86_64",
3712 sha256 = "76bc4ae7d8b1aaaafb4e943105b38121f22d1603295b0705d33c204d49d3da4e",
3713 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003714 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Diff-1.45-16.fc37.noarch.rpm",
3715 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Diff-1.45-16.fc37.noarch.rpm",
3716 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Diff-1.45-16.fc37.noarch.rpm",
3717 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Diff-1.45-16.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003718 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Diff-1.45-16.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003719 ],
3720 )
Leopold7fbf1042023-01-06 19:57:37 +01003721 rpm(
3722 name = "perl-Text-Glob-0__0.11-18.fc37.x86_64",
3723 sha256 = "16bfd839b78d672bdabf0977be9609f716659bd6d42c903f6178286d18095465",
3724 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003725 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Glob-0.11-18.fc37.noarch.rpm",
3726 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Glob-0.11-18.fc37.noarch.rpm",
3727 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Glob-0.11-18.fc37.noarch.rpm",
3728 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Glob-0.11-18.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003729 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Glob-0.11-18.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003730 ],
3731 )
Leopold7fbf1042023-01-06 19:57:37 +01003732 rpm(
3733 name = "perl-Text-ParseWords-0__3.31-489.fc37.x86_64",
3734 sha256 = "c66cc3f03aed1781132e402db92bc1bbcf27ab08283766428b55c368127fee01",
3735 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003736 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-ParseWords-3.31-489.fc37.noarch.rpm",
3737 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-ParseWords-3.31-489.fc37.noarch.rpm",
3738 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-ParseWords-3.31-489.fc37.noarch.rpm",
3739 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-ParseWords-3.31-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003740 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-ParseWords-3.31-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003741 ],
3742 )
Leopold7fbf1042023-01-06 19:57:37 +01003743 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003744 name = "perl-Text-Tabs__plus__Wrap-0__2023.0511-1.fc37.x86_64",
3745 sha256 = "7cb72df2ae275360fdba457d3c29cc35bc1dd9c086b528cc72fbe550516d8d36",
Leopold7fbf1042023-01-06 19:57:37 +01003746 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003747 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Text-Tabs+Wrap-2023.0511-1.fc37.noarch.rpm",
3748 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Text-Tabs+Wrap-2023.0511-1.fc37.noarch.rpm",
3749 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Text-Tabs+Wrap-2023.0511-1.fc37.noarch.rpm",
3750 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Text-Tabs+Wrap-2023.0511-1.fc37.noarch.rpm",
3751 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Text-Tabs+Wrap-2023.0511-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003752 ],
3753 )
Leopold7fbf1042023-01-06 19:57:37 +01003754 rpm(
3755 name = "perl-Text-Template-0__1.60-4.fc37.x86_64",
3756 sha256 = "30d4440da7f8e7a5e8a025261a6beffde1fa2c65e1a8ef89ebcc6a8d9b77c6d5",
3757 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003758 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Template-1.60-4.fc37.noarch.rpm",
3759 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Template-1.60-4.fc37.noarch.rpm",
3760 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Template-1.60-4.fc37.noarch.rpm",
3761 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Template-1.60-4.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003762 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Text-Template-1.60-4.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003763 ],
3764 )
Leopold7fbf1042023-01-06 19:57:37 +01003765 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003766 name = "perl-Thread-0__3.05-494.fc37.x86_64",
3767 sha256 = "f4fbe36e9da1c9305283ec522e8c0573ceb73a0e55db419c41f1ff9f4260e889",
Leopold7fbf1042023-01-06 19:57:37 +01003768 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003769 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Thread-3.05-494.fc37.noarch.rpm",
3770 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Thread-3.05-494.fc37.noarch.rpm",
3771 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Thread-3.05-494.fc37.noarch.rpm",
3772 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Thread-3.05-494.fc37.noarch.rpm",
3773 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Thread-3.05-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003774 ],
3775 )
Leopold7fbf1042023-01-06 19:57:37 +01003776 rpm(
3777 name = "perl-Thread-Queue-0__3.14-489.fc37.x86_64",
3778 sha256 = "c28496a7ccbc411d7edecbe17333a50254e057e7f686dd8be632d4396af95555",
3779 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003780 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Thread-Queue-3.14-489.fc37.noarch.rpm",
3781 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Thread-Queue-3.14-489.fc37.noarch.rpm",
3782 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Thread-Queue-3.14-489.fc37.noarch.rpm",
3783 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Thread-Queue-3.14-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003784 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Thread-Queue-3.14-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003785 ],
3786 )
Leopold7fbf1042023-01-06 19:57:37 +01003787 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003788 name = "perl-Thread-Semaphore-0__2.13-494.fc37.x86_64",
3789 sha256 = "0aa049af01d6bde532bbcaf95f43ea81a8a235e07d5ba177a633aa6a064f8cc5",
Leopold7fbf1042023-01-06 19:57:37 +01003790 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003791 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Thread-Semaphore-2.13-494.fc37.noarch.rpm",
3792 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Thread-Semaphore-2.13-494.fc37.noarch.rpm",
3793 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Thread-Semaphore-2.13-494.fc37.noarch.rpm",
3794 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Thread-Semaphore-2.13-494.fc37.noarch.rpm",
3795 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Thread-Semaphore-2.13-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003796 ],
3797 )
Leopold7fbf1042023-01-06 19:57:37 +01003798 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003799 name = "perl-Tie-0__4.6-494.fc37.x86_64",
3800 sha256 = "14115b5811a3be0a9e94b5a522888a6a9e8ec53ed4d7ca77b88f33b9ef911876",
Leopold7fbf1042023-01-06 19:57:37 +01003801 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003802 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-4.6-494.fc37.noarch.rpm",
3803 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-4.6-494.fc37.noarch.rpm",
3804 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-4.6-494.fc37.noarch.rpm",
3805 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-4.6-494.fc37.noarch.rpm",
3806 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-4.6-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003807 ],
3808 )
Leopold7fbf1042023-01-06 19:57:37 +01003809 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003810 name = "perl-Tie-File-0__1.06-494.fc37.x86_64",
3811 sha256 = "a9b7a3dede261a3ac85d44649c5525d66dd0545a14276d47f9cb9b1f3a3715ec",
Leopold7fbf1042023-01-06 19:57:37 +01003812 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003813 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-File-1.06-494.fc37.noarch.rpm",
3814 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-File-1.06-494.fc37.noarch.rpm",
3815 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-File-1.06-494.fc37.noarch.rpm",
3816 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-File-1.06-494.fc37.noarch.rpm",
3817 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-File-1.06-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003818 ],
3819 )
Leopold7fbf1042023-01-06 19:57:37 +01003820 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003821 name = "perl-Tie-Memoize-0__1.1-494.fc37.x86_64",
3822 sha256 = "9997fff923333706be7d381b24959329aef0139b76d7d5704067eb529b221360",
Leopold7fbf1042023-01-06 19:57:37 +01003823 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003824 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-Memoize-1.1-494.fc37.noarch.rpm",
3825 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-Memoize-1.1-494.fc37.noarch.rpm",
3826 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-Memoize-1.1-494.fc37.noarch.rpm",
3827 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-Memoize-1.1-494.fc37.noarch.rpm",
3828 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Tie-Memoize-1.1-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003829 ],
3830 )
Leopold7fbf1042023-01-06 19:57:37 +01003831 rpm(
3832 name = "perl-Tie-RefHash-0__1.40-489.fc37.x86_64",
3833 sha256 = "989fa380ed176283736b7c3da4348dcc44affb060d7308d06917961181d820bb",
3834 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003835 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Tie-RefHash-1.40-489.fc37.noarch.rpm",
3836 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Tie-RefHash-1.40-489.fc37.noarch.rpm",
3837 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Tie-RefHash-1.40-489.fc37.noarch.rpm",
3838 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Tie-RefHash-1.40-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003839 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Tie-RefHash-1.40-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003840 ],
3841 )
Leopold7fbf1042023-01-06 19:57:37 +01003842 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003843 name = "perl-Time-0__1.03-494.fc37.x86_64",
3844 sha256 = "a152603e478700c97d01244248a0331adbd284a53bc881c245e9e244f51bc06a",
Leopold7fbf1042023-01-06 19:57:37 +01003845 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003846 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Time-1.03-494.fc37.noarch.rpm",
3847 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Time-1.03-494.fc37.noarch.rpm",
3848 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Time-1.03-494.fc37.noarch.rpm",
3849 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Time-1.03-494.fc37.noarch.rpm",
3850 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Time-1.03-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003851 ],
3852 )
Leopold7fbf1042023-01-06 19:57:37 +01003853 rpm(
3854 name = "perl-Time-HiRes-4__1.9770-489.fc37.x86_64",
3855 sha256 = "2e7359cf0c3b5105bba1fc6033c91b584fe0db25e378206bb061dd8ecb131431",
3856 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003857 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Time-HiRes-1.9770-489.fc37.x86_64.rpm",
3858 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Time-HiRes-1.9770-489.fc37.x86_64.rpm",
3859 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Time-HiRes-1.9770-489.fc37.x86_64.rpm",
3860 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Time-HiRes-1.9770-489.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003861 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Time-HiRes-1.9770-489.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003862 ],
3863 )
Leopold7fbf1042023-01-06 19:57:37 +01003864 rpm(
3865 name = "perl-Time-Local-2__1.300-489.fc37.x86_64",
3866 sha256 = "db087f574a6fd314f45daca13a1f4404c76144773fcd6c41df39da7fda862d8d",
3867 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003868 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Time-Local-1.300-489.fc37.noarch.rpm",
3869 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Time-Local-1.300-489.fc37.noarch.rpm",
3870 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Time-Local-1.300-489.fc37.noarch.rpm",
3871 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Time-Local-1.300-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003872 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Time-Local-1.300-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003873 ],
3874 )
Leopold7fbf1042023-01-06 19:57:37 +01003875 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003876 name = "perl-Time-Piece-0__1.3401-494.fc37.x86_64",
3877 sha256 = "217464bd7c2fd18f54ebba7702fb2b86c7d9e9449d72e57e5ffa3dea0e063d5f",
Leopold7fbf1042023-01-06 19:57:37 +01003878 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003879 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Time-Piece-1.3401-494.fc37.x86_64.rpm",
3880 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Time-Piece-1.3401-494.fc37.x86_64.rpm",
3881 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Time-Piece-1.3401-494.fc37.x86_64.rpm",
3882 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Time-Piece-1.3401-494.fc37.x86_64.rpm",
3883 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Time-Piece-1.3401-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003884 ],
3885 )
Leopold7fbf1042023-01-06 19:57:37 +01003886 rpm(
3887 name = "perl-URI-0__5.17-1.fc37.x86_64",
3888 sha256 = "5984ff3e5bc0ab2df2fd308b85f226e267f760cfd58c36881974b9bca1c192d1",
3889 urls = [
Leopold7fbf1042023-01-06 19:57:37 +01003890 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-URI-5.17-1.fc37.noarch.rpm",
3891 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-URI-5.17-1.fc37.noarch.rpm",
Leopold7eeec652023-01-20 21:16:08 +01003892 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-URI-5.17-1.fc37.noarch.rpm",
3893 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-URI-5.17-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003894 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-URI-5.17-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003895 ],
3896 )
Leopold7fbf1042023-01-06 19:57:37 +01003897 rpm(
3898 name = "perl-Unicode-Collate-0__1.31-489.fc37.x86_64",
3899 sha256 = "fdb05f59c32f7d68026772e9f849eb52259983ab3b0d2bfeb1a239347456b09d",
3900 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003901 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Unicode-Collate-1.31-489.fc37.x86_64.rpm",
3902 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Unicode-Collate-1.31-489.fc37.x86_64.rpm",
3903 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Unicode-Collate-1.31-489.fc37.x86_64.rpm",
3904 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Unicode-Collate-1.31-489.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003905 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Unicode-Collate-1.31-489.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003906 ],
3907 )
Leopold7fbf1042023-01-06 19:57:37 +01003908 rpm(
3909 name = "perl-Unicode-Normalize-0__1.31-489.fc37.x86_64",
3910 sha256 = "55da077c84c31fe12266d99462c5cc592156817260eb6234def89f8fca776ad3",
3911 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003912 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Unicode-Normalize-1.31-489.fc37.x86_64.rpm",
3913 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Unicode-Normalize-1.31-489.fc37.x86_64.rpm",
3914 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Unicode-Normalize-1.31-489.fc37.x86_64.rpm",
3915 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Unicode-Normalize-1.31-489.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003916 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-Unicode-Normalize-1.31-489.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003917 ],
3918 )
Leopold7fbf1042023-01-06 19:57:37 +01003919 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003920 name = "perl-Unicode-UCD-0__0.78-494.fc37.x86_64",
3921 sha256 = "206133a803fdc9ae410fe4bd639a78b17002fa7e08114096499abcbfd55a982e",
Leopold7fbf1042023-01-06 19:57:37 +01003922 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003923 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Unicode-UCD-0.78-494.fc37.noarch.rpm",
3924 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Unicode-UCD-0.78-494.fc37.noarch.rpm",
3925 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Unicode-UCD-0.78-494.fc37.noarch.rpm",
3926 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Unicode-UCD-0.78-494.fc37.noarch.rpm",
3927 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-Unicode-UCD-0.78-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003928 ],
3929 )
Leopold7fbf1042023-01-06 19:57:37 +01003930 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003931 name = "perl-User-pwent-0__1.03-494.fc37.x86_64",
3932 sha256 = "b31cec68fd37ef5dc8ddcf8f452ea9b3b9ee4919fe36854feb7669a19f5ce851",
Leopold7fbf1042023-01-06 19:57:37 +01003933 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003934 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-User-pwent-1.03-494.fc37.noarch.rpm",
3935 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-User-pwent-1.03-494.fc37.noarch.rpm",
3936 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-User-pwent-1.03-494.fc37.noarch.rpm",
3937 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-User-pwent-1.03-494.fc37.noarch.rpm",
3938 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-User-pwent-1.03-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003939 ],
3940 )
Leopold7fbf1042023-01-06 19:57:37 +01003941 rpm(
3942 name = "perl-autodie-0__2.34-490.fc37.x86_64",
3943 sha256 = "1a5c4b040a029e13cf4f2b2ae963f2894e89a5105c6cf36c2d08172e9933cd5f",
3944 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003945 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-autodie-2.34-490.fc37.noarch.rpm",
3946 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-autodie-2.34-490.fc37.noarch.rpm",
3947 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-autodie-2.34-490.fc37.noarch.rpm",
3948 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-autodie-2.34-490.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003949 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-autodie-2.34-490.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003950 ],
3951 )
Leopold7fbf1042023-01-06 19:57:37 +01003952 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003953 name = "perl-autouse-0__1.11-494.fc37.x86_64",
3954 sha256 = "9a599666959a6f45056e0e9a3caed42de73959ebcc734987a5126e81ce2c51ce",
Leopold7fbf1042023-01-06 19:57:37 +01003955 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003956 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-autouse-1.11-494.fc37.noarch.rpm",
3957 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-autouse-1.11-494.fc37.noarch.rpm",
3958 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-autouse-1.11-494.fc37.noarch.rpm",
3959 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-autouse-1.11-494.fc37.noarch.rpm",
3960 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-autouse-1.11-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003961 ],
3962 )
Leopold7fbf1042023-01-06 19:57:37 +01003963 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003964 name = "perl-base-0__2.27-494.fc37.x86_64",
3965 sha256 = "835fdeacb26e0a39c0d7600719072eacc3611f21ed33d2f956c4c09c34e6e181",
Leopold7fbf1042023-01-06 19:57:37 +01003966 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003967 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-base-2.27-494.fc37.noarch.rpm",
3968 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-base-2.27-494.fc37.noarch.rpm",
3969 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-base-2.27-494.fc37.noarch.rpm",
3970 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-base-2.27-494.fc37.noarch.rpm",
3971 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-base-2.27-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003972 ],
3973 )
Leopold7fbf1042023-01-06 19:57:37 +01003974 rpm(
3975 name = "perl-bignum-0__0.66-5.fc37.x86_64",
3976 sha256 = "096e17cde1b8075c993b9815bd93e979483ba8e3ed211688b4b115b38b2f9623",
3977 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01003978 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-bignum-0.66-5.fc37.noarch.rpm",
3979 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-bignum-0.66-5.fc37.noarch.rpm",
3980 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-bignum-0.66-5.fc37.noarch.rpm",
3981 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-bignum-0.66-5.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02003982 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-bignum-0.66-5.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003983 ],
3984 )
Leopold7fbf1042023-01-06 19:57:37 +01003985 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003986 name = "perl-blib-0__1.07-494.fc37.x86_64",
3987 sha256 = "24766c3a21d65490f41938a0f081d87c5d02074c35ed78e69703c8cde6ee3b08",
Leopold7fbf1042023-01-06 19:57:37 +01003988 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02003989 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-blib-1.07-494.fc37.noarch.rpm",
3990 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-blib-1.07-494.fc37.noarch.rpm",
3991 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-blib-1.07-494.fc37.noarch.rpm",
3992 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-blib-1.07-494.fc37.noarch.rpm",
3993 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-blib-1.07-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01003994 ],
3995 )
Leopold7fbf1042023-01-06 19:57:37 +01003996 rpm(
3997 name = "perl-constant-0__1.33-490.fc37.x86_64",
3998 sha256 = "7898312e5b93625a6fa5f4b60300b06260668dfb12af04602a3354266e8f7850",
3999 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004000 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-constant-1.33-490.fc37.noarch.rpm",
4001 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-constant-1.33-490.fc37.noarch.rpm",
4002 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-constant-1.33-490.fc37.noarch.rpm",
4003 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-constant-1.33-490.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004004 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-constant-1.33-490.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004005 ],
4006 )
Leopold7fbf1042023-01-06 19:57:37 +01004007 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004008 name = "perl-debugger-0__1.60-494.fc37.x86_64",
4009 sha256 = "a9e1b639184a98e2e482c510629fef6aee38333ecd396adf97b953ec5744e0c0",
Leopold7fbf1042023-01-06 19:57:37 +01004010 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004011 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-debugger-1.60-494.fc37.noarch.rpm",
4012 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-debugger-1.60-494.fc37.noarch.rpm",
4013 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-debugger-1.60-494.fc37.noarch.rpm",
4014 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-debugger-1.60-494.fc37.noarch.rpm",
4015 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-debugger-1.60-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004016 ],
4017 )
Leopold7fbf1042023-01-06 19:57:37 +01004018 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004019 name = "perl-deprecate-0__0.04-494.fc37.x86_64",
4020 sha256 = "e928eedcb3afe8ebf89c7fb36bb08211080a3f6f8b2a7217d1e7aa3908768f0d",
Leopold7fbf1042023-01-06 19:57:37 +01004021 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004022 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-deprecate-0.04-494.fc37.noarch.rpm",
4023 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-deprecate-0.04-494.fc37.noarch.rpm",
4024 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-deprecate-0.04-494.fc37.noarch.rpm",
4025 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-deprecate-0.04-494.fc37.noarch.rpm",
4026 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-deprecate-0.04-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004027 ],
4028 )
Leopold7fbf1042023-01-06 19:57:37 +01004029 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004030 name = "perl-devel-4__5.36.1-494.fc37.x86_64",
4031 sha256 = "70100f544a4d8375ba74fba36b35122c9d40525821a11b3029847db13e3f3a07",
Leopold7fbf1042023-01-06 19:57:37 +01004032 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004033 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-devel-5.36.1-494.fc37.x86_64.rpm",
4034 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-devel-5.36.1-494.fc37.x86_64.rpm",
4035 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-devel-5.36.1-494.fc37.x86_64.rpm",
4036 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-devel-5.36.1-494.fc37.x86_64.rpm",
4037 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-devel-5.36.1-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004038 ],
4039 )
Leopold7fbf1042023-01-06 19:57:37 +01004040 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004041 name = "perl-diagnostics-0__1.39-494.fc37.x86_64",
4042 sha256 = "87ab7e30f8641bbbc5d92861333758f39adf5d3ae31783e147e8b3e76efdc7bf",
Leopold7fbf1042023-01-06 19:57:37 +01004043 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004044 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-diagnostics-1.39-494.fc37.noarch.rpm",
4045 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-diagnostics-1.39-494.fc37.noarch.rpm",
4046 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-diagnostics-1.39-494.fc37.noarch.rpm",
4047 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-diagnostics-1.39-494.fc37.noarch.rpm",
4048 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-diagnostics-1.39-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004049 ],
4050 )
Leopold7fbf1042023-01-06 19:57:37 +01004051 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004052 name = "perl-doc-0__5.36.1-494.fc37.x86_64",
4053 sha256 = "d737312ea87d1f19b7643ff343a8aaa18999f97e4fd798d362252b2389f6cc3c",
Leopold7fbf1042023-01-06 19:57:37 +01004054 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004055 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-doc-5.36.1-494.fc37.noarch.rpm",
4056 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-doc-5.36.1-494.fc37.noarch.rpm",
4057 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-doc-5.36.1-494.fc37.noarch.rpm",
4058 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-doc-5.36.1-494.fc37.noarch.rpm",
4059 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-doc-5.36.1-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004060 ],
4061 )
Leopold7fbf1042023-01-06 19:57:37 +01004062 rpm(
4063 name = "perl-encoding-4__3.00-492.fc37.x86_64",
4064 sha256 = "8d1716f56b0e97b7ae914f351dec3840512bd0f464e9dbb06356afd8ac7ab582",
4065 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004066 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-encoding-3.00-492.fc37.x86_64.rpm",
4067 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-encoding-3.00-492.fc37.x86_64.rpm",
4068 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-encoding-3.00-492.fc37.x86_64.rpm",
4069 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-encoding-3.00-492.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004070 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-encoding-3.00-492.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004071 ],
4072 )
Leopold7fbf1042023-01-06 19:57:37 +01004073 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004074 name = "perl-encoding-warnings-0__0.13-494.fc37.x86_64",
4075 sha256 = "171cc2a67530182711725e78031ac262db85fda1c98cf144a190793797598d84",
Leopold7fbf1042023-01-06 19:57:37 +01004076 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004077 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-encoding-warnings-0.13-494.fc37.noarch.rpm",
4078 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-encoding-warnings-0.13-494.fc37.noarch.rpm",
4079 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-encoding-warnings-0.13-494.fc37.noarch.rpm",
4080 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-encoding-warnings-0.13-494.fc37.noarch.rpm",
4081 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-encoding-warnings-0.13-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004082 ],
4083 )
Leopold7fbf1042023-01-06 19:57:37 +01004084 rpm(
4085 name = "perl-experimental-0__0.028-489.fc37.x86_64",
4086 sha256 = "e636ec425afc7fd8b16a282db226e73b504d6427974223d538c6fae879e24a38",
4087 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004088 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-experimental-0.028-489.fc37.noarch.rpm",
4089 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-experimental-0.028-489.fc37.noarch.rpm",
4090 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-experimental-0.028-489.fc37.noarch.rpm",
4091 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-experimental-0.028-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004092 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-experimental-0.028-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004093 ],
4094 )
Leopold7fbf1042023-01-06 19:57:37 +01004095 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004096 name = "perl-fields-0__2.27-494.fc37.x86_64",
4097 sha256 = "09425523abe82f97125de70bf066b7ecc7ddaa146d3b5b2eaa9a3da62c57287e",
Leopold7fbf1042023-01-06 19:57:37 +01004098 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004099 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-fields-2.27-494.fc37.noarch.rpm",
4100 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-fields-2.27-494.fc37.noarch.rpm",
4101 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-fields-2.27-494.fc37.noarch.rpm",
4102 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-fields-2.27-494.fc37.noarch.rpm",
4103 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-fields-2.27-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004104 ],
4105 )
Leopold7fbf1042023-01-06 19:57:37 +01004106 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004107 name = "perl-filetest-0__1.03-494.fc37.x86_64",
4108 sha256 = "cb5dd3b71087bbc897e43aa5121755ab3d4822793e2b6b54ae3f27633579ee4f",
Leopold7fbf1042023-01-06 19:57:37 +01004109 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004110 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-filetest-1.03-494.fc37.noarch.rpm",
4111 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-filetest-1.03-494.fc37.noarch.rpm",
4112 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-filetest-1.03-494.fc37.noarch.rpm",
4113 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-filetest-1.03-494.fc37.noarch.rpm",
4114 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-filetest-1.03-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004115 ],
4116 )
Leopold7fbf1042023-01-06 19:57:37 +01004117 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004118 name = "perl-if-0__0.61.000-494.fc37.x86_64",
4119 sha256 = "29d096c3607e6b70bc3258344d1985ac82ed02a3673f914e2ecd1272637a9845",
Leopold7fbf1042023-01-06 19:57:37 +01004120 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004121 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-if-0.61.000-494.fc37.noarch.rpm",
4122 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-if-0.61.000-494.fc37.noarch.rpm",
4123 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-if-0.61.000-494.fc37.noarch.rpm",
4124 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-if-0.61.000-494.fc37.noarch.rpm",
4125 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-if-0.61.000-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004126 ],
4127 )
Leopold7fbf1042023-01-06 19:57:37 +01004128 rpm(
4129 name = "perl-inc-latest-2__0.500-23.fc37.x86_64",
4130 sha256 = "f75cb2e3c2ae33d3a4efdb1ecbb75afa14104d5d84316b38460a67219ca44be3",
4131 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004132 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-inc-latest-0.500-23.fc37.noarch.rpm",
4133 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-inc-latest-0.500-23.fc37.noarch.rpm",
4134 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-inc-latest-0.500-23.fc37.noarch.rpm",
4135 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-inc-latest-0.500-23.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004136 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-inc-latest-0.500-23.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004137 ],
4138 )
Leopold7fbf1042023-01-06 19:57:37 +01004139 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004140 name = "perl-interpreter-4__5.36.1-494.fc37.x86_64",
4141 sha256 = "af3d39a7eaaa963f36e5048ce0e3e89eee4dbf1700ef9a4431aa13e0c29f2042",
Leopold7fbf1042023-01-06 19:57:37 +01004142 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004143 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-interpreter-5.36.1-494.fc37.x86_64.rpm",
4144 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-interpreter-5.36.1-494.fc37.x86_64.rpm",
4145 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-interpreter-5.36.1-494.fc37.x86_64.rpm",
4146 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-interpreter-5.36.1-494.fc37.x86_64.rpm",
4147 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-interpreter-5.36.1-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004148 ],
4149 )
Leopold7fbf1042023-01-06 19:57:37 +01004150 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004151 name = "perl-less-0__0.03-494.fc37.x86_64",
4152 sha256 = "b5913adb7f05223584764b70a7820971a7dd38beedb61eb0254e3348b32ebda8",
Leopold7fbf1042023-01-06 19:57:37 +01004153 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004154 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-less-0.03-494.fc37.noarch.rpm",
4155 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-less-0.03-494.fc37.noarch.rpm",
4156 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-less-0.03-494.fc37.noarch.rpm",
4157 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-less-0.03-494.fc37.noarch.rpm",
4158 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-less-0.03-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004159 ],
4160 )
Leopold7fbf1042023-01-06 19:57:37 +01004161 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004162 name = "perl-lib-0__0.65-494.fc37.x86_64",
4163 sha256 = "88bf4b3842fc6156d99dfd5c015bd2d018050f75ac31f5523f61e78e526c3a7d",
Leopold7fbf1042023-01-06 19:57:37 +01004164 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004165 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-lib-0.65-494.fc37.x86_64.rpm",
4166 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-lib-0.65-494.fc37.x86_64.rpm",
4167 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-lib-0.65-494.fc37.x86_64.rpm",
4168 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-lib-0.65-494.fc37.x86_64.rpm",
4169 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-lib-0.65-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004170 ],
4171 )
Leopold7fbf1042023-01-06 19:57:37 +01004172 rpm(
4173 name = "perl-libnet-0__3.14-490.fc37.x86_64",
4174 sha256 = "301ca6aa190bcc1a6994e0bb9c8c31f1fd75cbef32688aec805f756d46e3d7c9",
4175 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004176 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-libnet-3.14-490.fc37.noarch.rpm",
4177 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-libnet-3.14-490.fc37.noarch.rpm",
4178 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-libnet-3.14-490.fc37.noarch.rpm",
4179 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-libnet-3.14-490.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004180 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-libnet-3.14-490.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004181 ],
4182 )
Leopold7fbf1042023-01-06 19:57:37 +01004183 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004184 name = "perl-libnetcfg-4__5.36.1-494.fc37.x86_64",
4185 sha256 = "40546e40ab2b16b0dfec939615b40e84c118b9425d73e8330a299f2644209b53",
Leopold7fbf1042023-01-06 19:57:37 +01004186 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004187 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-libnetcfg-5.36.1-494.fc37.noarch.rpm",
4188 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-libnetcfg-5.36.1-494.fc37.noarch.rpm",
4189 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-libnetcfg-5.36.1-494.fc37.noarch.rpm",
4190 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-libnetcfg-5.36.1-494.fc37.noarch.rpm",
4191 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-libnetcfg-5.36.1-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004192 ],
4193 )
Leopold7fbf1042023-01-06 19:57:37 +01004194 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004195 name = "perl-libs-4__5.36.1-494.fc37.x86_64",
4196 sha256 = "eb8ba1cc4684b6c8bfe405c5574fe37032f9f8d9f019fc709b06d5fb56573928",
Leopold7fbf1042023-01-06 19:57:37 +01004197 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004198 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-libs-5.36.1-494.fc37.x86_64.rpm",
4199 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-libs-5.36.1-494.fc37.x86_64.rpm",
4200 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-libs-5.36.1-494.fc37.x86_64.rpm",
4201 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-libs-5.36.1-494.fc37.x86_64.rpm",
4202 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-libs-5.36.1-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004203 ],
4204 )
Leopold7fbf1042023-01-06 19:57:37 +01004205 rpm(
4206 name = "perl-local-lib-0__2.000029-3.fc37.x86_64",
4207 sha256 = "26865261e7b5c7a3a554fc183b910da91f582e4a4e68f5a8d40bd2a42ceb99df",
4208 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004209 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-local-lib-2.000029-3.fc37.noarch.rpm",
4210 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-local-lib-2.000029-3.fc37.noarch.rpm",
4211 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-local-lib-2.000029-3.fc37.noarch.rpm",
4212 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-local-lib-2.000029-3.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004213 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-local-lib-2.000029-3.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004214 ],
4215 )
Leopold7fbf1042023-01-06 19:57:37 +01004216 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004217 name = "perl-locale-0__1.10-494.fc37.x86_64",
4218 sha256 = "fd82ed8982bb6eab6c0baf137755525e6abd2619474388af87cc8ca396b25d3e",
Leopold7fbf1042023-01-06 19:57:37 +01004219 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004220 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-locale-1.10-494.fc37.noarch.rpm",
4221 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-locale-1.10-494.fc37.noarch.rpm",
4222 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-locale-1.10-494.fc37.noarch.rpm",
4223 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-locale-1.10-494.fc37.noarch.rpm",
4224 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-locale-1.10-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004225 ],
4226 )
Leopold7fbf1042023-01-06 19:57:37 +01004227 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004228 name = "perl-macros-4__5.36.1-494.fc37.x86_64",
4229 sha256 = "a4086025968af1b0572c8487949b09145b1f7005d16b726a5be576202b4d5332",
Leopold7fbf1042023-01-06 19:57:37 +01004230 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004231 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-macros-5.36.1-494.fc37.noarch.rpm",
4232 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-macros-5.36.1-494.fc37.noarch.rpm",
4233 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-macros-5.36.1-494.fc37.noarch.rpm",
4234 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-macros-5.36.1-494.fc37.noarch.rpm",
4235 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-macros-5.36.1-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004236 ],
4237 )
Leopold7fbf1042023-01-06 19:57:37 +01004238 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004239 name = "perl-meta-notation-0__5.36.1-494.fc37.x86_64",
4240 sha256 = "faddd9fad3c3c8ec891dd83dc9dabf7b74700932a640ea908c174192ea6228e9",
Leopold7fbf1042023-01-06 19:57:37 +01004241 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004242 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-meta-notation-5.36.1-494.fc37.noarch.rpm",
4243 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-meta-notation-5.36.1-494.fc37.noarch.rpm",
4244 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-meta-notation-5.36.1-494.fc37.noarch.rpm",
4245 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-meta-notation-5.36.1-494.fc37.noarch.rpm",
4246 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-meta-notation-5.36.1-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004247 ],
4248 )
Leopold7fbf1042023-01-06 19:57:37 +01004249 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004250 name = "perl-mro-0__1.26-494.fc37.x86_64",
4251 sha256 = "ecfdc15b4b885245dd3d6243b30a6a1a4c1c6bb787e12021101251085229eaf7",
Leopold7fbf1042023-01-06 19:57:37 +01004252 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004253 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-mro-1.26-494.fc37.x86_64.rpm",
4254 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-mro-1.26-494.fc37.x86_64.rpm",
4255 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-mro-1.26-494.fc37.x86_64.rpm",
4256 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-mro-1.26-494.fc37.x86_64.rpm",
4257 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-mro-1.26-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004258 ],
4259 )
Leopold7fbf1042023-01-06 19:57:37 +01004260 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004261 name = "perl-open-0__1.13-494.fc37.x86_64",
4262 sha256 = "dcc574c9aca8818070654a12d7bcd50c74eb1b11f624b834ee8bbdd4b1eddf9f",
Leopold7fbf1042023-01-06 19:57:37 +01004263 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004264 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-open-1.13-494.fc37.noarch.rpm",
4265 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-open-1.13-494.fc37.noarch.rpm",
4266 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-open-1.13-494.fc37.noarch.rpm",
4267 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-open-1.13-494.fc37.noarch.rpm",
4268 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-open-1.13-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004269 ],
4270 )
Leopold7fbf1042023-01-06 19:57:37 +01004271 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004272 name = "perl-overload-0__1.35-494.fc37.x86_64",
4273 sha256 = "d59578a532f16931ee1aad20573b1a26eb6b7428a1015ae7e3225e3a2117a472",
Leopold7fbf1042023-01-06 19:57:37 +01004274 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004275 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-overload-1.35-494.fc37.noarch.rpm",
4276 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-overload-1.35-494.fc37.noarch.rpm",
4277 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-overload-1.35-494.fc37.noarch.rpm",
4278 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-overload-1.35-494.fc37.noarch.rpm",
4279 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-overload-1.35-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004280 ],
4281 )
Leopold7fbf1042023-01-06 19:57:37 +01004282 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004283 name = "perl-overloading-0__0.02-494.fc37.x86_64",
4284 sha256 = "ba31ae4042ed10c2cf28b9c4806546ae5423f4edc5bdc6b4b929a0936be21086",
Leopold7fbf1042023-01-06 19:57:37 +01004285 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004286 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-overloading-0.02-494.fc37.noarch.rpm",
4287 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-overloading-0.02-494.fc37.noarch.rpm",
4288 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-overloading-0.02-494.fc37.noarch.rpm",
4289 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-overloading-0.02-494.fc37.noarch.rpm",
4290 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-overloading-0.02-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004291 ],
4292 )
Leopold7fbf1042023-01-06 19:57:37 +01004293 rpm(
4294 name = "perl-parent-1__0.238-489.fc37.x86_64",
4295 sha256 = "202ebb9e6bf82022838cbe5814a9a38ec60e3d74864264bd48963a48032177df",
4296 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004297 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-parent-0.238-489.fc37.noarch.rpm",
4298 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-parent-0.238-489.fc37.noarch.rpm",
4299 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-parent-0.238-489.fc37.noarch.rpm",
4300 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-parent-0.238-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004301 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-parent-0.238-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004302 ],
4303 )
Leopold7fbf1042023-01-06 19:57:37 +01004304 rpm(
4305 name = "perl-perlfaq-0__5.20210520-489.fc37.x86_64",
4306 sha256 = "e32806670a9e739869249d76a0f9c39bffbe10b0bf7e257ffc16912c763cc4b4",
4307 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004308 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-perlfaq-5.20210520-489.fc37.noarch.rpm",
4309 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-perlfaq-5.20210520-489.fc37.noarch.rpm",
4310 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-perlfaq-5.20210520-489.fc37.noarch.rpm",
4311 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-perlfaq-5.20210520-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004312 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-perlfaq-5.20210520-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004313 ],
4314 )
Leopold7fbf1042023-01-06 19:57:37 +01004315 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004316 name = "perl-ph-0__5.36.1-494.fc37.x86_64",
4317 sha256 = "145e6b55abfb36e5efd1e36979fcf980a80092fe0d449695c336aa9a78a01261",
Leopold7fbf1042023-01-06 19:57:37 +01004318 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004319 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ph-5.36.1-494.fc37.x86_64.rpm",
4320 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ph-5.36.1-494.fc37.x86_64.rpm",
4321 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ph-5.36.1-494.fc37.x86_64.rpm",
4322 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ph-5.36.1-494.fc37.x86_64.rpm",
4323 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-ph-5.36.1-494.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004324 ],
4325 )
Leopold7fbf1042023-01-06 19:57:37 +01004326 rpm(
4327 name = "perl-podlators-1__4.14-489.fc37.x86_64",
4328 sha256 = "1dbfed6c41e81aa507a5a723fbed9407ab7a6a8fef7b054c742c1feadf388cba",
4329 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004330 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-podlators-4.14-489.fc37.noarch.rpm",
4331 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-podlators-4.14-489.fc37.noarch.rpm",
4332 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-podlators-4.14-489.fc37.noarch.rpm",
4333 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-podlators-4.14-489.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004334 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-podlators-4.14-489.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004335 ],
4336 )
Leopold7fbf1042023-01-06 19:57:37 +01004337 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004338 name = "perl-sigtrap-0__1.10-494.fc37.x86_64",
4339 sha256 = "0a097f26b643419bc722aae341ae73014b1eab5d819790f1ad94fbdd5d7d6020",
Leopold7fbf1042023-01-06 19:57:37 +01004340 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004341 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-sigtrap-1.10-494.fc37.noarch.rpm",
4342 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-sigtrap-1.10-494.fc37.noarch.rpm",
4343 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-sigtrap-1.10-494.fc37.noarch.rpm",
4344 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-sigtrap-1.10-494.fc37.noarch.rpm",
4345 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-sigtrap-1.10-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004346 ],
4347 )
Leopold7fbf1042023-01-06 19:57:37 +01004348 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004349 name = "perl-sort-0__2.05-494.fc37.x86_64",
4350 sha256 = "1a270572fa880eacced707342125e1222134aabdb7130219bb52a45ddb1864b1",
Leopold7fbf1042023-01-06 19:57:37 +01004351 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004352 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-sort-2.05-494.fc37.noarch.rpm",
4353 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-sort-2.05-494.fc37.noarch.rpm",
4354 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-sort-2.05-494.fc37.noarch.rpm",
4355 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-sort-2.05-494.fc37.noarch.rpm",
4356 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-sort-2.05-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004357 ],
4358 )
Leopold7fbf1042023-01-06 19:57:37 +01004359 rpm(
4360 name = "perl-srpm-macros-0__1-46.fc37.x86_64",
4361 sha256 = "16a8fe47d15024db2da96e3a380f48be0a7b6f61264b9f81337bb785ad4f8bc4",
4362 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004363 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-srpm-macros-1-46.fc37.noarch.rpm",
4364 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-srpm-macros-1-46.fc37.noarch.rpm",
4365 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-srpm-macros-1-46.fc37.noarch.rpm",
4366 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-srpm-macros-1-46.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004367 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-srpm-macros-1-46.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004368 ],
4369 )
Leopold7fbf1042023-01-06 19:57:37 +01004370 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004371 name = "perl-subs-0__1.04-494.fc37.x86_64",
4372 sha256 = "3cf1b173bdb927b84d84f18f9d9932befc41a57169b764c13927429eb463a10a",
Leopold7fbf1042023-01-06 19:57:37 +01004373 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004374 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-subs-1.04-494.fc37.noarch.rpm",
4375 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-subs-1.04-494.fc37.noarch.rpm",
4376 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-subs-1.04-494.fc37.noarch.rpm",
4377 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-subs-1.04-494.fc37.noarch.rpm",
4378 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-subs-1.04-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004379 ],
4380 )
Leopold7fbf1042023-01-06 19:57:37 +01004381 rpm(
4382 name = "perl-threads-1__2.27-489.fc37.x86_64",
4383 sha256 = "ca68be5c4100cc4c5508b2e85e92771ae6cc5a85f877bd9e17490a670f2442fd",
4384 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004385 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-threads-2.27-489.fc37.x86_64.rpm",
4386 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-threads-2.27-489.fc37.x86_64.rpm",
4387 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-threads-2.27-489.fc37.x86_64.rpm",
4388 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-threads-2.27-489.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004389 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-threads-2.27-489.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004390 ],
4391 )
Leopold7fbf1042023-01-06 19:57:37 +01004392 rpm(
4393 name = "perl-threads-shared-0__1.64-489.fc37.x86_64",
4394 sha256 = "9fc2e275aa70933e5d7e2065258371e430f43c149bb757519e2bef170d1abf83",
4395 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004396 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-threads-shared-1.64-489.fc37.x86_64.rpm",
4397 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-threads-shared-1.64-489.fc37.x86_64.rpm",
4398 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-threads-shared-1.64-489.fc37.x86_64.rpm",
4399 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-threads-shared-1.64-489.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004400 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-threads-shared-1.64-489.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004401 ],
4402 )
Leopold7fbf1042023-01-06 19:57:37 +01004403 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004404 name = "perl-utils-0__5.36.1-494.fc37.x86_64",
4405 sha256 = "a94ff7df393cf528f2e16e20cb85c7354834c73421ae9f069532fd138ae31a81",
Leopold7fbf1042023-01-06 19:57:37 +01004406 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004407 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-utils-5.36.1-494.fc37.noarch.rpm",
4408 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-utils-5.36.1-494.fc37.noarch.rpm",
4409 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-utils-5.36.1-494.fc37.noarch.rpm",
4410 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-utils-5.36.1-494.fc37.noarch.rpm",
4411 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-utils-5.36.1-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004412 ],
4413 )
Leopold7fbf1042023-01-06 19:57:37 +01004414 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004415 name = "perl-vars-0__1.05-494.fc37.x86_64",
4416 sha256 = "c94916a545a2cf5c903577e360051992458b163bfde7a0f8c61fd4e667d0064b",
Leopold7fbf1042023-01-06 19:57:37 +01004417 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004418 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-vars-1.05-494.fc37.noarch.rpm",
4419 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-vars-1.05-494.fc37.noarch.rpm",
4420 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-vars-1.05-494.fc37.noarch.rpm",
4421 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-vars-1.05-494.fc37.noarch.rpm",
4422 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-vars-1.05-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004423 ],
4424 )
Leopold7fbf1042023-01-06 19:57:37 +01004425 rpm(
4426 name = "perl-version-8__0.99.29-490.fc37.x86_64",
4427 sha256 = "e39aee500f3b39ef1374943d2bd91fc6ac89ac10ce4025c580b79bdb90da14f2",
4428 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004429 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-version-0.99.29-490.fc37.x86_64.rpm",
4430 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-version-0.99.29-490.fc37.x86_64.rpm",
4431 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-version-0.99.29-490.fc37.x86_64.rpm",
4432 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-version-0.99.29-490.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004433 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/perl-version-0.99.29-490.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004434 ],
4435 )
Leopold7fbf1042023-01-06 19:57:37 +01004436 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004437 name = "perl-vmsish-0__1.04-494.fc37.x86_64",
4438 sha256 = "c79e6196629920c225eaddc25e1215c1fce820eab53afd6f2e7be7157119f758",
Leopold7fbf1042023-01-06 19:57:37 +01004439 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004440 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-vmsish-1.04-494.fc37.noarch.rpm",
4441 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-vmsish-1.04-494.fc37.noarch.rpm",
4442 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-vmsish-1.04-494.fc37.noarch.rpm",
4443 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-vmsish-1.04-494.fc37.noarch.rpm",
4444 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/perl-vmsish-1.04-494.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004445 ],
4446 )
Leopold7fbf1042023-01-06 19:57:37 +01004447 rpm(
4448 name = "pixman-0__0.40.0-6.fc37.x86_64",
4449 sha256 = "131619876f2f68070ef4e178b5758474f54c577e5a6bf7a88746db54f0d0231f",
4450 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004451 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pixman-0.40.0-6.fc37.x86_64.rpm",
4452 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pixman-0.40.0-6.fc37.x86_64.rpm",
4453 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pixman-0.40.0-6.fc37.x86_64.rpm",
4454 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pixman-0.40.0-6.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004455 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pixman-0.40.0-6.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004456 ],
4457 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004458
Leopold7fbf1042023-01-06 19:57:37 +01004459 rpm(
4460 name = "pkgconf-0__1.8.0-3.fc37.x86_64",
4461 sha256 = "778018594ab5bddc4432e53985b80e6c5a1a1ec1700d38b438848d485f5b357c",
4462 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004463 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-1.8.0-3.fc37.x86_64.rpm",
4464 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-1.8.0-3.fc37.x86_64.rpm",
4465 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-1.8.0-3.fc37.x86_64.rpm",
4466 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-1.8.0-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004467 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-1.8.0-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004468 ],
4469 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004470
Leopold7fbf1042023-01-06 19:57:37 +01004471 rpm(
4472 name = "pkgconf-m4-0__1.8.0-3.fc37.x86_64",
4473 sha256 = "dd0356475d0b9106b5a2d577db359aa0290fe6dd9eacea1b6e0cab816ff33566",
4474 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004475 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-m4-1.8.0-3.fc37.noarch.rpm",
4476 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-m4-1.8.0-3.fc37.noarch.rpm",
4477 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-m4-1.8.0-3.fc37.noarch.rpm",
4478 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-m4-1.8.0-3.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004479 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-m4-1.8.0-3.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004480 ],
4481 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004482
Leopold7fbf1042023-01-06 19:57:37 +01004483 rpm(
4484 name = "pkgconf-pkg-config-0__1.8.0-3.fc37.x86_64",
4485 sha256 = "d238b12c750b58ceebc80e25c2074bd929d3f232c1390677f33a94fdadb68f6a",
4486 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004487 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-pkg-config-1.8.0-3.fc37.x86_64.rpm",
4488 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-pkg-config-1.8.0-3.fc37.x86_64.rpm",
4489 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-pkg-config-1.8.0-3.fc37.x86_64.rpm",
4490 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-pkg-config-1.8.0-3.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004491 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/pkgconf-pkg-config-1.8.0-3.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004492 ],
4493 )
Leopold7fbf1042023-01-06 19:57:37 +01004494 rpm(
Leopolda58047b2023-03-30 14:55:37 +02004495 name = "policycoreutils-0__3.5-1.fc37.x86_64",
4496 sha256 = "199f28e3ecd24e0650ed7b8bc596f14e7a9cdef79c36989b710da1f557b347d9",
Leopold7fbf1042023-01-06 19:57:37 +01004497 urls = [
Leopolda58047b2023-03-30 14:55:37 +02004498 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/policycoreutils-3.5-1.fc37.x86_64.rpm",
4499 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/policycoreutils-3.5-1.fc37.x86_64.rpm",
4500 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/policycoreutils-3.5-1.fc37.x86_64.rpm",
4501 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/policycoreutils-3.5-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004502 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/policycoreutils-3.5-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004503 ],
4504 )
Leopold7fbf1042023-01-06 19:57:37 +01004505 rpm(
Leopolda58047b2023-03-30 14:55:37 +02004506 name = "policycoreutils-python-utils-0__3.5-1.fc37.x86_64",
4507 sha256 = "6a9db2d2e789177cad01f4cf52bd9ac47562127869c26eaf091134770a7e20a3",
Leopold7fbf1042023-01-06 19:57:37 +01004508 urls = [
Leopolda58047b2023-03-30 14:55:37 +02004509 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/policycoreutils-python-utils-3.5-1.fc37.noarch.rpm",
4510 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/policycoreutils-python-utils-3.5-1.fc37.noarch.rpm",
4511 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/policycoreutils-python-utils-3.5-1.fc37.noarch.rpm",
4512 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/policycoreutils-python-utils-3.5-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004513 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/policycoreutils-python-utils-3.5-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004514 ],
4515 )
Leopold7fbf1042023-01-06 19:57:37 +01004516 rpm(
4517 name = "popt-0__1.19-1.fc37.x86_64",
4518 sha256 = "e3c9a6a1611d967fbff4321b5b1ae54377fed22454298859108138c1f64b0c63",
4519 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004520 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/popt-1.19-1.fc37.x86_64.rpm",
4521 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/popt-1.19-1.fc37.x86_64.rpm",
4522 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/popt-1.19-1.fc37.x86_64.rpm",
4523 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/popt-1.19-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004524 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/popt-1.19-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004525 ],
4526 )
Serge Bazanski8111b902024-06-04 14:33:40 +00004527
Leopold7fbf1042023-01-06 19:57:37 +01004528 rpm(
Leopold Schabelc0f72dc2023-10-19 16:54:38 +02004529 name = "pyproject-srpm-macros-0__1.10.0-1.fc37.x86_64",
4530 sha256 = "ef1fedf2055be30fe22ea9f87ff8d69b47595e800033178ba89e32b81d447299",
Leopold68961c32023-02-01 13:53:08 +01004531 urls = [
Leopold Schabelc0f72dc2023-10-19 16:54:38 +02004532 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/pyproject-srpm-macros-1.10.0-1.fc37.noarch.rpm",
4533 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/pyproject-srpm-macros-1.10.0-1.fc37.noarch.rpm",
4534 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/pyproject-srpm-macros-1.10.0-1.fc37.noarch.rpm",
4535 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/pyproject-srpm-macros-1.10.0-1.fc37.noarch.rpm",
4536 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/pyproject-srpm-macros-1.10.0-1.fc37.noarch.rpm",
Leopold68961c32023-02-01 13:53:08 +01004537 ],
4538 )
Leopold Schabelc0f72dc2023-10-19 16:54:38 +02004539
Leopold68961c32023-02-01 13:53:08 +01004540 rpm(
Leopold7fbf1042023-01-06 19:57:37 +01004541 name = "python-pip-wheel-0__22.2.2-3.fc37.x86_64",
4542 sha256 = "f7800b3f5acca7863bf47981258582728b74861c19b2bef38ae47efe3b042eb4",
4543 urls = [
Leopold7fbf1042023-01-06 19:57:37 +01004544 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-pip-wheel-22.2.2-3.fc37.noarch.rpm",
4545 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-pip-wheel-22.2.2-3.fc37.noarch.rpm",
Leopold7eeec652023-01-20 21:16:08 +01004546 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-pip-wheel-22.2.2-3.fc37.noarch.rpm",
4547 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-pip-wheel-22.2.2-3.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004548 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-pip-wheel-22.2.2-3.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004549 ],
4550 )
Leopold7fbf1042023-01-06 19:57:37 +01004551 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004552 name = "python-setuptools-wheel-0__62.6.0-3.fc37.x86_64",
4553 sha256 = "71eb63ef6b25df748b6d2b66c3fba8c47b4a72dc7e1562fddb1073f5bd8af36a",
Leopold7fbf1042023-01-06 19:57:37 +01004554 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004555 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-setuptools-wheel-62.6.0-3.fc37.noarch.rpm",
4556 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-setuptools-wheel-62.6.0-3.fc37.noarch.rpm",
4557 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-setuptools-wheel-62.6.0-3.fc37.noarch.rpm",
4558 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-setuptools-wheel-62.6.0-3.fc37.noarch.rpm",
4559 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-setuptools-wheel-62.6.0-3.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004560 ],
4561 )
Leopold7fbf1042023-01-06 19:57:37 +01004562 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004563 name = "python-srpm-macros-0__3.11-6.fc37.x86_64",
4564 sha256 = "215f39543052fd3a73ec98750ad692b4fe0d66736da02dc7b2a0c9e16f399188",
Leopold7fbf1042023-01-06 19:57:37 +01004565 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004566 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-srpm-macros-3.11-6.fc37.noarch.rpm",
4567 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-srpm-macros-3.11-6.fc37.noarch.rpm",
4568 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-srpm-macros-3.11-6.fc37.noarch.rpm",
4569 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-srpm-macros-3.11-6.fc37.noarch.rpm",
4570 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-srpm-macros-3.11-6.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004571 ],
4572 )
Leopold7fbf1042023-01-06 19:57:37 +01004573 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004574 name = "python-unversioned-command-0__3.11.6-1.fc37.x86_64",
4575 sha256 = "b1de67c1c67902d378897883c6950febca01dac01a2907911ecfb9b0e7d292a7",
Leopold7fbf1042023-01-06 19:57:37 +01004576 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004577 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-unversioned-command-3.11.6-1.fc37.noarch.rpm",
4578 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-unversioned-command-3.11.6-1.fc37.noarch.rpm",
4579 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-unversioned-command-3.11.6-1.fc37.noarch.rpm",
4580 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-unversioned-command-3.11.6-1.fc37.noarch.rpm",
4581 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/python-unversioned-command-3.11.6-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004582 ],
4583 )
Leopold7fbf1042023-01-06 19:57:37 +01004584 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004585 name = "python3-0__3.11.6-1.fc37.x86_64",
4586 sha256 = "771b2eaac53bddaa68642f9d8dadfa6ff980a8f845533ac42b12941b3a95cd2f",
Leopold7fbf1042023-01-06 19:57:37 +01004587 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004588 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-3.11.6-1.fc37.x86_64.rpm",
4589 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-3.11.6-1.fc37.x86_64.rpm",
4590 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-3.11.6-1.fc37.x86_64.rpm",
4591 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-3.11.6-1.fc37.x86_64.rpm",
4592 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-3.11.6-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004593 ],
4594 )
Leopold7fbf1042023-01-06 19:57:37 +01004595 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004596 name = "python3-audit-0__3.1.2-5.fc37.x86_64",
4597 sha256 = "7298e151f0a151c73983d9ee672d8fd87d3fa6bd999f1e206a9bf7e5cf84ca5a",
Leopold7fbf1042023-01-06 19:57:37 +01004598 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004599 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-audit-3.1.2-5.fc37.x86_64.rpm",
4600 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-audit-3.1.2-5.fc37.x86_64.rpm",
4601 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-audit-3.1.2-5.fc37.x86_64.rpm",
4602 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-audit-3.1.2-5.fc37.x86_64.rpm",
4603 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-audit-3.1.2-5.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004604 ],
4605 )
Serge Bazanski8111b902024-06-04 14:33:40 +00004606
Leopold7fbf1042023-01-06 19:57:37 +01004607 rpm(
Leopolda58047b2023-03-30 14:55:37 +02004608 name = "python3-distro-0__1.7.0-3.fc37.x86_64",
4609 sha256 = "6427a8b877a51be140e06665b3680a911816c9eb581aa54ecf29c77f51b6e898",
4610 urls = [
4611 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-distro-1.7.0-3.fc37.noarch.rpm",
4612 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-distro-1.7.0-3.fc37.noarch.rpm",
4613 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-distro-1.7.0-3.fc37.noarch.rpm",
4614 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-distro-1.7.0-3.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004615 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-distro-1.7.0-3.fc37.noarch.rpm",
Leopolda58047b2023-03-30 14:55:37 +02004616 ],
4617 )
Leopolda58047b2023-03-30 14:55:37 +02004618 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004619 name = "python3-libs-0__3.11.6-1.fc37.x86_64",
4620 sha256 = "eb2dbe73ed34cf2e9393cb0977866a4e41bea5b3ce5ffd3320eff6085922cb92",
Leopold7fbf1042023-01-06 19:57:37 +01004621 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004622 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libs-3.11.6-1.fc37.x86_64.rpm",
4623 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libs-3.11.6-1.fc37.x86_64.rpm",
4624 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libs-3.11.6-1.fc37.x86_64.rpm",
4625 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libs-3.11.6-1.fc37.x86_64.rpm",
4626 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libs-3.11.6-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004627 ],
4628 )
Serge Bazanski8111b902024-06-04 14:33:40 +00004629
Leopold7fbf1042023-01-06 19:57:37 +01004630 rpm(
Leopolda58047b2023-03-30 14:55:37 +02004631 name = "python3-libselinux-0__3.5-1.fc37.x86_64",
4632 sha256 = "d6a8fff22472e9629ae8d61c678448215a4f3fb3314b26d0fde0dee70996b3a0",
Leopold7fbf1042023-01-06 19:57:37 +01004633 urls = [
Leopolda58047b2023-03-30 14:55:37 +02004634 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libselinux-3.5-1.fc37.x86_64.rpm",
4635 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libselinux-3.5-1.fc37.x86_64.rpm",
4636 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libselinux-3.5-1.fc37.x86_64.rpm",
4637 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libselinux-3.5-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004638 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libselinux-3.5-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004639 ],
4640 )
Leopold7fbf1042023-01-06 19:57:37 +01004641 rpm(
Serge Bazanski3fe66152023-04-03 15:14:07 +02004642 name = "python3-libsemanage-0__3.5-2.fc37.x86_64",
4643 sha256 = "5b2a476b4b304c27e9c04c71cbd28b9f4d53d900fc84cff29677f9d0d259ec4b",
Leopold7fbf1042023-01-06 19:57:37 +01004644 urls = [
Serge Bazanski3fe66152023-04-03 15:14:07 +02004645 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libsemanage-3.5-2.fc37.x86_64.rpm",
4646 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libsemanage-3.5-2.fc37.x86_64.rpm",
4647 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libsemanage-3.5-2.fc37.x86_64.rpm",
4648 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libsemanage-3.5-2.fc37.x86_64.rpm",
4649 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-libsemanage-3.5-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004650 ],
4651 )
Leopold7fbf1042023-01-06 19:57:37 +01004652 rpm(
Leopolda58047b2023-03-30 14:55:37 +02004653 name = "python3-policycoreutils-0__3.5-1.fc37.x86_64",
4654 sha256 = "e746e0a43f9a9d57b33964332f595490f73df5df751cc785c66b4b72d4633410",
Leopold7fbf1042023-01-06 19:57:37 +01004655 urls = [
Leopolda58047b2023-03-30 14:55:37 +02004656 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-policycoreutils-3.5-1.fc37.noarch.rpm",
4657 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-policycoreutils-3.5-1.fc37.noarch.rpm",
4658 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-policycoreutils-3.5-1.fc37.noarch.rpm",
4659 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-policycoreutils-3.5-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004660 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-policycoreutils-3.5-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004661 ],
4662 )
Leopold7fbf1042023-01-06 19:57:37 +01004663 rpm(
4664 name = "python3-pyparsing-0__3.0.9-2.fc37.x86_64",
4665 sha256 = "2688bcf1fd02d090e63417a9f51e89e6cfc7823a5a64f5dae4576a9bd7744c8a",
4666 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004667 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-pyparsing-3.0.9-2.fc37.noarch.rpm",
4668 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-pyparsing-3.0.9-2.fc37.noarch.rpm",
4669 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-pyparsing-3.0.9-2.fc37.noarch.rpm",
4670 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-pyparsing-3.0.9-2.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004671 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-pyparsing-3.0.9-2.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004672 ],
4673 )
Leopold7fbf1042023-01-06 19:57:37 +01004674 rpm(
4675 name = "python3-setools-0__4.4.0-9.fc37.x86_64",
4676 sha256 = "b872895c9e0ddbebdf970a42f8c7a25d956fb7bbcdbb18aa4cf5515cff962c62",
4677 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004678 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-setools-4.4.0-9.fc37.x86_64.rpm",
4679 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-setools-4.4.0-9.fc37.x86_64.rpm",
4680 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-setools-4.4.0-9.fc37.x86_64.rpm",
4681 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-setools-4.4.0-9.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004682 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/p/python3-setools-4.4.0-9.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004683 ],
4684 )
Leopold7fbf1042023-01-06 19:57:37 +01004685 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004686 name = "python3-setuptools-0__62.6.0-3.fc37.x86_64",
4687 sha256 = "8096786a1448b24095f14579b715e26a416274002412903da9da181f29945baa",
Leopold7fbf1042023-01-06 19:57:37 +01004688 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004689 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-setuptools-62.6.0-3.fc37.noarch.rpm",
4690 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-setuptools-62.6.0-3.fc37.noarch.rpm",
4691 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-setuptools-62.6.0-3.fc37.noarch.rpm",
4692 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-setuptools-62.6.0-3.fc37.noarch.rpm",
4693 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/p/python3-setuptools-62.6.0-3.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004694 ],
4695 )
Leopold7fbf1042023-01-06 19:57:37 +01004696 rpm(
Leopolda58047b2023-03-30 14:55:37 +02004697 name = "qemu-common-2__7.0.0-15.fc37.x86_64",
4698 sha256 = "d9907c540e8cd0c94fe8d541b77f7a4c6173e546b63296e62dd02dfae50f4e1e",
Leopold7fbf1042023-01-06 19:57:37 +01004699 urls = [
Leopolda58047b2023-03-30 14:55:37 +02004700 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/q/qemu-common-7.0.0-15.fc37.x86_64.rpm",
4701 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/q/qemu-common-7.0.0-15.fc37.x86_64.rpm",
4702 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/q/qemu-common-7.0.0-15.fc37.x86_64.rpm",
4703 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/q/qemu-common-7.0.0-15.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004704 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/q/qemu-common-7.0.0-15.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004705 ],
4706 )
Leopold7fbf1042023-01-06 19:57:37 +01004707 rpm(
Leopolda58047b2023-03-30 14:55:37 +02004708 name = "qemu-system-x86-core-2__7.0.0-15.fc37.x86_64",
4709 sha256 = "dbed7e4d2d9776063e0b8002a7dc5fe08247f95e5556881c31855d15882fcf15",
Leopold7fbf1042023-01-06 19:57:37 +01004710 urls = [
Leopolda58047b2023-03-30 14:55:37 +02004711 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/q/qemu-system-x86-core-7.0.0-15.fc37.x86_64.rpm",
4712 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/q/qemu-system-x86-core-7.0.0-15.fc37.x86_64.rpm",
4713 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/q/qemu-system-x86-core-7.0.0-15.fc37.x86_64.rpm",
4714 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/q/qemu-system-x86-core-7.0.0-15.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004715 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/q/qemu-system-x86-core-7.0.0-15.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004716 ],
4717 )
Leopold7fbf1042023-01-06 19:57:37 +01004718 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004719 name = "qt5-srpm-macros-0__5.15.10-1.fc37.x86_64",
4720 sha256 = "7768183143514a3d93d8b10dbb6cc086a9c3eb185efb837e8e7200a475968294",
Leopold7fbf1042023-01-06 19:57:37 +01004721 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004722 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/q/qt5-srpm-macros-5.15.10-1.fc37.noarch.rpm",
4723 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/q/qt5-srpm-macros-5.15.10-1.fc37.noarch.rpm",
4724 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/q/qt5-srpm-macros-5.15.10-1.fc37.noarch.rpm",
4725 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/q/qt5-srpm-macros-5.15.10-1.fc37.noarch.rpm",
4726 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/q/qt5-srpm-macros-5.15.10-1.fc37.noarch.rpm",
4727 ],
4728 )
4729 rpm(
4730 name = "qt6-srpm-macros-0__6.5.1-2.fc37.x86_64",
4731 sha256 = "688ea77818e55d9f03e5d0dd615a08404c3887e39c035e2326083e716c49b822",
4732 urls = [
4733 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/q/qt6-srpm-macros-6.5.1-2.fc37.noarch.rpm",
4734 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/q/qt6-srpm-macros-6.5.1-2.fc37.noarch.rpm",
4735 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/q/qt6-srpm-macros-6.5.1-2.fc37.noarch.rpm",
4736 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/q/qt6-srpm-macros-6.5.1-2.fc37.noarch.rpm",
4737 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/q/qt6-srpm-macros-6.5.1-2.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004738 ],
4739 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004740
Leopold7fbf1042023-01-06 19:57:37 +01004741 rpm(
4742 name = "readline-0__8.2-2.fc37.x86_64",
4743 sha256 = "0663e23dc42a7ce84f60f5f3154ba640460a0e5b7158459abf9d5d0986d69d06",
4744 urls = [
Leopold7fbf1042023-01-06 19:57:37 +01004745 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/readline-8.2-2.fc37.x86_64.rpm",
4746 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/readline-8.2-2.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +01004747 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/r/readline-8.2-2.fc37.x86_64.rpm",
4748 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/r/readline-8.2-2.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004749 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/r/readline-8.2-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004750 ],
4751 )
Leopold7fbf1042023-01-06 19:57:37 +01004752 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004753 name = "redhat-rpm-config-0__230-1.fc37.x86_64",
4754 sha256 = "cf79b5afe5ed0a7adec3878381e6e58d0b1535165e11b2533cfe9ebfa079a69c",
Leopold7fbf1042023-01-06 19:57:37 +01004755 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004756 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/redhat-rpm-config-230-1.fc37.noarch.rpm",
4757 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/redhat-rpm-config-230-1.fc37.noarch.rpm",
4758 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/r/redhat-rpm-config-230-1.fc37.noarch.rpm",
4759 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/r/redhat-rpm-config-230-1.fc37.noarch.rpm",
4760 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/r/redhat-rpm-config-230-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004761 ],
4762 )
Leopold7fbf1042023-01-06 19:57:37 +01004763 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004764 name = "rpm-0__4.18.2-1.fc37.x86_64",
4765 sha256 = "2292e5183404cf8d8af6ab2ae2daf809da445d243b9c806414fb73c715ef1264",
Leopold7fbf1042023-01-06 19:57:37 +01004766 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004767 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-4.18.2-1.fc37.x86_64.rpm",
4768 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-4.18.2-1.fc37.x86_64.rpm",
4769 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-4.18.2-1.fc37.x86_64.rpm",
4770 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-4.18.2-1.fc37.x86_64.rpm",
4771 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-4.18.2-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004772 ],
4773 )
Leopold7fbf1042023-01-06 19:57:37 +01004774 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004775 name = "rpm-libs-0__4.18.2-1.fc37.x86_64",
4776 sha256 = "ff568304ec5bbfd2c76ccc354ade7c683e5f6f382c39eb8e732066756c1589da",
Leopold7fbf1042023-01-06 19:57:37 +01004777 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004778 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-libs-4.18.2-1.fc37.x86_64.rpm",
4779 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-libs-4.18.2-1.fc37.x86_64.rpm",
4780 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-libs-4.18.2-1.fc37.x86_64.rpm",
4781 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-libs-4.18.2-1.fc37.x86_64.rpm",
4782 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-libs-4.18.2-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004783 ],
4784 )
Leopold7fbf1042023-01-06 19:57:37 +01004785 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004786 name = "rpm-plugin-selinux-0__4.18.2-1.fc37.x86_64",
4787 sha256 = "b3b02f43af9022a31f7eb8d2015094a696dc7d7c186b1be7243c006e1170235a",
Leopold7fbf1042023-01-06 19:57:37 +01004788 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004789 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-plugin-selinux-4.18.2-1.fc37.x86_64.rpm",
4790 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-plugin-selinux-4.18.2-1.fc37.x86_64.rpm",
4791 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-plugin-selinux-4.18.2-1.fc37.x86_64.rpm",
4792 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-plugin-selinux-4.18.2-1.fc37.x86_64.rpm",
4793 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpm-plugin-selinux-4.18.2-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004794 ],
4795 )
Leopold7fbf1042023-01-06 19:57:37 +01004796 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004797 name = "rpmautospec-rpm-macros-0__0.3.8-1.fc37.x86_64",
4798 sha256 = "e0c0bec0cf6bf0bef46caa7a86eac702e980bdeda8b2e2a6d843635e7571ff58",
Leopold7fbf1042023-01-06 19:57:37 +01004799 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004800 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpmautospec-rpm-macros-0.3.8-1.fc37.noarch.rpm",
4801 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpmautospec-rpm-macros-0.3.8-1.fc37.noarch.rpm",
4802 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpmautospec-rpm-macros-0.3.8-1.fc37.noarch.rpm",
4803 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpmautospec-rpm-macros-0.3.8-1.fc37.noarch.rpm",
4804 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/r/rpmautospec-rpm-macros-0.3.8-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004805 ],
4806 )
Serge Bazanski8111b902024-06-04 14:33:40 +00004807
Leopold7fbf1042023-01-06 19:57:37 +01004808 rpm(
4809 name = "rsync-0__3.2.7-1.fc37.x86_64",
4810 sha256 = "82e02be388b28292136440b3a11e72db8cdc615b2adc8a4073dd3721ae383ef1",
4811 urls = [
Leopold7fbf1042023-01-06 19:57:37 +01004812 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/rsync-3.2.7-1.fc37.x86_64.rpm",
4813 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/rsync-3.2.7-1.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +01004814 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/r/rsync-3.2.7-1.fc37.x86_64.rpm",
4815 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/r/rsync-3.2.7-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004816 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/r/rsync-3.2.7-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004817 ],
4818 )
Leopold7fbf1042023-01-06 19:57:37 +01004819 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004820 name = "rust-srpm-macros-0__25.2-2.fc37.x86_64",
4821 sha256 = "5429bead43f28712767c32bf306ef61c997f37e11c679a7b19097b7de4477f28",
Leopold7fbf1042023-01-06 19:57:37 +01004822 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004823 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/rust-srpm-macros-25.2-2.fc37.noarch.rpm",
4824 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/r/rust-srpm-macros-25.2-2.fc37.noarch.rpm",
4825 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/r/rust-srpm-macros-25.2-2.fc37.noarch.rpm",
4826 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/r/rust-srpm-macros-25.2-2.fc37.noarch.rpm",
4827 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/r/rust-srpm-macros-25.2-2.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004828 ],
4829 )
Leopold Schabelc0f72dc2023-10-19 16:54:38 +02004830
Leopold7fbf1042023-01-06 19:57:37 +01004831 rpm(
Leopolda58047b2023-03-30 14:55:37 +02004832 name = "seabios-bin-0__1.16.2-1.fc37.x86_64",
4833 sha256 = "095db21fd4f608cd4b195da7ab4c868fa512c2e3ea331adc1ed3bb2f4dee835b",
Leopold7fbf1042023-01-06 19:57:37 +01004834 urls = [
Leopolda58047b2023-03-30 14:55:37 +02004835 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/seabios-bin-1.16.2-1.fc37.noarch.rpm",
4836 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/seabios-bin-1.16.2-1.fc37.noarch.rpm",
4837 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/s/seabios-bin-1.16.2-1.fc37.noarch.rpm",
4838 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/s/seabios-bin-1.16.2-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004839 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/s/seabios-bin-1.16.2-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004840 ],
4841 )
Leopold7fbf1042023-01-06 19:57:37 +01004842 rpm(
Leopolda58047b2023-03-30 14:55:37 +02004843 name = "seavgabios-bin-0__1.16.2-1.fc37.x86_64",
4844 sha256 = "b666c8034df6c0584f13ed18d7cbe22e01dbbde1e14f81c63fdf8236aa8f029d",
Leopold7fbf1042023-01-06 19:57:37 +01004845 urls = [
Leopolda58047b2023-03-30 14:55:37 +02004846 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/seavgabios-bin-1.16.2-1.fc37.noarch.rpm",
4847 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/seavgabios-bin-1.16.2-1.fc37.noarch.rpm",
4848 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/s/seavgabios-bin-1.16.2-1.fc37.noarch.rpm",
4849 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/s/seavgabios-bin-1.16.2-1.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004850 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/s/seavgabios-bin-1.16.2-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004851 ],
4852 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004853
Leopold7fbf1042023-01-06 19:57:37 +01004854 rpm(
4855 name = "sed-0__4.8-11.fc37.x86_64",
4856 sha256 = "231e782077862f4abecf025aa254a9c391a950490ae856261dcfd229863ac80f",
4857 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004858 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/sed-4.8-11.fc37.x86_64.rpm",
4859 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/sed-4.8-11.fc37.x86_64.rpm",
4860 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/sed-4.8-11.fc37.x86_64.rpm",
4861 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/sed-4.8-11.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004862 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/sed-4.8-11.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004863 ],
4864 )
Leopold7fbf1042023-01-06 19:57:37 +01004865 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004866 name = "selinux-policy-0__37.23-1.fc37.x86_64",
4867 sha256 = "e2f8edd7b0f468d8c3b08c109cda6a7d12d808d1f11a39ac6d04553a299f0c1b",
Leopold7fbf1042023-01-06 19:57:37 +01004868 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004869 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/selinux-policy-37.23-1.fc37.noarch.rpm",
4870 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/selinux-policy-37.23-1.fc37.noarch.rpm",
4871 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/s/selinux-policy-37.23-1.fc37.noarch.rpm",
4872 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/s/selinux-policy-37.23-1.fc37.noarch.rpm",
4873 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/s/selinux-policy-37.23-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004874 ],
4875 )
Leopold7fbf1042023-01-06 19:57:37 +01004876 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004877 name = "selinux-policy-minimum-0__37.23-1.fc37.x86_64",
4878 sha256 = "49e4e227e5f98490ca24a2cd1337844e3b4956ac1ffd38e5187f781f8f2911ef",
Leopold7fbf1042023-01-06 19:57:37 +01004879 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004880 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/selinux-policy-minimum-37.23-1.fc37.noarch.rpm",
4881 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/selinux-policy-minimum-37.23-1.fc37.noarch.rpm",
4882 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/s/selinux-policy-minimum-37.23-1.fc37.noarch.rpm",
4883 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/s/selinux-policy-minimum-37.23-1.fc37.noarch.rpm",
4884 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/s/selinux-policy-minimum-37.23-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004885 ],
4886 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004887
Leopold7fbf1042023-01-06 19:57:37 +01004888 rpm(
4889 name = "setup-0__2.14.1-2.fc37.x86_64",
4890 sha256 = "15d72b2a44f403b3a7ee9138820a8ce7584f954aeafbb43b1251621bca26f785",
4891 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004892 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/setup-2.14.1-2.fc37.noarch.rpm",
4893 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/setup-2.14.1-2.fc37.noarch.rpm",
4894 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/setup-2.14.1-2.fc37.noarch.rpm",
4895 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/setup-2.14.1-2.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004896 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/setup-2.14.1-2.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004897 ],
4898 )
Leopold7fbf1042023-01-06 19:57:37 +01004899 rpm(
4900 name = "sgabios-bin-1__0.20180715git-9.fc37.x86_64",
4901 sha256 = "7b18cb14de4338aa5fa937f19a44ac5accceacb18009e5b33afd22755cb7955a",
4902 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004903 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/sgabios-bin-0.20180715git-9.fc37.noarch.rpm",
4904 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/sgabios-bin-0.20180715git-9.fc37.noarch.rpm",
4905 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/sgabios-bin-0.20180715git-9.fc37.noarch.rpm",
4906 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/sgabios-bin-0.20180715git-9.fc37.noarch.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004907 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/sgabios-bin-0.20180715git-9.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004908 ],
4909 )
Leopold7fbf1042023-01-06 19:57:37 +01004910 rpm(
Leopolda58047b2023-03-30 14:55:37 +02004911 name = "shadow-utils-2__4.12.3-6.fc37.x86_64",
4912 sha256 = "b85714adf81c11f87479305bb324ad15c0cf92ca0f5560cef5c99995f1e9c942",
Leopold7fbf1042023-01-06 19:57:37 +01004913 urls = [
Leopolda58047b2023-03-30 14:55:37 +02004914 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/shadow-utils-4.12.3-6.fc37.x86_64.rpm",
4915 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/shadow-utils-4.12.3-6.fc37.x86_64.rpm",
4916 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/s/shadow-utils-4.12.3-6.fc37.x86_64.rpm",
4917 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/s/shadow-utils-4.12.3-6.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004918 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/s/shadow-utils-4.12.3-6.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004919 ],
4920 )
Leopold7fbf1042023-01-06 19:57:37 +01004921 rpm(
4922 name = "snappy-0__1.1.9-5.fc37.x86_64",
4923 sha256 = "46504f3ad77433138805882361af9245a26a74e2b0984f4b35b3509a3b2f91bf",
4924 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01004925 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/snappy-1.1.9-5.fc37.x86_64.rpm",
4926 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/snappy-1.1.9-5.fc37.x86_64.rpm",
4927 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/snappy-1.1.9-5.fc37.x86_64.rpm",
4928 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/snappy-1.1.9-5.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004929 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/snappy-1.1.9-5.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004930 ],
4931 )
Leopold7fbf1042023-01-06 19:57:37 +01004932 rpm(
4933 name = "sqlite-libs-0__3.40.0-1.fc37.x86_64",
4934 sha256 = "4d1603de146f9bbe90810100df0afa2efe32e13cc86ed42e32528bc50b8f03dd",
4935 urls = [
Leopold7fbf1042023-01-06 19:57:37 +01004936 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/sqlite-libs-3.40.0-1.fc37.x86_64.rpm",
4937 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/sqlite-libs-3.40.0-1.fc37.x86_64.rpm",
Leopold7eeec652023-01-20 21:16:08 +01004938 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/s/sqlite-libs-3.40.0-1.fc37.x86_64.rpm",
4939 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/s/sqlite-libs-3.40.0-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004940 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/s/sqlite-libs-3.40.0-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004941 ],
4942 )
Leopold7fbf1042023-01-06 19:57:37 +01004943 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004944 name = "systemd-0__251.19-1.fc37.x86_64",
4945 sha256 = "b6b266bb2b05df9f2aefbbb893b277ef4d9810ce401f16ce59ba2d1a9ad06a2d",
Leopold7fbf1042023-01-06 19:57:37 +01004946 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004947 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-251.19-1.fc37.x86_64.rpm",
4948 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-251.19-1.fc37.x86_64.rpm",
4949 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-251.19-1.fc37.x86_64.rpm",
4950 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-251.19-1.fc37.x86_64.rpm",
4951 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-251.19-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004952 ],
4953 )
Leopold7fbf1042023-01-06 19:57:37 +01004954 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004955 name = "systemd-libs-0__251.19-1.fc37.x86_64",
4956 sha256 = "9d1b796cee3a5c7abc22eb9ded927cff80dc062cf9e167d68cfee58047fda8a4",
Leopold7fbf1042023-01-06 19:57:37 +01004957 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004958 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-libs-251.19-1.fc37.x86_64.rpm",
4959 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-libs-251.19-1.fc37.x86_64.rpm",
4960 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-libs-251.19-1.fc37.x86_64.rpm",
4961 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-libs-251.19-1.fc37.x86_64.rpm",
4962 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-libs-251.19-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004963 ],
4964 )
Leopold7fbf1042023-01-06 19:57:37 +01004965 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00004966 name = "systemd-pam-0__251.19-1.fc37.x86_64",
4967 sha256 = "c7c7fe1a6c98ee1deb40a91cdde22231670082c0cdd288288f416052bdc75fa1",
Leopold7fbf1042023-01-06 19:57:37 +01004968 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00004969 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-pam-251.19-1.fc37.x86_64.rpm",
4970 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-pam-251.19-1.fc37.x86_64.rpm",
4971 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-pam-251.19-1.fc37.x86_64.rpm",
4972 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-pam-251.19-1.fc37.x86_64.rpm",
4973 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemd-pam-251.19-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004974 ],
4975 )
Serge Bazanski8111b902024-06-04 14:33:40 +00004976
Leopold7fbf1042023-01-06 19:57:37 +01004977 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004978 name = "systemtap-sdt-devel-0__4.9-2.fc37.x86_64",
4979 sha256 = "0e4da701910ce174353603a75bf89e0bead813b7ee0aab43679a6a2ebb457074",
Leopold7fbf1042023-01-06 19:57:37 +01004980 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004981 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemtap-sdt-devel-4.9-2.fc37.x86_64.rpm",
4982 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemtap-sdt-devel-4.9-2.fc37.x86_64.rpm",
4983 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemtap-sdt-devel-4.9-2.fc37.x86_64.rpm",
4984 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemtap-sdt-devel-4.9-2.fc37.x86_64.rpm",
4985 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/s/systemtap-sdt-devel-4.9-2.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004986 ],
4987 )
Leopold7fbf1042023-01-06 19:57:37 +01004988 rpm(
Leopolda58047b2023-03-30 14:55:37 +02004989 name = "tar-2__1.34-6.fc37.x86_64",
4990 sha256 = "7e7ff9824621df916333c7a85656671d122f761a75a74f6e442d11474455ffed",
Leopold7fbf1042023-01-06 19:57:37 +01004991 urls = [
Leopolda58047b2023-03-30 14:55:37 +02004992 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/t/tar-1.34-6.fc37.x86_64.rpm",
4993 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/t/tar-1.34-6.fc37.x86_64.rpm",
4994 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/t/tar-1.34-6.fc37.x86_64.rpm",
4995 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/t/tar-1.34-6.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02004996 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/t/tar-1.34-6.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01004997 ],
4998 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02004999
Leopold7fbf1042023-01-06 19:57:37 +01005000 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02005001 name = "tzdata-0__2023c-1.fc37.x86_64",
5002 sha256 = "a7116693b8cc1a857e8a515e6196e2fd3272e56d7c844b65c286d931ad6c3631",
Leopold7fbf1042023-01-06 19:57:37 +01005003 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02005004 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/t/tzdata-2023c-1.fc37.noarch.rpm",
5005 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/t/tzdata-2023c-1.fc37.noarch.rpm",
5006 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/t/tzdata-2023c-1.fc37.noarch.rpm",
5007 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/t/tzdata-2023c-1.fc37.noarch.rpm",
5008 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/t/tzdata-2023c-1.fc37.noarch.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01005009 ],
5010 )
Leopold Schabelc0f72dc2023-10-19 16:54:38 +02005011
Leopold7fbf1042023-01-06 19:57:37 +01005012 rpm(
5013 name = "unzip-0__6.0-58.fc37.x86_64",
5014 sha256 = "463eb69bf857dc76ce47adde2b02b6f9ce5857c1b897902e09fae9f75b690a4d",
5015 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01005016 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/unzip-6.0-58.fc37.x86_64.rpm",
5017 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/unzip-6.0-58.fc37.x86_64.rpm",
5018 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/unzip-6.0-58.fc37.x86_64.rpm",
5019 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/unzip-6.0-58.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02005020 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/unzip-6.0-58.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01005021 ],
5022 )
Leopold7fbf1042023-01-06 19:57:37 +01005023 rpm(
5024 name = "util-linux-0__2.38.1-1.fc37.x86_64",
5025 sha256 = "23f052850cd509743fae6089181a124ee65c2783d6d15f61ffbae1272f5f67ef",
5026 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01005027 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/util-linux-2.38.1-1.fc37.x86_64.rpm",
5028 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/util-linux-2.38.1-1.fc37.x86_64.rpm",
5029 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/util-linux-2.38.1-1.fc37.x86_64.rpm",
5030 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/util-linux-2.38.1-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02005031 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/util-linux-2.38.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01005032 ],
5033 )
Leopold7fbf1042023-01-06 19:57:37 +01005034 rpm(
5035 name = "util-linux-core-0__2.38.1-1.fc37.x86_64",
5036 sha256 = "f87ad8fc18f4da254966cc6f99b533dc8125e1ec0eaefd5f89a6b6398cb13a34",
5037 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01005038 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/util-linux-core-2.38.1-1.fc37.x86_64.rpm",
5039 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/util-linux-core-2.38.1-1.fc37.x86_64.rpm",
5040 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/util-linux-core-2.38.1-1.fc37.x86_64.rpm",
5041 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/util-linux-core-2.38.1-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02005042 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/u/util-linux-core-2.38.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01005043 ],
5044 )
Leopold7fbf1042023-01-06 19:57:37 +01005045 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00005046 name = "xen-libs-0__4.16.5-4.fc37.x86_64",
5047 sha256 = "c19cdc5c82abaedc5c364aa29daf00a716547eaed9b26a65067b46c5234a8aa6",
Leopold7fbf1042023-01-06 19:57:37 +01005048 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00005049 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/x/xen-libs-4.16.5-4.fc37.x86_64.rpm",
5050 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/x/xen-libs-4.16.5-4.fc37.x86_64.rpm",
5051 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/x/xen-libs-4.16.5-4.fc37.x86_64.rpm",
5052 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/x/xen-libs-4.16.5-4.fc37.x86_64.rpm",
5053 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/x/xen-libs-4.16.5-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01005054 ],
5055 )
Leopold7fbf1042023-01-06 19:57:37 +01005056 rpm(
Serge Bazanski8111b902024-06-04 14:33:40 +00005057 name = "xen-licenses-0__4.16.5-4.fc37.x86_64",
5058 sha256 = "d1ef102942f7cfcf18fb571c324348b4f22467b50ff5f34154bc1d33edaf74b8",
Leopold7fbf1042023-01-06 19:57:37 +01005059 urls = [
Serge Bazanski8111b902024-06-04 14:33:40 +00005060 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/x/xen-licenses-4.16.5-4.fc37.x86_64.rpm",
5061 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/x/xen-licenses-4.16.5-4.fc37.x86_64.rpm",
5062 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/x/xen-licenses-4.16.5-4.fc37.x86_64.rpm",
5063 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/x/xen-licenses-4.16.5-4.fc37.x86_64.rpm",
5064 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/x/xen-licenses-4.16.5-4.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01005065 ],
5066 )
Leopold Schabelc0f72dc2023-10-19 16:54:38 +02005067
Leopold7fbf1042023-01-06 19:57:37 +01005068 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02005069 name = "xxhash-libs-0__0.8.2-1.fc37.x86_64",
5070 sha256 = "5ca1d21269d4a568103faef3eb79dd29a3e60d69eeae891355521e1725848d07",
Leopold7fbf1042023-01-06 19:57:37 +01005071 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02005072 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/x/xxhash-libs-0.8.2-1.fc37.x86_64.rpm",
5073 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/x/xxhash-libs-0.8.2-1.fc37.x86_64.rpm",
5074 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/x/xxhash-libs-0.8.2-1.fc37.x86_64.rpm",
5075 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/x/xxhash-libs-0.8.2-1.fc37.x86_64.rpm",
5076 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/x/xxhash-libs-0.8.2-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01005077 ],
5078 )
Leopold7fbf1042023-01-06 19:57:37 +01005079 rpm(
Leopold68961c32023-02-01 13:53:08 +01005080 name = "xz-0__5.4.1-1.fc37.x86_64",
5081 sha256 = "7af1096450d0d76dcd5666e31736f18ff44de9908f2e87d89be88592b176c643",
Leopold7fbf1042023-01-06 19:57:37 +01005082 urls = [
Leopold68961c32023-02-01 13:53:08 +01005083 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/x/xz-5.4.1-1.fc37.x86_64.rpm",
5084 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/x/xz-5.4.1-1.fc37.x86_64.rpm",
5085 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/x/xz-5.4.1-1.fc37.x86_64.rpm",
5086 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/x/xz-5.4.1-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02005087 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/x/xz-5.4.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01005088 ],
5089 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02005090
Leopold7fbf1042023-01-06 19:57:37 +01005091 rpm(
Leopold68961c32023-02-01 13:53:08 +01005092 name = "xz-libs-0__5.4.1-1.fc37.x86_64",
5093 sha256 = "8c06eef8dd28d6dc1406e65e4eb8ee3db359cf6624729be4e426f6b01c4117fd",
Leopold7fbf1042023-01-06 19:57:37 +01005094 urls = [
Leopold68961c32023-02-01 13:53:08 +01005095 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/x/xz-libs-5.4.1-1.fc37.x86_64.rpm",
5096 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/x/xz-libs-5.4.1-1.fc37.x86_64.rpm",
5097 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/x/xz-libs-5.4.1-1.fc37.x86_64.rpm",
5098 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/x/xz-libs-5.4.1-1.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02005099 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/x/xz-libs-5.4.1-1.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01005100 ],
5101 )
Leopold7fbf1042023-01-06 19:57:37 +01005102 rpm(
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02005103 name = "yajl-0__2.1.0-21.fc37.x86_64",
5104 sha256 = "af829c09f1a4f20e69872f6aad1c0b9dfc8666b2895375358f75149c079cd74f",
Leopold7fbf1042023-01-06 19:57:37 +01005105 urls = [
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02005106 "https://ftp.fau.de/fedora/linux/updates/37/Everything/x86_64/Packages/y/yajl-2.1.0-21.fc37.x86_64.rpm",
5107 "https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/37/Everything/x86_64/Packages/y/yajl-2.1.0-21.fc37.x86_64.rpm",
5108 "https://mirror.23m.com/fedora/linux/updates/37/Everything/x86_64/Packages/y/yajl-2.1.0-21.fc37.x86_64.rpm",
5109 "https://ftp.plusline.net/fedora/linux/updates/37/Everything/x86_64/Packages/y/yajl-2.1.0-21.fc37.x86_64.rpm",
5110 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/updates/37/Everything/x86_64/Packages/y/yajl-2.1.0-21.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01005111 ],
5112 )
Leopold7fbf1042023-01-06 19:57:37 +01005113 rpm(
5114 name = "zip-0__3.0-33.fc37.x86_64",
5115 sha256 = "c3be027dae7eeec54aeac1e64d6f969641fa8ff4ef9273b21337112fad7d9974",
5116 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01005117 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zip-3.0-33.fc37.x86_64.rpm",
5118 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zip-3.0-33.fc37.x86_64.rpm",
5119 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zip-3.0-33.fc37.x86_64.rpm",
5120 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zip-3.0-33.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02005121 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zip-3.0-33.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01005122 ],
5123 )
Tim Windelschmidt1feb0fe2023-09-20 19:42:46 +02005124
Leopold7fbf1042023-01-06 19:57:37 +01005125 rpm(
5126 name = "zlib-0__1.2.12-5.fc37.x86_64",
5127 sha256 = "7b0eda1ad9e9a06e61d9fe41e5e4e0fbdc8427bc252f06a7d29cd7ba81a71a70",
5128 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01005129 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zlib-1.2.12-5.fc37.x86_64.rpm",
5130 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zlib-1.2.12-5.fc37.x86_64.rpm",
5131 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zlib-1.2.12-5.fc37.x86_64.rpm",
5132 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zlib-1.2.12-5.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02005133 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zlib-1.2.12-5.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01005134 ],
5135 )
Leopold7fbf1042023-01-06 19:57:37 +01005136 rpm(
5137 name = "zlib-devel-0__1.2.12-5.fc37.x86_64",
5138 sha256 = "9eee35ba6c098c1b47d16920e38ce4ed6d4e63775bb3fa74aaef9ddff36c2401",
5139 urls = [
Leopolda01b4ee2023-02-13 12:49:50 +01005140 "https://ftp.fau.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zlib-devel-1.2.12-5.fc37.x86_64.rpm",
5141 "https://ftp.halifax.rwth-aachen.de/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zlib-devel-1.2.12-5.fc37.x86_64.rpm",
5142 "https://mirror.23m.com/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zlib-devel-1.2.12-5.fc37.x86_64.rpm",
5143 "https://ftp.plusline.net/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zlib-devel-1.2.12-5.fc37.x86_64.rpm",
Serge Bazanski3fe66152023-04-03 15:14:07 +02005144 "https://storage.googleapis.com/monogon-infra-public/mirror/fedora/linux/releases/37/Everything/x86_64/os/Packages/z/zlib-devel-1.2.12-5.fc37.x86_64.rpm",
Leopold7fbf1042023-01-06 19:57:37 +01005145 ],
5146 )