libpipeline: update to 1.5.4

This commit is contained in:
Juergen Daubert 2021-11-10 10:43:27 +01:00
parent ca3a2caa9e
commit d2c44336dd
3 changed files with 12 additions and 12 deletions

View File

@ -3,9 +3,9 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/pipeline.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libpipeline.la
lrwxrwxrwx root/root usr/lib/libpipeline.so -> libpipeline.so.1.5.3
lrwxrwxrwx root/root usr/lib/libpipeline.so.1 -> libpipeline.so.1.5.3
-rwxr-xr-x root/root usr/lib/libpipeline.so.1.5.3
lrwxrwxrwx root/root usr/lib/libpipeline.so -> libpipeline.so.1.5.4
lrwxrwxrwx root/root usr/lib/libpipeline.so.1 -> libpipeline.so.1.5.4
-rwxr-xr-x root/root usr/lib/libpipeline.so.1.5.4
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libpipeline.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqq6JiFvSi2WnOpi5/5aPNcpRqgxhzQ5IQiDf/SOf4Gq9Ts/x4tIKH9YH9YnmuwDxdJEn2iYWj/Wrw1uOn09kMgQ=
SHA256 (Pkgfile) = fd2a8ea00a81f923ec20fa3dde00de98ba99b95063d99d035fff09e5a5fe63b6
SHA256 (.footprint) = 1edb830ca510e679073fc5c024f667e6ee20324c9290aa28a8282603648b87e0
SHA256 (libpipeline-1.5.3.tar.gz) = 5dbf08faf50fad853754293e57fd4e6c69bb8e486f176596d682c67e02a0adb0
RWRJc1FUaeVeqrxepahDMuLEaUXiNnt8gf77xaQDhVUwrf3cq70MiZ7HY39gwy6BUxKWU7JFVWcSk7apTjgNCbv2cU/B3s2hxQs=
SHA256 (Pkgfile) = ef8ab66c55ccfedaf53858bb1e474ef22561baf208465d7c165a8e3e24f9277f
SHA256 (.footprint) = 994e7793d98248915b5f01c309ea075a51b2fa5fd946eb2c7250ebfa6710f7b9
SHA256 (libpipeline-1.5.4.tar.gz) = db785bddba0a37ef14b4ef82ae2d18b8824e6983dfb9910319385e28df3f1a9c

View File

@ -3,13 +3,13 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=libpipeline
version=1.5.3
version=1.5.4
release=1
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}