diff options
author | Juergen Daubert <jue@jue.li> | 2020-06-06 13:00:05 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-06-06 13:00:05 +0200 |
commit | 0f80c03df466ae1dd2c773ddd487e0167903d8fe (patch) | |
tree | 8ea46262db62337cb19ca6f65149c9b786ca4a22 /unison | |
parent | 207b65a20f61c16833ad7bf6d7f4c4ee79247538 (diff) | |
download | opt-0f80c03df466ae1dd2c773ddd487e0167903d8fe.tar.gz opt-0f80c03df466ae1dd2c773ddd487e0167903d8fe.tar.xz |
move several https: to https: URLs
Diffstat (limited to 'unison')
-rw-r--r-- | unison/.signature | 4 | ||||
-rw-r--r-- | unison/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/unison/.signature b/unison/.signature index 08209a724..447112662 100644 --- a/unison/.signature +++ b/unison/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/em4bcD5uJ2SYVLu9ZbsCFzqL5oAZhp1IZgIFyFSn4lTJW7qwxQnG53KkPaPn47bgaNrIICfyum3/ryzR+VyMg4= -SHA256 (Pkgfile) = 890a8213939de4d1ee93beececc5fd7c2963375f56a789ba30df5d5e1c3451c2 +RWSE3ohX2g5d/duKXGq+9V8AX5X0thuM/u3fF1KN/n0ocMPiWRcNGyz1km2gmtl2CbRAuBximYDXxFEx6CcD30aJfrukCj3vZAU= +SHA256 (Pkgfile) = 2e872f9b61f4eff26b67871e5621f13d7284bd7d212ad55021aaccbbbb78d9ec SHA256 (.footprint) = 7dc9b1f53387cdee4c9da64f2da929d161ddc94f40576a6c07fd536ed0d04564 SHA256 (unison-2.51.3-20200221.tar.xz) = bda6e884ec6e5ed81b3795d2a3bb51325801c9ed8c729d9ec2877e94cefbb17f diff --git a/unison/Pkgfile b/unison/Pkgfile index f9b15dd70..ce1b82d80 100644 --- a/unison/Pkgfile +++ b/unison/Pkgfile @@ -1,12 +1,12 @@ # Description: Bi-directional file synchronization tool # Maintainer: Juergen Daubert, jue at crux dot nu -# URL: http://www.cis.upenn.edu/~bcpierce/unison/ +# URL: https://www.cis.upenn.edu/~bcpierce/unison/ # Depends on: ocaml name=unison version=2.51.3-20200221 release=1 -source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.xz) +source=(https://crux.s3.amazonaws.com/dist/$name-$version.tar.xz) build() { cd $name-$version |