File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
opam/opam-coq-archive/released/packages/coq-unimath/coq-unimath.20231010 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ maintainer: "The UniMath Development Team"
33homepage: "https://github.com/UniMath/UniMath"
44dev-repo: "git+https://github.com/UniMath/UniMath.git"
55bug-reports: "https://github.com/UniMath/UniMath/issues"
6- license: "Kind of MIT"
6+ license: "Similar to MIT license "
77authors: ["The UniMath Development Team"]
88build: [make "BUILD_COQ=no" "-j%{jobs}%"]
99install: [make "BUILD_COQ=no" "install"]
@@ -13,6 +13,6 @@ depends: [
1313]
1414synopsis: "Library of Univalent Mathematics"
1515url {
16- src: "https://github.com/UniMath/UniMath/archive/refs/tags/v20230420 .tar.gz"
17- checksum: "sha512=2ffcb03bece607eb017107183c4b67a552021168c86937b0cf6d98d75b852f25d9b4d36598278f76fa7544c02c81f8a52c77fc057463f685191176d3ae612d27 "
16+ src: "https://github.com/UniMath/UniMath/archive/refs/tags/v20231010 .tar.gz"
17+ checksum: "sha512=27729e1e6cba0df2e07d4789fd2cefcdba71e2374afb16bdaabee4132d1ab8721096602aa83e2aa599b994e1a744b969f0d5134677fbaecb3241c916d32353ac "
1818}
Original file line number Diff line number Diff line change 108108 if [ " ${BITSIZE} " == " 64" ]
109109 then
110110 case " $COQ_PLATFORM_UNIMATH " in
111- [yY]) PACKAGES=" ${PACKAGES} coq-unimath.20230420 " ;;
111+ [yY]) PACKAGES=" ${PACKAGES} coq-unimath.20231010 " ;;
112112 [nN]) true ;;
113113 * ) echo " Illegal value for COQ_PLATFORM_UNIMATH - aborting" ; false ;;
114114 esac
You can’t perform that action at this time.
0 commit comments