ocaml: fixed source URL
This commit is contained in:
parent
01f6454167
commit
0c7578c931
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/eJsUwdGYNl2HM9WK61w/x0Uu+1iYgdDhR1Wk85gPGABhtRch1DwiWDazIJ6RD/DjHIQ6PZBYZQee6vD0RVNww4=
|
||||
SHA256 (Pkgfile) = 41e8d4d4eb8b34e5fc6422496c4dad76e9e42ae7de9a045bd40801f6dfb37daf
|
||||
RWSE3ohX2g5d/Rig/A9XTkfHYS8jDNwj5xtOSuptYvX9Y8gKGjuaxGXqS68UFovm03P8WIivb+3lnJOYksKcEOu+Q5dez2hFMQY=
|
||||
SHA256 (Pkgfile) = 70bd1d6a3b6307ac3ec35d9c008a92def718f0f459da393219208708eaacf803
|
||||
SHA256 (.footprint) = 130edb01735bfe31d8e2f065daf177b9dafe11af7dcabc7646088683ff41d81b
|
||||
SHA256 (ocaml-5.2.0.tar.xz) = 2f4bf479f51479f9bf8c7f1694a6ea7336bbf774f4ad6da6b59d1ad4939dd8a7
|
||||
SHA256 (ocaml-5.2.0.tar.gz) = 48554abfd530fcdaa08f23f801b699e4f74c320ddf7d0bd56b0e8c24e55fc911
|
||||
|
@ -6,7 +6,7 @@
|
||||
name=ocaml
|
||||
version=5.2.0
|
||||
release=1
|
||||
source=(http://caml.inria.fr/pub/distrib/$name-${version%.*}/$name-$version.tar.xz)
|
||||
source=(https://github.com/ocaml/ocaml/archive/refs/tags/$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
Loading…
x
Reference in New Issue
Block a user