Skip to content

pyp: fix srcurl #1603

Merged
merged 1 commit into from
Jan 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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