Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skarnet update. #36047

Merged
merged 4 commits into from
Mar 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/execline/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'execline'
pkgname=execline
version=2.8.2.0
version=2.8.3.0
revision=1
build_style=configure
configure_args="--libdir=/usr/lib --bindir=/usr/bin
Expand All @@ -14,7 +14,7 @@ license="ISC"
homepage="https://skarnet.org/software/execline/"
changelog="https://skarnet.org/software/execline/upgrade.html"
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=2fdf7607f306e94fe42ebe2b49872d0f654aa2297a576d5a2d8037d4d9583341
checksum=235dbecd594c82e0523c87c2eacf04c48781b39264158f57049f1a1ff8b4ad80

CFLAGS="-fPIC"

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/s6-portable-utils/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 's6-portable-utils'
pkgname=s6-portable-utils
version=2.2.3.4
version=2.2.4.0
revision=1
build_style=configure
configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
Expand All @@ -14,7 +14,7 @@ license="ISC"
homepage="https://skarnet.org/software/s6-portable-utils/"
changelog="https://skarnet.org/software/s6-portable-utils/upgrade.html"
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=37ba98f727a9e382bf742af32ddbd8464c226a13a0a51bef586c28d57c8ac912
checksum=cb1eea89f0311006f0132aa45324ff96fa7756d11a5f4366c68d084839e5a56f

build_options="static"

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/s6/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 's6'
pkgname=s6
version=2.11.0.1
version=2.11.1.0
revision=1
build_style=configure
configure_args="--libdir=/usr/lib --bindir=/usr/bin
Expand All @@ -15,7 +15,7 @@ license="ISC"
homepage="http://skarnet.org/software/s6/"
changelog="https://skarnet.org/software/s6/upgrade.html"
distfiles="http://skarnet.org/software/s6/s6-${version}.tar.gz"
checksum=ad7f204587634eeb20ef8f7a7beb6dd63ba3080a46a3a650448ca7cc0826f90a
checksum=ae64dc2ba208ff80e4ac4792ce90dd526b42bf19c966dc7d8eb9a6870e4bc23a

build_options="static"

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/skalibs/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'skalibs'
pkgname=skalibs
version=2.11.1.0
version=2.11.2.0
revision=1
build_style=configure
configure_args="--libdir=/usr/lib --enable-static --enable-shared
Expand All @@ -14,7 +14,7 @@ license="ISC"
homepage="https://skarnet.org/software/skalibs/"
changelog="https://skarnet.org/software/skalibs/upgrade.html"
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=400180b4d5b651e4fafaf0297b933f5f863b467d357f5b36a6545cf6eb14eab9
checksum=649cf3236fe3103f45366b6196b1bcd0457c9c17ca86f2b80007696a2baa7b77

post_install() {
vlicense COPYING LICENSE
Expand Down