aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xAppImage/curses.yml2
-rwxr-xr-xAppImage/gtk.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/AppImage/curses.yml b/AppImage/curses.yml
index d219c0b..2989a39 100755
--- a/AppImage/curses.yml
+++ b/AppImage/curses.yml
@@ -15,7 +15,7 @@ ingredients:
# - robin-haberkorn/sciteco
script:
- wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-common_nightly_ubuntu-20.04_all.deb"
- - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-curses_nightly_ubuntu-20.04_all.deb"
+ - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-curses_nightly_ubuntu-20.04_amd64.deb"
post_script:
- dpkg -I sciteco-curses*.deb | grep "Version:" | cut -d':' -f2 | cut -d'+' -f1 | sed 's/^[ ]*//g' >VERSION
diff --git a/AppImage/gtk.yml b/AppImage/gtk.yml
index b6304bf..158ccce 100755
--- a/AppImage/gtk.yml
+++ b/AppImage/gtk.yml
@@ -15,7 +15,7 @@ ingredients:
# - robin-haberkorn/sciteco
script:
- wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-common_nightly_ubuntu-20.04_all.deb"
- - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-gtk_nightly_ubuntu-20.04_all.deb"
+ - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-gtk_nightly_ubuntu-20.04_amd64.deb"
post_script:
- dpkg -I sciteco-gtk*.deb | grep "Version:" | cut -d':' -f2 | cut -d'+' -f1 | sed 's/^[ ]*//g' >VERSION