From 5af3fd1c86e4829e372e22c857ca9649120fd482 Mon Sep 17 00:00:00 2001 From: Itai-Nelken Date: Tue, 24 Aug 2021 19:47:55 +0300 Subject: [PATCH] Update Ulauncher and github-cli --- apps/Github-CLI/install-32 | 2 +- apps/Github-CLI/install-64 | 2 +- apps/Ulauncher/install | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/Github-CLI/install-32 b/apps/Github-CLI/install-32 index 11805da..280e731 100755 --- a/apps/Github-CLI/install-32 +++ b/apps/Github-CLI/install-32 @@ -9,7 +9,7 @@ function error { cd $HOME -VERSION='1.14.0' +VERSION='2.0.0' #remove old deb (if exists) rm -f ~/gh.deb diff --git a/apps/Github-CLI/install-64 b/apps/Github-CLI/install-64 index 91ddd30..e88d80f 100755 --- a/apps/Github-CLI/install-64 +++ b/apps/Github-CLI/install-64 @@ -9,7 +9,7 @@ function error { cd $HOME -VERSION='1.14.0' +VERSION='2.0.0' #remove old deb (if exists) rm -f ~/gh.deb diff --git a/apps/Ulauncher/install b/apps/Ulauncher/install index 46d9b55..6f64311 100755 --- a/apps/Ulauncher/install +++ b/apps/Ulauncher/install @@ -8,7 +8,7 @@ function error { } rm -f ~/ulauncher.deb -wget -O ~/ulauncher.deb 'https://github.com/Ulauncher/Ulauncher/releases/download/5.12.1/ulauncher_5.12.1_all.deb' || error 'Failed to download ulauncher.deb!' +wget -O ~/ulauncher.deb 'https://github.com/Ulauncher/Ulauncher/releases/download/5.12.2/ulauncher_5.12.2_all.deb' || error 'Failed to download ulauncher.deb!' "${DIRECTORY}/pkg-install" "gir1.2-appindicator3-0.1 python3-distutils-extra python3-levenshtein python3-websocket $HOME/ulauncher.deb" "$(dirname "$0")" || error "Failed to install ulauncher.deb and dependencies!"