lzip -> xz; xz is faster, and compresses better.
2 files changed, 5 insertions(+), 5 deletions(-)

M .build.yml
M README.md
M .build.yml +3 -3
@@ 5,7 5,7 @@ packages:
     - gdk-pixbuf2
     - glib2
     - gnupg
-    - lzip
+    - xz
 sources:
     - https://hg.sr.ht/~ser/gocryptkeeper
 environment:

          
@@ 22,9 22,9 @@ tasks:
         go build -o ${BNAME} -ldflags="-X main.Version=$T -s -w" .
     - upload: |
 	cd ${PROJ}
-        Z=${BNAME}.lz
+        Z=${BNAME}.xz
         S=${Z}.sig
-        lzip ${BNAME}
+        xz ${BNAME}
         gpg -b --local-user ECE3F91E646A3FAB5D4DED0F5E0D7ABD6668FDD1 ${Z}
         curl --netrc-file ~/.downloads -T ${Z} https://downloads.ser1.net/files/
         curl --netrc-file ~/.downloads -T ${S} https://downloads.ser1.net/files/

          
M README.md +2 -2
@@ 29,8 29,8 @@ CGO_ENABLED=1 go build .
 ```
 
 There is an *extremely* YMMV 
-[binary available](https://downloads.ser1.net/gocryptkeeper-latest.lz). 
-It's LZ compressed, so you'll have to uncompress it with lzip before
+[binary available](https://downloads.ser1.net/gocryptkeeper-latest.xz). 
+It's XZ compressed, so you'll have to uncompress it with xz before
 using. There's a corresponding 
 [GPG signature](https://downloads.ser1.net/gocryptkeeper-latest.lz.sig),
 signed with the key 7ABD6668FDD1, which you