Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNM: testing so check with icu 76 #36993

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions icu.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: icu
version: "75.1"
epoch: 5
name: icu
version: "76.1"
epoch: 0
description: "International Components for Unicode library"
copyright:
- license: MIT
Expand Down Expand Up @@ -37,7 +37,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/unicode-org/icu/releases/download/release-${{vars.dash-package-version}}/icu4c-${{vars.underscore-package-version}}-src.tgz
expected-sha256: cb968df3e4d2e87e8b11c49a5d01c787bd13b9545280fc6642f826527618caef
expected-sha256: dfacb46bfe4747410472ce3e1144bf28a102feeaa4e3875bac9b4c6cf30f4f3e
strip-components: 0

- runs: |
Expand Down Expand Up @@ -104,7 +104,6 @@ subpackages:
# strip-prefix: release-
update:
enabled: true
manual: true # ICU updates contain ABI breaking changes which require manual intervention
version-transform:
- match: \-
replace: .
Expand Down
Loading