Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-network-run
Commits:
726d3de9 by Felix Yan at 2024-05-28T18:04:18+00:00
upgpkg: 0.2.8-1: rebuild with network-run 0.2.8
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-network-run
pkgdesc = Simple network runner library
- pkgver = 0.2.7
- pkgrel = 4
+ pkgver = 0.2.8
+ pkgrel = 1
url = https://github.com/kazu-yamamoto/network-run
arch = x86_64
license = BSD
@@ -9,7 +9,7 @@ pkgbase = haskell-network-run
depends = ghc-libs
depends = haskell-network
depends = haskell-time-manager
- source =
https://hackage.haskell.org/packages/archive/network-run/0.2.7/network-run-0.2.7.tar.gz
- sha256sums =
54fe53b5ab3a541b099d0d0fc0e981fd1f0fa2b700c4c8e4eae43c968e2da593
+ source =
https://hackage.haskell.org/packages/archive/network-run/0.2.8/network-run-0.2.8.tar.gz
+ sha256sums =
c2a425649b98e4a175e9147a3f42057ddfd64590f7be181fc9c29e40d3da18fb
pkgname = haskell-network-run
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=network-run
pkgname=haskell-network-run
-pkgver=0.2.7
-pkgrel=4
+pkgver=0.2.8
+pkgrel=1
pkgdesc="Simple network runner library"
url="https://github.com/kazu-yamamoto/network-run"
license=("BSD")
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-network' 'haskell-time-manager')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('54fe53b5ab3a541b099d0d0fc0e981fd1f0fa2b700c4c8e4eae43c968e2da593')
+sha256sums=('c2a425649b98e4a175e9147a3f42057ddfd64590f7be181fc9c29e40d3da18fb')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-network-run/-/commit/726d3de9803795ad37188d533dfc13a8a8ee194f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-network-run/-/commit/726d3de9803795ad37188d533dfc13a8a8ee194f
You're receiving this email because of your account on gitlab.archlinux.org.