Skip to content

Commit

Permalink
system/perl: Update version from 5.28.1 to 5.30.0
Browse files Browse the repository at this point in the history
Update to latest stable version.
  • Loading branch information
donald committed Oct 21, 2019
1 parent 9bc41eb commit 64a2f0e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ set -xe
# sudo chown -R bin:bin /usr/local/system/perl-VERSION-BUILD

PKG=perl
VERSION=5.28.1
BUILD=1
VERSION=5.30.0
BUILD=0

PREFIX=/usr/local/system/$PKG-$VERSION-$BUILD
if [ -n "$TESTING" ]; then PREFIX=/dev/shm/$PKG-$VERSION-$BUILD ; fi
Expand Down

0 comments on commit 64a2f0e

Please sign in to comment.