mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
misc/dex: Fix download URL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7506adfe7d
commit
3016b3af34
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for dex
|
||||
|
||||
# Copyright 2022 Damian Perticone Berisso,Argentina
|
||||
# Copyright 2022 Damian Perticone, Berisso, Argentina
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=dex
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="dex"
|
||||
VERSION="0.9.0"
|
||||
HOMEPAGE="https://github.com/jceb/dex"
|
||||
DOWNLOAD="https://github.com/jceb/dex/archive/refs/tags/v0.9.0.tar.gz"
|
||||
DOWNLOAD="https://github.com/jceb/dex/archive/v0.9.0/dex-0.9.0.tar.gz"
|
||||
MD5SUM="dfe9ecae8f7588c03942f5b292c8ac78"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Sphinx"
|
||||
MAINTAINER="Damian Perticone"
|
||||
EMAIL="mjolnirdam@gmail.com.com"
|
||||
EMAIL="mjolnirdam@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue