Skip to content

Commit

Permalink
chore(icu): Update to 76.1
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Sampson <[email protected]>
  • Loading branch information
EyeCantCU committed Dec 13, 2024
1 parent 8417131 commit 69689ba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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
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

0 comments on commit 69689ba

Please sign in to comment.