Compare commits

...

3 Commits

Author SHA1 Message Date
fe15addacb firefox-bin 130.0.0 2024-09-04 17:04:08 +03:00
d362a57b2a syncthing 1.27.11 2024-09-04 16:52:12 +03:00
75c3ebf483 fastfetch 2.23.0 2024-09-04 16:51:33 +03:00
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
name='fastfetch' name='fastfetch'
version='2.22.0' version='2.23.0'
release='1' release='1'
desc='Fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. It is written mainly in C, with performance and customizability in mind. Currently, Linux, Android, FreeBSD, MacOS and Windows 7+ are supported.' desc='Fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. It is written mainly in C, with performance and customizability in mind. Currently, Linux, Android, FreeBSD, MacOS and Windows 7+ are supported.'
homepage='https://github.com/fastfetch-cli/fastfetch' homepage='https://github.com/fastfetch-cli/fastfetch'

View File

@@ -1,5 +1,5 @@
name='firefox-bin' name='firefox-bin'
version='129.0.2' version='130.0.0'
release='1' release='1'
desc='Fast, Private & Safe Web Browser.' desc='Fast, Private & Safe Web Browser.'
homepage='https://www.mozilla.org/firefox/' homepage='https://www.mozilla.org/firefox/'
@@ -39,7 +39,7 @@ opt_deps_debian=('ffmpeg: H264/AAC/MP3 decoding'
'hunspell-ru: Spell checking, Russian' 'hunspell-ru: Spell checking, Russian'
) )
sources=("https://archive.mozilla.org/pub/firefox/releases/${version}/linux-x86_64/en-US/firefox-${version}.tar.bz2") sources=("https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=ru")
checksums=('SKIP') checksums=('SKIP')
options=(!strip) options=(!strip)
@@ -75,7 +75,7 @@ package() {
# Use system certificates # Use system certificates
ln -sf /usr/lib/libnssckbi.so "$pkgdir"/opt/$name/libnssckbi.so ln -sf /usr/lib/libnssckbi.so "$pkgdir"/opt/$name/libnssckbi.so
# Disable update checks (managed by pacman) # Disable update checks
mkdir "$pkgdir"/opt/$name/distribution mkdir "$pkgdir"/opt/$name/distribution
install -m644 $scriptdir/policies.json "$pkgdir"/opt/$name/distribution/ install -m644 $scriptdir/policies.json "$pkgdir"/opt/$name/distribution/
} }

View File

@@ -1,5 +1,5 @@
name='syncthing' name='syncthing'
version='1.27.10' version='1.27.11'
release='1' release='1'
desc='Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.' desc='Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.'
homepage='https://syncthing.net/' homepage='https://syncthing.net/'