libpsl: 0.21.2 -> 0.21.5
This commit is contained in:
parent
e15af3ec85
commit
669f09cd27
@ -6,8 +6,8 @@ drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/libpsl.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libpsl.so -> libpsl.so.5
|
||||
lrwxrwxrwx root/root usr/lib/libpsl.so.5 -> libpsl.so.5.3.4
|
||||
-rwxr-xr-x root/root usr/lib/libpsl.so.5.3.4
|
||||
lrwxrwxrwx root/root usr/lib/libpsl.so.5 -> libpsl.so.5.3.5
|
||||
-rwxr-xr-x root/root usr/lib/libpsl.so.5.3.5
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libpsl.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/d1mDplOokRSdlFeylXuoLa1UVFQjrAQjlqvld017q3zaR4jwyI7nA/1AE8H7blje1DLbrYUnFc6EWuxMfuokws=
|
||||
SHA256 (Pkgfile) = 7a59dc76d8953d393025072b95579546332a702fda9c8aa2e32fbfb69be8efb0
|
||||
SHA256 (.footprint) = b380ffc38c04528dfcb064abeb191d338d21d90fdb7c49acbbe28bc6a6be7acf
|
||||
SHA256 (libpsl-0.21.2.tar.lz) = aa3d706c452786d1345e094dae201cd36d81f03cf81d636d5cfc10d365907f17
|
||||
RWSE3ohX2g5d/bxMA+LGxkRV+y++LGRST4HS3K7FJI5yoBevo6L+r2L9nGeEpOvu10iswo6GZAvpXHIO0VM+AH6pYQ7OJlL3ZwM=
|
||||
SHA256 (Pkgfile) = c76d7741442ab57d2476231b54fa2b24d1a3a9b70e94b5e6dff57a93e3add7cc
|
||||
SHA256 (.footprint) = 75f49f8f5cc2ccb0e03ad679d1e0575b2844d9cbc44e68c506d9ef5e3c040eb1
|
||||
SHA256 (libpsl-0.21.5.tar.lz) = 9a9f6a8c6edba650cf9ea55475cd172dd28487316804e9c73202d97572cd3a2d
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: libidn2 publicsuffix-list
|
||||
|
||||
name=libpsl
|
||||
version=0.21.2
|
||||
version=0.21.5
|
||||
release=1
|
||||
source=(https://github.com/rockdaboot/$name/releases/download/$version/$name-$version.tar.lz)
|
||||
|
||||
@ -18,7 +18,8 @@ build() {
|
||||
-D runtime=libidn2 \
|
||||
-D builtin=true \
|
||||
-D psl_file=/usr/share/publicsuffix/effective_tld_names.dat \
|
||||
-D psl_testfile=/usr/share/publicsuffix/test_psl.txt
|
||||
-D psl_testfile=/usr/share/publicsuffix/test_psl.txt \
|
||||
-D tests=false
|
||||
|
||||
ninja -j ${JOBS-1} -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
Loading…
x
Reference in New Issue
Block a user