kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / socat
Commits:
84e79f1f by kpcyrd at 2024-08-26T16:20:50+02:00
upgpkg: 1.8.0.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = socat
pkgdesc = Multipurpose relay
- pkgver = 1.8.0.0
- pkgrel = 2
+ pkgver = 1.8.0.1
+ pkgrel = 1
url = http://www.dest-unreach.org/socat/
arch = x86_64
license = GPL-2.0-only
@@ -13,8 +13,8 @@ pkgbase = socat
depends = libssl.so
depends = readline
depends = libreadline.so
- source = http://www.dest-unreach.org/socat/download/socat-1.8.0.0.tar.gz
- sha256sums =
6010f4f311e5ebe0e63c77f78613d264253680006ac8979f52b0711a9a231e82
- b2sums =
816f404283425900e0d703c9458cc1c1cf1edbcc343e0f3d9039ec39ff588e74796831e73c383daf807d59f105b81f743fe063e3c8376a87f7526282dc0ff58c
+ source = http://www.dest-unreach.org/socat/download/socat-1.8.0.1.tar.gz
+ sha256sums =
dc350411e03da657269e529c4d49fe23ba7b4610b0b225c020df4cf9b46e6982
+ b2sums =
a91977494f6d6a30a2b025b9b9d1f47232638b235603e9cab8ed4b559becbc9ebace582ec0280f246a655a2c23b588200a0aab5cf680a5b571e9e8fa2222a6d0
pkgname = socat
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: John Proctor <[email protected]>
pkgname=socat
-pkgver=1.8.0.0
-pkgrel=2
+pkgver=1.8.0.1
+pkgrel=1
pkgdesc='Multipurpose relay'
url='http://www.dest-unreach.org/socat/'
license=('GPL-2.0-only')
@@ -21,8 +21,8 @@ checkdepends=(
'procps-ng'
)
source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6010f4f311e5ebe0e63c77f78613d264253680006ac8979f52b0711a9a231e82')
-b2sums=('816f404283425900e0d703c9458cc1c1cf1edbcc343e0f3d9039ec39ff588e74796831e73c383daf807d59f105b81f743fe063e3c8376a87f7526282dc0ff58c')
+sha256sums=('dc350411e03da657269e529c4d49fe23ba7b4610b0b225c020df4cf9b46e6982')
+b2sums=('a91977494f6d6a30a2b025b9b9d1f47232638b235603e9cab8ed4b559becbc9ebace582ec0280f246a655a2c23b588200a0aab5cf680a5b571e9e8fa2222a6d0')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/socat/-/commit/84e79f1f28dad4722eafae7e1563545ed5456f47
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/socat/-/commit/84e79f1f28dad4722eafae7e1563545ed5456f47
You're receiving this email because of your account on gitlab.archlinux.org.