From 6cbdeda19ce859075f90bb8aeee86d3b2e34d0e8 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Fri, 17 Jan 2020 09:27:21 +0100 Subject: [PATCH] pyp: fix srcurl - storage.googleapis.com down - no update, just fix build --- pyp.be0 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pyp.be0 b/pyp.be0 index 18d7fc8e8..2d5cf3765 100755 --- a/pyp.be0 +++ b/pyp.be0 @@ -1,10 +1,16 @@ #!/usr/bin/env beesh +# The pyed piper, or pyp, is a command line utility for parsing text output and generating complex +# unix commands using standard python methods. pyp is powered by python, so any +# standard python string or list operation is available. + # Note: the version is only found in the script we are about to install. -# BEE_VERSION pyp-2.12-0 +# BEE_VERSION pyp-2.12-1 ## The source URL(s) array SRCURL[0]="https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/pyp/source-archive.zip" +SRCURL[0]="/src/mariux/md5repo/52b83759408359c214438abce9d73f9e/source-archive.zip" + ## Add URLs/pathes to patch files # PATCHURL+=()