Skip to content

Commit

Permalink
sagemathgh-36901: build/pkgs/e_antic: Update to 2.0.0
Browse files Browse the repository at this point in the history
<!-- ^^^^^
Please provide a concise, informative and self-explanatory title.
Don't put issue numbers in there, do this in the PR body below.
For example, instead of "Fixes sagemath#1234" use "Introduce new method to
calculate 1+1"
-->
<!-- Describe your changes here in detail -->
The new release adds support for FLINT 3.
https://github.com/flatsurf/e-antic/releases/tag/2.0.0 Thanks @saraedum
for preparing this release!

<!-- Why is this change required? What problem does it solve? -->
<!-- If this PR resolves an open issue, please link to it here. For
example "Fixes sagemath#12345". -->
<!-- If your change requires a documentation PR, please link it
appropriately. -->

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it
appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
<!-- Feel free to remove irrelevant items. -->

- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [ ] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on
- sagemath#12345: short description why this is a dependency
- sagemath#34567: ...
-->

<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->

URL: sagemath#36901
Reported by: Matthias Köppe
Reviewer(s): Travis Scrimshaw
  • Loading branch information
Release Manager committed Dec 25, 2023
2 parents 8e4481f + 27d3470 commit 5656aeb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=2389d2b093493c568deda190ffc326ff2b835169
md5=545e80b50deb4efa46f14d0a543ba98f
cksum=169905223
sha1=78cd3f56403185e6708d09d480eac2d821626b81
md5=86dd611ea7a1f62082c5b25e59f04388
cksum=131388535
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
73e52a419812253c3c3ce72bab7f1a5ddf4c0461
81fd2c00ff9610ea1dcb221c42033c77c61cab0e
6 changes: 3 additions & 3 deletions build/pkgs/e_antic/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=e-antic-VERSION.tar.gz
sha1=4f551cf2ab58201fb2137ae994cb670c6fa8b154
md5=6c6f38408994f7d79f814bbad8183fcb
cksum=2487959662
sha1=587052e189f9a7a145ac3144e6b7f11fca54b1ff
md5=0b54042461b28c4b45239480af062546
cksum=589498373
upstream_url=https://github.com/flatsurf/e-antic/releases/download/VERSION/e-antic-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/e_antic/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
2.0.0

0 comments on commit 5656aeb

Please sign in to comment.