diff options
author | Luna Jernberg <droidbittin@gmail.com> | 2023-04-02 10:53:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-08 09:16:25 +0700 |
commit | 3363469150e83b5e89297738e7f3da7021161f57 (patch) | |
tree | 7d713db1dfc83527ca0d459f2440f46239ae587e /desktop/hyfetch | |
parent | c20dc4291f98303a7d24ce2c54148dd803533d3d (diff) |
desktop/hyfetch: Updated for version 1.4.8.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/hyfetch')
-rw-r--r-- | desktop/hyfetch/README | 4 | ||||
-rw-r--r-- | desktop/hyfetch/hyfetch.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/hyfetch/hyfetch.info | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/desktop/hyfetch/README b/desktop/hyfetch/README index d4e70fbd5747a..33a6437129f85 100644 --- a/desktop/hyfetch/README +++ b/desktop/hyfetch/README @@ -7,4 +7,6 @@ what Theme/Icons you're using and etc. hyfetch is a version of neofetch that uses LBGTQ pride flags (Hyfetch otherwise does the same things as Neofetch does) -This build uses the source package from the upstream projects Github. + +This build uses the source package from the upstream projects Github +repository diff --git a/desktop/hyfetch/hyfetch.SlackBuild b/desktop/hyfetch/hyfetch.SlackBuild index b0e58e64f32fa..e92e6c0266c82 100644 --- a/desktop/hyfetch/hyfetch.SlackBuild +++ b/desktop/hyfetch/hyfetch.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hyfetch -VERSION=${VERSION:-1.4.7} +VERSION=${VERSION:-1.4.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/hyfetch/hyfetch.info b/desktop/hyfetch/hyfetch.info index b19a17401ebd2..9555e10e708b5 100644 --- a/desktop/hyfetch/hyfetch.info +++ b/desktop/hyfetch/hyfetch.info @@ -1,8 +1,8 @@ PRGNAM="hyfetch" -VERSION="1.4.7" +VERSION="1.4.8" HOMEPAGE="https://github.com/hykilpikonna/hyfetch" -DOWNLOAD="https://github.com/hykilpikonna/hyfetch/archive/1.4.7/hyfetch-1.4.7.tar.gz" -MD5SUM="b4f4ab10c830eaa4789d459a22c67151" +DOWNLOAD="https://github.com/hykilpikonna/hyfetch/archive/1.4.8/hyfetch-1.4.8.tar.gz" +MD5SUM="fe410626d0da5fac108800a92cdff681" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="typing-extensions" |