diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-08 16:11:08 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:15 +0700 |
commit | 32c43969e75928f69f607a3543f151fa3912d54e (patch) | |
tree | 7343d36b22d82cac42a906d54b7bf2b968bec585 /system/xonsh | |
parent | c19bd65827bb1e93a68f9faaf971207c903e0195 (diff) |
system/xonsh: Updated for version 0.11.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xonsh')
-rw-r--r-- | system/xonsh/xonsh.SlackBuild | 8 | ||||
-rw-r--r-- | system/xonsh/xonsh.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/xonsh/xonsh.SlackBuild b/system/xonsh/xonsh.SlackBuild index 3408d0331e247..5a976fbe113f9 100644 --- a/system/xonsh/xonsh.SlackBuild +++ b/system/xonsh/xonsh.SlackBuild @@ -22,10 +22,13 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220208 bkw: modified by SlackBuilds.org: updated for version 0.11.0, +# to fix the build on 15.0. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xonsh -VERSION=${VERSION:-0.9.12} +VERSION=${VERSION:-0.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/xonsh/xonsh.info b/system/xonsh/xonsh.info index bdfa4a7963b92..7e676835b0c81 100644 --- a/system/xonsh/xonsh.info +++ b/system/xonsh/xonsh.info @@ -1,8 +1,8 @@ PRGNAM="xonsh" -VERSION="0.9.12" +VERSION="0.11.0" HOMEPAGE="https://xon.sh/" -DOWNLOAD="https://files.pythonhosted.org/packages/7c/be/a6269ae0440f3b860e727e4faf066f179937611bad3331616ba7dd863996/xonsh-0.9.12.tar.gz" -MD5SUM="6cfa0915bb4b7f775049378d9b65f6b4" +DOWNLOAD="https://github.com/xonsh/xonsh/archive/0.11.0/xonsh-0.11.0.tar.gz" +MD5SUM="032a2d790c9ab35dd426c15c5474d57f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |