diff options
Diffstat (limited to 'python/snuggs')
-rw-r--r-- | python/snuggs/snuggs.SlackBuild | 2 | ||||
-rw-r--r-- | python/snuggs/snuggs.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/snuggs/snuggs.SlackBuild b/python/snuggs/snuggs.SlackBuild index 02d7490cd973..d67b692d12b5 100644 --- a/python/snuggs/snuggs.SlackBuild +++ b/python/snuggs/snuggs.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=snuggs -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/snuggs/snuggs.info b/python/snuggs/snuggs.info index 01f2d52c766b..ced595fe62ec 100644 --- a/python/snuggs/snuggs.info +++ b/python/snuggs/snuggs.info @@ -1,8 +1,8 @@ PRGNAM="snuggs" -VERSION="1.4.0" +VERSION="1.4.1" HOMEPAGE="https://github.com/mapbox/snuggs" -DOWNLOAD="https://github.com/mapbox/snuggs/archive/1.4.0/snuggs-1.4.0.tar.gz" -MD5SUM="b8a7e114f6dbbc10c60aacf4c9e9c179" +DOWNLOAD="https://github.com/mapbox/snuggs/archive/1.4.1/snuggs-1.4.1.tar.gz" +MD5SUM="3ebf763d49e6a7acd7fcc5545c64057d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="click numpy pyparsing" |