diff --git a/pnpm/alr.sh b/pnpm/alr.sh index 719cdf1..e2455da 100644 --- a/pnpm/alr.sh +++ b/pnpm/alr.sh @@ -1,5 +1,5 @@ name='pnpm' -version='10.15.0' +version='10.15.1' release='1' desc='Fast, disk space efficient package manager' homepage='https://pnpm.io' diff --git a/syncthing/alr.sh b/syncthing/alr.sh index 711bf10..83b3f53 100644 --- a/syncthing/alr.sh +++ b/syncthing/alr.sh @@ -1,5 +1,5 @@ name='syncthing' -version='2.0.3' +version='2.0.4-rc.1' release='1' desc='Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.' desc_ru='Syncthing — это программа для непрерывной синхронизации файлов. Она синхронизирует файлы между двумя или более компьютерами.' @@ -13,7 +13,7 @@ deps=('glibc' 'syncthing-relaysrv') deps_debian=('libc6') build_deps=('git' 'go') -sources_amd64=("https://github.com/${provides}/${provides}/releases/download/v2.0.3/${provides}-linux-amd64-v${version}.tar.gz") +sources_amd64=("https://github.com/${provides}/${provides}/releases/download/v2.0.4-rc.1/${provides}-linux-amd64-v${version}.tar.gz") checksums_amd64=('SKIP') prepare() {