@@ -4,29 +4,29 @@ def swiftlint_repos(bzlmod = False):
44 """Fetches SwiftLint repositories"""
55 if not bzlmod :
66 http_archive (
7- name = "com_github_jpsim_sourcekitten " ,
7+ name = "SourceKittenFramework " ,
88 sha256 = "604d2e5e547ef4280c959760cba0c9bd9be759c9555796cf7a73d9e1c9bcfc90" ,
99 strip_prefix = "SourceKitten-0.37.2" ,
1010 url = "https://github.com/jpsim/SourceKitten/releases/download/0.37.2/SourceKitten-0.37.2.tar.gz" ,
1111 )
1212
1313 http_archive (
14- name = "com_github_apple_swift_argument_parser " ,
14+ name = "SwiftArgumentParser " ,
1515 url = "https://github.com/apple/swift-argument-parser/archive/refs/tags/1.6.1.tar.gz" ,
1616 build_file = "@SwiftLint//bazel:SwiftArgumentParser.BUILD" ,
1717 sha256 = "d2fbb15886115bb2d9bfb63d4c1ddd4080cbb4bfef2651335c5d3b9dd5f3c8ba" ,
1818 strip_prefix = "swift-argument-parser-1.6.1" ,
1919 )
2020
2121 http_archive (
22- name = "com_github_jpsim_yams " ,
22+ name = "Yams " ,
2323 url = "https://github.com/jpsim/Yams/archive/refs/tags/6.0.2.tar.gz" ,
2424 sha256 = "a1ae9733755f77fd56e4b01081baea2a756d8cd4b6b7ec58dd971b249318df48" ,
2525 strip_prefix = "Yams-6.0.2" ,
2626 )
2727
2828 http_archive (
29- name = "com_github_drmohundro_SWXMLHash " ,
29+ name = "SWXMLHash " ,
3030 url = "https://github.com/drmohundro/SWXMLHash/archive/refs/tags/7.0.2.tar.gz" ,
3131 build_file = "@SwiftLint//bazel:SWXMLHash.BUILD" ,
3232 sha256 = "d7d600f062d6840b037fc1fb2ac3afce7a1c43ae430d78e22d7bd6f8e02cfc9d" ,
@@ -41,23 +41,23 @@ def swiftlint_repos(bzlmod = False):
4141 )
4242
4343 http_archive (
44- name = "swiftlint_com_github_scottrhoyt_swifty_text_table " ,
44+ name = "SwiftyTextTable " ,
4545 sha256 = "b77d403db9f33686caeb2a12986997fb02a0819e029e669c6b9554617c4fd6ae" ,
4646 build_file = "@SwiftLint//bazel:SwiftyTextTable.BUILD" ,
4747 strip_prefix = "SwiftyTextTable-0.9.0" ,
4848 url = "https://github.com/scottrhoyt/SwiftyTextTable/archive/refs/tags/0.9.0.tar.gz" ,
4949 )
5050
5151 http_archive (
52- name = "swiftlint_com_github_johnsundell_collectionconcurrencykit " ,
52+ name = "CollectionConcurrencyKit " ,
5353 sha256 = "9083fe6f8b4f820bfb5ef5c555b31953116f158ec113e94c6406686e78da34aa" ,
5454 build_file = "@SwiftLint//bazel:CollectionConcurrencyKit.BUILD" ,
5555 strip_prefix = "CollectionConcurrencyKit-0.2.0" ,
5656 url = "https://github.com/JohnSundell/CollectionConcurrencyKit/archive/refs/tags/0.2.0.tar.gz" ,
5757 )
5858
5959 http_archive (
60- name = "swiftlint_com_github_krzyzanowskim_cryptoswift " ,
60+ name = "CryptoSwift " ,
6161 sha256 = "81b1ba186e2edcff47bcc2a3b6a242df083ba2f64bfb42209f79090cb8d7f889" ,
6262 build_file = "@SwiftLint//bazel:CryptoSwift.BUILD" ,
6363 strip_prefix = "CryptoSwift-1.9.0" ,
0 commit comments