Skip to content

Commit

Permalink
progress: update to 0.16_p6
Browse files Browse the repository at this point in the history
- allows more than 32 procs to watch
  • Loading branch information
wwwutz committed Jan 13, 2023
1 parent a8f9278 commit c5120ed
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions progress.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION progress-0.15-0
# BEE_VERSION progress-0.16.6-0

# SRCURL[0]="https://github.com/Xfennec/progress/archive/v${PKGVERSION}.tar.gz progress-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/a2dbd6896e30731697da3b8e310f8cbe/progress-0.15.tar.gz"

# vgmoose supports max pid configured
# bee download https://github.com/vgmoose/progress.git
SRCURL[0]="https://beehive.molgen.mpg.de/fb0bd5b78f56647a67a02373e79be8db/progress-0.16_p6_75c2a86.tar.bz2"

# PATCHURL+=()

Expand Down Expand Up @@ -34,7 +37,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit c5120ed

Please sign in to comment.