diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -47,7 +47,6 @@ libc.so.6:getpwuid_r libc.so.6:getsockopt libc.so.6:getuid -libc.so.6:gmtime_r libc.so.6:ioctl libc.so.6:isatty libc.so.6:kill @@ -62,7 +61,6 @@ libc.so.6:memset libc.so.6:mkdir libc.so.6:mkstemp -libc.so.6:mktime libc.so.6:mmap libc.so.6:mprotect libc.so.6:munmap @@ -108,7 +106,6 @@ libc.so.6:strcasecmp libc.so.6:strchr libc.so.6:strcmp -libc.so.6:strcspn libc.so.6:strdup libc.so.6:strerror libc.so.6:strlen @@ -117,8 +114,6 @@ libc.so.6:strnlen libc.so.6:strrchr libc.so.6:strstr -libc.so.6:strtol -libc.so.6:strtoul libc.so.6:syscall libc.so.6:sysconf libc.so.6:time @@ -182,6 +177,7 @@ libpthread.so.0:lseek64 libpthread.so.0:open libpthread.so.0:open64 +libpthread.so.0:pread libpthread.so.0:pthread_attr_getguardsize libpthread.so.0:pthread_attr_getstack libpthread.so.0:pthread_attr_setstacksize @@ -215,6 +211,7 @@ libpthread.so.0:pthread_rwlock_wrlock libpthread.so.0:pthread_setspecific libpthread.so.0:pthread_sigmask +libpthread.so.0:pwrite libpthread.so.0:read libpthread.so.0:recv libpthread.so.0:send diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : starship -version : 0.49.0 -release : 3 +version : 0.54.0 +release : 4 source : - - https://github.com/starship/starship/archive/v0.49.0.tar.gz : 07e69e69ff09f0e15656da9258fdf14f54c97567d47e6e9e1218c9fec89b1ddf + - https://github.com/starship/starship/archive/refs/tags/v0.54.0.tar.gz : 0756926b48d4923fe36bcb5e0149bbe08375ed72c28f9221ad4daad4676b8d9f license : ISC component : system.utils networking : yes diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -33,12 +33,12 @@ - - 2021-01-29 - 0.49.0 + + 2021-06-06 + 0.54.0 Packaging update Julie Hakimi phantop@tuta.io \ No newline at end of file