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+=()