File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,23 +64,23 @@ correct programs easier for the developer.
64
64
65
65
### RPM Naming Convention:
66
66
67
- Package naming convention: ` swiftlang-<VERSION>-<RELEASE>.<DIST>.<ARCH>.rpm `
68
- Pakcage structure: ` /repo/<OS>/releases/<OS_VERSION>/<ARCH>/ `
69
- Repository configuration: ` /repo/<OS>/releases/<OS_VERSION>/swiftlang.repo `
67
+ Package naming convention: ` swiftlang-<VERSION>-<RELEASE>.<DIST>.<ARCH>.rpm `
68
+ Pakcage structure: ` /repo/<OS>/releases/<OS_VERSION>/<ARCH>/ `
69
+ Repository configuration: ` /repo/<OS>/releases/<OS_VERSION>/swiftlang.repo `
70
70
71
71
72
72
#### Example
73
73
74
- ** Package structure:**
74
+ * ** Package structure:**
75
75
```
76
76
/repo/centos/releases/8/x86_64/swiftlang-5.5.0-1.el8.x86_64.rpm
77
77
/repo/centos/releases/8/aarch64/swiftlang-5.5.0-1.el8.aarch64.rpm
78
78
```
79
79
80
- ** Package URL:**
80
+ * ** Package URL:**
81
81
https://download.swift.org/repo/centos/releases/8/aarch64/swiftlang-5.5.0-1.el8.aarch64.rpm
82
82
83
- ** Repository configuration file URL:**
83
+ * ** Repository configuration file URL:**
84
84
https://download.swift.org/repo/centos/releases/8/swiftlang.repo
85
85
86
86
## Tasks
You can’t perform that action at this time.
0 commit comments