diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-26 10:09:51 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-27 15:39:32 +1300 |
commit | eacfd2660205a8265e86470ad2b40f1b83d03dbf (patch) | |
tree | 09214d42c65744b0b416bbda3e9d1844cec4b260 /system/alacritty | |
parent | aab5efe934cd661284e78ac5df86b69788fda930 (diff) |
system/alacritty: Updated for version 0.10.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/alacritty')
-rw-r--r-- | system/alacritty/alacritty.SlackBuild | 10 | ||||
-rw-r--r-- | system/alacritty/alacritty.info | 8 | ||||
-rw-r--r-- | system/alacritty/slack-desc | 2 |
3 files changed, 13 insertions, 7 deletions
diff --git a/system/alacritty/alacritty.SlackBuild b/system/alacritty/alacritty.SlackBuild index 6b9ac9c9ee201..48117cec732a4 100644 --- a/system/alacritty/alacritty.SlackBuild +++ b/system/alacritty/alacritty.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=alacritty -VERSION=${VERSION:-0.10.0} +VERSION=${VERSION:-0.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,7 +76,13 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +# upstream have a branch and a tag with the same name, so we can't use the +# normal github url which always give the same tarball name +if [ -e $CWD/v$VERSION.tar.gz ] ; then + tar xvf $CWD/v$VERSION.tar.gz +else + tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +fi cd $PRGNAM-$VERSION # build offline diff --git a/system/alacritty/alacritty.info b/system/alacritty/alacritty.info index 910daa1b25bc6..29f44c5fe6d6a 100644 --- a/system/alacritty/alacritty.info +++ b/system/alacritty/alacritty.info @@ -1,7 +1,7 @@ PRGNAM="alacritty" -VERSION="0.10.0" -HOMEPAGE="https://github.com/jwilm/alacritty" -DOWNLOAD="https://github.com/jwilm/alacritty/archive/v0.10.0/alacritty-0.10.0.tar.gz \ +VERSION="0.10.1" +HOMEPAGE="https://github.com/alacritty/alacritty" +DOWNLOAD="https://github.com/alacritty/alacritty/archive/refs/tags/v0.10.1.tar.gz \ https://crates-io.s3-us-west-1.amazonaws.com/crates/adler32/adler32-1.2.0.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/android_glue/android_glue-0.2.3.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/ansi_term/ansi_term-0.12.1.crate \ @@ -203,7 +203,7 @@ DOWNLOAD="https://github.com/jwilm/alacritty/archive/v0.10.0/alacritty-0.10.0.ta https://crates-io.s3-us-west-1.amazonaws.com/crates/xdg/xdg-2.4.0.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/xml-rs/xml-rs-0.8.4.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/yaml-rust/yaml-rust-0.4.5.crate" -MD5SUM="de1486b89b306890d365c5eaf081271d \ +MD5SUM="814f74f8a1a4cfc73db9959a06c27291 \ d5898ddb1e496ff0ac50b79829311e76 \ 196a2eb81627baf71f6677a3c669e6ac \ f44e8d1d2e61974b268852797530ea41 \ diff --git a/system/alacritty/slack-desc b/system/alacritty/slack-desc index 91d781376f334..90c77d5e4b6c1 100644 --- a/system/alacritty/slack-desc +++ b/system/alacritty/slack-desc @@ -12,7 +12,7 @@ alacritty: Alacritty is the fastest terminal emulator in existence. Using the alacritty: GPU for rendering enables optimizations that simply aren't possible alacritty: in other emulators. alacritty: -alacritty: https://github.com/jwilm/alacritty +alacritty: https://github.com/alacritty/alacritty alacritty: alacritty: alacritty: |