aboutsummaryrefslogtreecommitdiff
path: root/python/yarl/yarl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/yarl/yarl.SlackBuild')
-rw-r--r--python/yarl/yarl.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/yarl/yarl.SlackBuild b/python/yarl/yarl.SlackBuild
index f87dbf1ad7cd..ff0e8007a85c 100644
--- a/python/yarl/yarl.SlackBuild
+++ b/python/yarl/yarl.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for yarl
# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com>
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=yarl
-VERSION=${VERSION:-1.6.3}
+VERSION=${VERSION:-1.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}