summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO5
1 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 495c90ba3a86..d3c6ea883f59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = stack-bin
pkgdesc = The Haskell Tool Stack (tool only -- libraries not included)
pkgver = 2.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://hackage.haskell.org/package/stack
+ arch = aarch64
arch = i686
arch = x86_64
license = BSD3
@@ -10,6 +11,8 @@ pkgbase = stack-bin
depends = zlib
provides = stack
conflicts = stack
+ source_aarch64 = https://github.com/commercialhaskell/stack/releases/download/v2.1.1/stack-2.1.1-linux-aarch64.tar.gz
+ sha256sums_aarch64 = abedcb28d7e5a8e7ab2416d1de4b7988b4743acd926086a0ca6ad68859b2e5a1
source_i686 = https://github.com/commercialhaskell/stack/releases/download/v2.1.1/stack-2.1.1-linux-i386.tar.gz
sha256sums_i686 = c541dd685fbe1c5bcb78db7e334f63d2f08e02e1c0d3c6c670f803a9f4ddcedb
source_x86_64 = https://github.com/commercialhaskell/stack/releases/download/v2.1.1/stack-2.1.1-linux-x86_64.tar.gz