mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-12 09:24:27 -05:00
b2c9479e50
Previously was just http to allow for caching and non-caching of packages. Currently, a client tool exists to rewrite repository definitions.
9 lines
198 B
TOML
9 lines
198 B
TOML
[google-chrome]
|
|
name=google-chrome - $basearch
|
|
baseurl=https://dl.google.com/linux/chrome/rpm/stable/$basearch
|
|
enabled=1
|
|
gpgcheck=1
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-chrome
|
|
|
|
# vim: ft=toml
|