Skip to content

Commit

Permalink
upd(mold-bin): 1.11.0 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Aug 13, 2023
1 parent cbae74c commit 4add16d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/mold-bin/mold-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ maintainer="wizard-28 <[email protected]>"

name="mold-bin"
gives="mold"
pkgver="1.11.0"
pkgver="2.1.0"
arch=("amd64" "arm64")
case "${CARCH}" in
amd64)
url="https://github.com/rui314/mold/releases/download/v${pkgver}/mold-${pkgver}-x86_64-linux.tar.gz"
hash="bf788940db4a9ac19e7745c821bf6ee18ff4d75441a803d84f86c9f3b0aa2a5e"
hash="67a479bf2eddf10dd223e488ceedddca49174f629f7a4bbaeaab80c5b5702021"
;;
arm64)
url="https://github.com/rui314/mold/releases/download/v${pkgver}/mold-${pkgver}-aarch64-linux.tar.gz"
hash="4d7f0cc976ed1dfde1ceeaadd16829427a477eba1b49ff82dd490395f32eb78c"
hash="3f7d3f7eede50687399b567e5bddfaadd902ea8599185dd159882b3d25184e21"
;;
*) return 1 ;;
esac
pkgdesc="A modern linker"
breaks=("${name}-git" "${name}")
breaks=("${gives}-git" "${name}")
repology=("project: mold")

package() {
Expand Down

0 comments on commit 4add16d

Please sign in to comment.