Skip to content

Commit

Permalink
Merge pull request #5959 from kit-ty-kate/install-2.1.6
Browse files Browse the repository at this point in the history
Update shell/install.sh for opam 2.1.6
  • Loading branch information
kit-ty-kate committed May 17, 2024
2 parents 1508180 + 045d0bb commit b04e9e8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion shell/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ue
# (c) Copyright Fabrice Le Fessant INRIA/OCamlPro 2013
# (c) Copyright Louis Gesbert OCamlPro 2014-2017

VERSION='2.1.5'
VERSION='2.1.6'
DEV_VERSION='2.2.0~beta2'
DEFAULT_BINDIR=/usr/local/bin

Expand Down Expand Up @@ -172,6 +172,17 @@ bin_sha512() {
opam-2.1.5-x86_64-macos) echo "e9c54dabdebd86a979300f31c9e40ced4ebf69f3d049fa9fe26cf5ec79ce17e4dd521af891f0bc555d8946ed01a047ee326976e87cf248807305ea85fc1ae137";;
opam-2.1.5-x86_64-openbsd) echo "37afe2faedf85d03f2038dfeb60edce3e732f4260f9f37f69c7c66a6b9c2815f0be689ed44322239346aef64950fb33ee62d1edb8081e74faa1cb84077931b79";;

opam-2.1.6-arm64-linux) echo "db278693d8bf3a78f522d179880842687909296ea1a12064026cb7f8f539d251fe787c87a0ffaefdfefb2a646d94fafabc9453f4bc58a98360246d0a30046598";;
opam-2.1.6-arm64-macos) echo "d4aa588d4a03fda05659af1c0c56a819e853266e4311c0c77d52a10c2cef5cc6e27fbabc1f6eb657ff36ca6a8ee43ecc4d30d6dc3e9e659657be9418d6ce97f7";;
opam-2.1.6-armhf-linux) echo "a8dd7d8b7fd5f421501c64c8aa8ac57297531509d5aa2061dd4691c0a61f0bc93afc8c3b67fe7aa4f47877751017be0d830ab61242131f809daadb6205b62f18";;
opam-2.1.6-i686-linux) echo "2b308e7a848252d831a1e046b70156cd901e8a5d95405fc03244fc69ce08222675871d3bcc35352b4448f15787f68a16491c574a6f9d5d8c9bcab81eb6d71ef8";;
opam-2.1.6-ppc64le-linux) echo "991bb92ea875cce8f1eda4af2f69dc5705461d8f107140f14cc1c422a64c72ace76a339f18afc11e371646207b611ded191193b6a33bad37ab2c2cbccbd31744";;
opam-2.1.6-s390x-linux) echo "fe06122541fc6736d33b6c4a5f6174ac1e3f8fe42156597403c67d31a5c2bbf2b5165174f281f0d31bac81c6bac7a78e337d77ce09df8defdb48f66e5277f63c";;
opam-2.1.6-x86_64-freebsd) echo "7149a11568f6f5bec17cd82a408c359df6b52bd282b1cf96ef7a3141d18ad7750a379f91a83164c15cc1bc32a5fbbd9afbd49973d6c43c62e2aae9e454d21d92";;
opam-2.1.6-x86_64-linux) echo "0380ed0318b721fafe07234d1d0d9c0620c63bfdec55204697c6ec2a808b501c6e6551956b5fd59bdbe29cbc450d2067e7f219963820d52b3915e01a63b754da";;
opam-2.1.6-x86_64-macos) echo "c14162335cf554f04080e343d08d8a2aa347dffb85284a0cf6e15653b26509790914b79e116ced3c9111532bb79cbfc8b878d3a74443e0bab6d8bbb71f853794";;
opam-2.1.6-x86_64-openbsd) echo "7993661d78e2ac46da03c37463fc46223a379c9121635098f821e6f1843cbd4bf9537794839a1913cc4d930fcc3d3b9f6e24c6e5a3f54bfb7df49d0b826234b7";;

### opam 2.2 series ###

opam-2.2.0-alpha-arm64-linux) echo "084abacb94ac4b61a799ae1cf8c0dea7a46728fa26435ed0585177c8f806c44f77bc9f920e284a301318af8b7445debfedf50f45c1f82f6b9d3fc0c78d2cf62d";;
Expand Down

0 comments on commit b04e9e8

Please sign in to comment.