⬆️ Updated socketw to 3.11

This commit is contained in:
Edgar 2022-10-10 11:13:33 +00:00
parent 0503985544
commit 1524e9e98d
2 changed files with 14 additions and 16 deletions

View File

@ -1,15 +1,13 @@
generated-by = makedeb-makepkg
pkgbase = socketw
pkgdesc = a cross platform streaming socket C++ library
pkgver = 3.10.27
pkgrel = 1
url = http://rigsofrods.github.io/socketw/
arch = i686
arch = x86_64
license = GPL-2
depends = libssl-dev
source = https://github.com/RigsOfRods/socketw/archive/3.10.27.tar.gz
sha512sums = 2434e4e3ccb8a93a8fc08ca42e3af0b2e3ba420043b290c4b3f23c14f172e4cdc6a7f32e8abfaa11ecc0adc7f864ea07d03e444c62a286a83b62077a8b05673e
generated-by = makedeb
pkgname = socketw
pkgbase = socketw
pkgdesc = a cross platform streaming socket C++ library
pkgrel = 1
pkgver = 3.11.0
url = http://rigsofrods.github.io/socketw/
arch = i686
arch = x86_64
depends = libssl-dev
license = GPL-2
source = https://github.com/RigsOfRods/socketw/archive/3.11.0.tar.gz
sha512sums = de873c01e0f219c3fbc0630a685843677ec827dd1055f6949bcb942082305caeb7a2cfcf125d49901db784ff4226b200da1f8a59585270d20b70fa7a5a96a29c

View File

@ -1,7 +1,7 @@
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
pkgname=socketw
pkgver=3.10.27
pkgver=3.11.0
pkgrel=1
pkgdesc="a cross platform streaming socket C++ library"
arch=('i686' 'x86_64')
@ -9,7 +9,7 @@ url="http://rigsofrods.github.io/socketw/"
depends=('libssl-dev')
license=('GPL-2')
source=("https://github.com/RigsOfRods/socketw/archive/${pkgver}.tar.gz")
sha512sums=('2434e4e3ccb8a93a8fc08ca42e3af0b2e3ba420043b290c4b3f23c14f172e4cdc6a7f32e8abfaa11ecc0adc7f864ea07d03e444c62a286a83b62077a8b05673e')
sha512sums=('de873c01e0f219c3fbc0630a685843677ec827dd1055f6949bcb942082305caeb7a2cfcf125d49901db784ff4226b200da1f8a59585270d20b70fa7a5a96a29c')
build() {
cd socketw-${pkgver}