Compare commits
3 Commits
a4fa3b8247
...
fe15addacb
Author | SHA1 | Date | |
---|---|---|---|
fe15addacb | |||
d362a57b2a | |||
75c3ebf483 |
@@ -1,5 +1,5 @@
|
||||
name='fastfetch'
|
||||
version='2.22.0'
|
||||
version='2.23.0'
|
||||
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.'
|
||||
homepage='https://github.com/fastfetch-cli/fastfetch'
|
||||
|
@@ -1,5 +1,5 @@
|
||||
name='firefox-bin'
|
||||
version='129.0.2'
|
||||
version='130.0.0'
|
||||
release='1'
|
||||
desc='Fast, Private & Safe Web Browser.'
|
||||
homepage='https://www.mozilla.org/firefox/'
|
||||
@@ -39,7 +39,7 @@ opt_deps_debian=('ffmpeg: H264/AAC/MP3 decoding'
|
||||
'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')
|
||||
|
||||
options=(!strip)
|
||||
@@ -75,7 +75,7 @@ package() {
|
||||
# Use system certificates
|
||||
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
|
||||
install -m644 $scriptdir/policies.json "$pkgdir"/opt/$name/distribution/
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
name='syncthing'
|
||||
version='1.27.10'
|
||||
version='1.27.11'
|
||||
release='1'
|
||||
desc='Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.'
|
||||
homepage='https://syncthing.net/'
|
||||
|
Reference in New Issue
Block a user