Skip to content

Commit

Permalink
cabal: Update to version 3.10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
essandess committed Dec 8, 2023
1 parent c3630f0 commit e9893e5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lang/cabal/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0

name cabal
version 3.10.1.0
version 3.10.2.0
revision 0
categories lang haskell devel
platforms darwin
Expand Down Expand Up @@ -61,14 +61,14 @@ distfiles ${distfile_haskell}:haskell
# run `port clean --all cabal-prebuilt` afterwards
if {${build_arch} eq {arm64}} {
checksums ${distfile_haskell} \
rmd160 e148d1c570756e69cf31c1732f2ae97d5327ed6f \
sha256 fdabdc4dca42688a97f2b837165af42fcfd4c111d42ddb0d4df7bbebd5c8750e \
size 11711216
rmd160 6aeec964b457b8428ebcfdc65788b5dc2b636b63 \
sha256 d2bd336d7397cf4b76f3bb0d80dea24ca0fa047903e39c8305b136e855269d7b \
size 11928216
} elseif {${build_arch} eq {x86_64}} {
checksums ${distfile_haskell} \
rmd160 5d6765c43751a00083e7f1408b96eab49f868643 \
sha256 893a316bd634cbcd08861306efdee86f66ec634f9562a8c59dc616f7e2e14ffa \
size 5601212
rmd160 5213303e2249015f614c85e417c85ac69bfbb037 \
sha256 cd64f2a8f476d0f320945105303c982448ca1379ff54b8625b79fb982b551d90 \
size 5612620
}

# cabal may use these MacPorts build tools:
Expand All @@ -92,9 +92,9 @@ if {${name} eq ${subport}} {
master_sites https://github.com/haskell/${name}/archive/refs/tags:github
distfiles ${distfile_github}:github
checksums ${distfile_github} \
rmd160 489aff1c865f56b4ddb6b8b41e40187d06fd8c51 \
sha256 710f9b14ad2851cb6192666599c37eff23b578cf619a1040bdf0b3f2c44df8b5 \
size 2256967
rmd160 7f608e0c97ec8cf1172c26d32e1b3a8aa29da9e1 \
sha256 0b9be9ad935938d5d3ca44bd29e6ac555c723536edb2b01534bb0b2d11dabcb8 \
size 2277893

extract.only-append \
${distfile_github}
Expand Down

0 comments on commit e9893e5

Please sign in to comment.