diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-06 14:35:39 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:46 +1300 |
commit | 7f700c7153d1f801f141b77bcbc2f223d4f793e8 (patch) | |
tree | 64f9b5f3371929b8d4b5e42272611a540ea9e92a /haskell/haskell-aeson-compat | |
parent | b71a8c6f390e83e3d71234010954bc2ab83c0fac (diff) |
haskell/haskell-aeson-compat: Updated for version 0.3.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell/haskell-aeson-compat')
-rw-r--r-- | haskell/haskell-aeson-compat/haskell-aeson-compat.SlackBuild | 3 | ||||
-rw-r--r-- | haskell/haskell-aeson-compat/haskell-aeson-compat.info | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/haskell/haskell-aeson-compat/haskell-aeson-compat.SlackBuild b/haskell/haskell-aeson-compat/haskell-aeson-compat.SlackBuild index 3855a9e2dd501..8acb2d8ee0212 100644 --- a/haskell/haskell-aeson-compat/haskell-aeson-compat.SlackBuild +++ b/haskell/haskell-aeson-compat/haskell-aeson-compat.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-aeson-compat -VERSION=${VERSION:-0.3.9} +VERSION=${VERSION:-0.3.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,6 +76,7 @@ cd $TMP rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION +cat $CWD/2.cabal > $SRCNAM.cabal chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/haskell/haskell-aeson-compat/haskell-aeson-compat.info b/haskell/haskell-aeson-compat/haskell-aeson-compat.info index 1ade1ed74de9e..21e0198fa5b82 100644 --- a/haskell/haskell-aeson-compat/haskell-aeson-compat.info +++ b/haskell/haskell-aeson-compat/haskell-aeson-compat.info @@ -1,8 +1,10 @@ PRGNAM="haskell-aeson-compat" -VERSION="0.3.9" +VERSION="0.3.10" HOMEPAGE="https://hackage.haskell.org/package/aeson-compat" -DOWNLOAD="https://hackage.haskell.org/packages/archive/aeson-compat/0.3.9/aeson-compat-0.3.9.tar.gz" -MD5SUM="8a4caac9283b46b0db7ee2c69aad2abc" +DOWNLOAD="https://hackage.haskell.org/packages/archive/aeson-compat/0.3.10/aeson-compat-0.3.10.tar.gz \ + https://hackage.haskell.org/package/aeson-compat-0.3.10/revision/2.cabal" +MD5SUM="bd47941ce142bc69b0433bef00ebd11b \ + 5da558645e0c6dfc1b2b1455db5c11b2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-aeson haskell-attoparsec haskell-attoparsec-iso8601 haskell-base-compat haskell-exceptions haskell-hashable haskell-nats haskell-scientific haskell-semigroups haskell-tagged haskell-time-locale-compat haskell-unordered-containers haskell-vector haskell-void" |