diff packages.py @ 62:50100cad1f38

new upstream versions
author drewp@bigasterisk.com
date Sun, 01 May 2022 23:34:36 -0700
parents a949704defd0
children 659e4b228909
line wrap: on
line diff
--- a/packages.py	Sun May 01 23:34:01 2022 -0700
+++ b/packages.py	Sun May 01 23:34:36 2022 -0700
@@ -67,7 +67,7 @@
         'nodejs',
         'npm',
     ])
-    vers = '0.24.4' # see https://github.com/kovidgoyal/kitty/releases
+    vers = '0.25.0' # see https://github.com/kovidgoyal/kitty/releases
     home = '/home/drewp'
     local = f"{home}/.local/kitty"
     dl = f'/tmp/kitty-{vers}-x86_64.txz'
@@ -81,7 +81,8 @@
     files.link(target="{local}/bin/kitty", path="{home}/bin/kitty")
 
     server.shell([
-        "npm install -g pnpm@6.32.3",
+        # https://github.com/pnpm/pnpm/releases
+        "npm install -g pnpm@7.0.0",
         ])
 
 if not is_pi and not (host.name == 'prime'):