Skip to content

Commit

Permalink
Merge pull request #1603 from mariux64/fix-pyp-srcurl
Browse files Browse the repository at this point in the history
pyp: fix srcurl
  • Loading branch information
wwwutz authored Jan 17, 2020
2 parents 92694db + 6cbdeda commit 7c5cf34
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyp.be0
Original file line number Diff line number Diff line change
@@ -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+=()
Expand Down

0 comments on commit 7c5cf34

Please sign in to comment.