Skip to content

Commit 95416a1

Browse files
committed
Merge pull request #631 from hashdist/autotools_update
Autotools update
2 parents 3ba231b + 01029a4 commit 95416a1

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

pkgs/automake.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
extends: [autotools_package]
22

3-
#dependencies:
4-
# build: [perl]
3+
dependencies:
4+
build: [autoconf]
55

66
defaults:
77
relocatable: false
88

99
sources:
10-
- key: tar.gz:pbduetkcatiwe7ast2obloa6crmdnl5c
11-
url: http://ftp.heanet.ie/mirrors/gnu/automake/automake-1.14.tar.gz
10+
- key: tar.xz:teemowvl2sorgzq5nxfrxq4ceuwsftdx
11+
url: http://ftp.gnu.org/gnu/automake/automake-1.15.tar.xz
1212

1313
when_build_dependency:
1414
- prepend_path: PATH

pkgs/coreutils.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ defaults:
44
relocatable: false
55

66
sources:
7-
- key: tar.gz:vkmr7jbjnmrp7eu2ggs4wvjixn4dzbgn
8-
url: http://ftp.heanet.ie/mirrors/gnu/coreutils/coreutils-8.9.tar.gz
7+
- key: tar.xz:5rb4uw6pyyreflgli237cipww2co4ipm
8+
url: http://ftp.gnu.org/gnu/coreutils/coreutils-8.23.tar.xz

pkgs/diffutils.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ defaults:
44
relocatable: false
55

66
sources:
7-
- key: tar.gz:fkvox33blpt5ynsta2quzks5e45e7qlu
8-
url: http://ftp.heanet.ie/mirrors/gnu/diffutils/diffutils-3.2.tar.gz
7+
- key: tar.xz:ujpitkflmx662fzr4qmgxyn3exg2sz4d
8+
url: http://ftp.gnu.org/gnu/diffutils/diffutils-3.3.tar.xz
99

1010
when_build_dependency:
1111
- prepend_path: PATH

0 commit comments

Comments
 (0)