diff options
Diffstat (limited to 'development/flow/flow.SlackBuild')
-rw-r--r-- | development/flow/flow.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/flow/flow.SlackBuild b/development/flow/flow.SlackBuild index e806bc15e45eb..0b7d088d3f517 100644 --- a/development/flow/flow.SlackBuild +++ b/development/flow/flow.SlackBuild @@ -23,7 +23,7 @@ # <https://www.gnu.org/licenses/>. PRGNAM=flow -VERSION=${VERSION:-0.34.0} +VERSION=${VERSION:-0.36.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,7 +76,7 @@ find -L . \ ## This patch allows `flow` to ## be built on 32-bit systems. ## Although, `flow` doesn't pass its -## built-in tests on 32-bit, +## built-in tests on 32-bit. ## I'm leaving it here in case anyone ## decides to investigate that. #patch -p1 < $CWD/$PRGNAM-noarch.patch |