diff --git a/package/libpthsem/Config.in b/package/libpthsem/Config.in index c2856c52fd..65dd8c0cc7 100644 --- a/package/libpthsem/Config.in +++ b/package/libpthsem/Config.in @@ -5,7 +5,7 @@ config BR2_PACKAGE_LIBPTHSEM GNU pth is a user mode multi threading library. pthsem is an extend version, with support for semaphores added. - http://www.auto.tuwien.ac.at/~mkoegler/pth/ + https://github.com/linknx/pthsem if BR2_PACKAGE_LIBPTHSEM diff --git a/package/libpthsem/libpthsem.mk b/package/libpthsem/libpthsem.mk index dfe25af319..0ddcb3ebf2 100644 --- a/package/libpthsem/libpthsem.mk +++ b/package/libpthsem/libpthsem.mk @@ -6,7 +6,7 @@ LIBPTHSEM_VERSION = 2.0.8 LIBPTHSEM_SOURCE = pthsem_$(LIBPTHSEM_VERSION).tar.gz -LIBPTHSEM_SITE = http://www.auto.tuwien.ac.at/~mkoegler/pth +LIBPTHSEM_SITE = https://sourceforge.net/projects/bcusdk/files/pthsem LIBPTHSEM_LICENSE = LGPL-2.1+ LIBPTHSEM_LICENSE_FILES = COPYING LIBPTHSEM_AUTORECONF = YES