summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/frozenlist/frozenlist.SlackBuild4
-rw-r--r--python/frozenlist/frozenlist.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/frozenlist/frozenlist.SlackBuild b/python/frozenlist/frozenlist.SlackBuild
index 587d1874f7..89268474d1 100644
--- a/python/frozenlist/frozenlist.SlackBuild
+++ b/python/frozenlist/frozenlist.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=frozenlist
-VERSION=${VERSION:-1.3.0}
+VERSION=${VERSION:-1.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -85,7 +85,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CHANGES.rst CONTRIBUTORS.txt LICENSE PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CHANGES.rst CONTRIBUTORS.txt LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/frozenlist/frozenlist.info b/python/frozenlist/frozenlist.info
index 0c8e2cfbb3..ab2547dcfe 100644
--- a/python/frozenlist/frozenlist.info
+++ b/python/frozenlist/frozenlist.info
@@ -1,8 +1,8 @@
PRGNAM="frozenlist"
-VERSION="1.3.0"
+VERSION="1.3.3"
HOMEPAGE="https://github.com/aio-libs/frozenlist"
-DOWNLOAD="https://github.com/aio-libs/frozenlist/releases/download/v1.3.0/frozenlist-1.3.0.tar.gz"
-MD5SUM="e65d870bd189ba3c21ab7eb10eab22b7"
+DOWNLOAD="https://github.com/aio-libs/frozenlist/releases/download/v1.3.3/frozenlist-1.3.3.tar.gz"
+MD5SUM="14e9ffd849c6a1dfa3c6b1fb1ff77b14"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""