From 15c461b4b8940a07eb64ef40b1c3fb3562e63538 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 8 Sep 2019 22:58:44 +0200 Subject: versionierung ergänzt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manualPorts/python-rfc6555/lastVersion.sh | 11 +++++++++++ manualPorts/python-selectors2/lastVersion.sh | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100755 manualPorts/python-rfc6555/lastVersion.sh create mode 100755 manualPorts/python-selectors2/lastVersion.sh diff --git a/manualPorts/python-rfc6555/lastVersion.sh b/manualPorts/python-rfc6555/lastVersion.sh new file mode 100755 index 0000000..aa0c57f --- /dev/null +++ b/manualPorts/python-rfc6555/lastVersion.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +. "${0%/*}/Pkgfile" + +curl -Ss "https://pypi.org/project/${name#*-}/#files" \ +| sed ' + s@^.*\s*$@\1@ + t + d +' + diff --git a/manualPorts/python-selectors2/lastVersion.sh b/manualPorts/python-selectors2/lastVersion.sh new file mode 100755 index 0000000..aa0c57f --- /dev/null +++ b/manualPorts/python-selectors2/lastVersion.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +. "${0%/*}/Pkgfile" + +curl -Ss "https://pypi.org/project/${name#*-}/#files" \ +| sed ' + s@^.*\s*$@\1@ + t + d +' + -- cgit v1.2.3-70-g09d2