diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2026-04-16 16:03:33 -0300 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-05-02 01:04:22 +0800 |
| commit | c71c6eef8a6eed9c1d0cbcd8e991347630a8d4a8 (patch) | |
| tree | 8b7ce922ccb32e95ad6e9609484202a07e97aa20 /nongnu | |
| parent | 03a6d1eb46a7efea00521392cd53e3d160dc6cf9 (diff) | |
nongnu: chrome.scm: Add yet another source for updates.
* nongnu/packages/chrome.scm: Document a new source for Google Chrome updates.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'nongnu')
| -rw-r--r-- | nongnu/packages/chrome.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nongnu/packages/chrome.scm b/nongnu/packages/chrome.scm index f3a2c80..833e720 100644 --- a/nongnu/packages/chrome.scm +++ b/nongnu/packages/chrome.scm @@ -153,6 +153,11 @@ ;; "filter=endtime=none,fraction%3E=0.5&order_by=version%20desc") ;; ;; in which CHAN can be stable, beta, canary and dev (dev corresponds to our unstable) +;; +;; Yet another (From AUR scripts): +;; https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages +;; This link provides a Debian-like control file containing most recent versions. +;; ;; TODO: write a nice importer for this in Scheme. (define-public google-chrome-stable |
