Skip to content

Commit

Permalink
Trac #19702: Upgrade GNU patch
Browse files Browse the repository at this point in the history
{{{
./sage --package update patch 2.7.5
http://ftp.gnu.org/gnu/patch/patch-2.7.5.tar.gz
}}}

'''Tarball''': http://ftp.gnu.org/gnu/patch/patch-2.7.5.tar.gz

URL: http://trac.sagemath.org/19702
Reported by: jdemeyer
Ticket author(s): Jeroen Demeyer
Reviewer(s): François Bissey
  • Loading branch information
Release Manager authored and vbraun committed Dec 21, 2015
2 parents 0141205 + baa6917 commit c13a6f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/patch/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=patch-VERSION.tar.gz
sha1=4ac0fc1a636365be9db252c9340aba7209c60bbe
md5=95dd8d7e41dcbcecdd5cd88ef915378d
cksum=3799073743
sha1=04d23f6e48e95efb07d12ccf44d1f35fb210f457
md5=ed4d5674ef4543b4eb463db168886dc7
cksum=2777655587
2 changes: 1 addition & 1 deletion build/pkgs/patch/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.1
2.7.5
2 changes: 1 addition & 1 deletion build/pkgs/patch/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fi

# Sanity check that we have the correct version of patch
# in our PATH.
if ! patch --version | grep >/dev/null 'patch 2\.7\.1'; then
if ! patch --version | grep >/dev/null 'patch 2\.7\.5'; then
echo >&2 "Cannot find the patch program we just installed"
exit 1
fi

0 comments on commit c13a6f5

Please sign in to comment.