Skip to content

Commit

Permalink
cabal-bootstrap + ghc: update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiayang committed Jun 5, 2023
1 parent 5cdc02a commit 7c7bdb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cabal-bootstrap/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provides=("cabal" "cabal-install")
depends=("gmp" "zlib")
makedepends=("ghc=$_bootstrapver" "gmp" "libffi" "zlib" "python")
source=("https://github.com/haskell/cabal/archive/refs/tags/cabal-install-v$pkgver.tar.gz"
"https://github.com/zhiayang/pacman-macos/releases/download/cabal-bootstrap-${_bootstrapver}/bootstrap-sources.tar.gz")
"https://github.com/macos-pacman/core/releases/download/cabal-bootstrap-${_bootstrapver}/bootstrap-sources.tar.gz")
sha512sums=(
'79c839b53d9848a265d063b363542ae96bf1000dab8f00802631eba165fec134e8803299339c5bd14ee7d8e3be10d27e1f406ab8bdad0b4e72c39e6e5a5e925c'
'f15640fac045959ac273e3e6903c659585bf441fc94ab1175c4fad5ca2d712d0964d8504cf77cca2aa6f3edde7a3fdd484855f111cd99607a3c1dcf213e4be1f'
Expand Down
2 changes: 1 addition & 1 deletion packages/ghc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install=ghc.install
source=(
"https://downloads.haskell.org/~ghc/${pkgver}/ghc-${pkgver}-src.tar.xz"
"https://downloads.haskell.org/~ghc/${pkgver}/ghc-${pkgver}-testsuite.tar.xz"
"https://github.com/zhiayang/pacman-macos/releases/download/ghc-bootstrap-${pkgver}/sources-tarball.tar.gz"
"https://github.com/macos-pacman/core/releases/download/ghc-bootstrap-${pkgver}/sources-tarball.tar.gz"

# stolen from alpine
"fix-T7060.patch"
Expand Down

0 comments on commit 7c7bdb7

Please sign in to comment.