Mercurial > code > home > repos > infra
comparison packages.py @ 312:5f8d328e32b3
kitty ver
author | drewp@bigasterisk.com |
---|---|
date | Mon, 16 Sep 2024 20:11:34 -0700 |
parents | c72f268ee846 |
children | 8a1cbc033fc1 |
comparison
equal
deleted
inserted
replaced
311:c44677a25baf | 312:5f8d328e32b3 |
---|---|
5 | 5 |
6 import package_lists | 6 import package_lists |
7 | 7 |
8 | 8 |
9 def kitty(): | 9 def kitty(): |
10 vers = '0.31.0' # see https://github.com/kovidgoyal/kitty/releases | 10 vers = '0.36.2' # see https://github.com/kovidgoyal/kitty/releases |
11 home = '/home/drewp' | 11 home = '/home/drewp' |
12 local = f"{home}/.local/kitty" | 12 local = f"{home}/.local/kitty" |
13 dl = f'/tmp/kitty-{vers}-x86_64.txz' | 13 dl = f'/tmp/kitty-{vers}-x86_64.txz' |
14 files.download(src=f"https://github.com/kovidgoyal/kitty/releases/download/v{vers}/kitty-{vers}-x86_64.txz", dest=dl) | 14 files.download(src=f"https://github.com/kovidgoyal/kitty/releases/download/v{vers}/kitty-{vers}-x86_64.txz", dest=dl) |
15 files.directory(path=local) | 15 files.directory(path=local) |