File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
2- URL=https://www.freedesktop.org/software/accountsservice/accountsservice-22.08.8 .tar.xz
2+ URL=https://www.freedesktop.org/software/accountsservice/accountsservice-23.13.9 .tar.xz
33TAR=$( echo $URL | sed -r ' s|(.*)/||' )
44DIR=$( echo $TAR | sed ' s|.tar.*||g' )
55PACKAGE=accounts-service
Original file line number Diff line number Diff line change 11#! /bin/bash
2- PKG_VER=" 3.26.1 "
2+ PKG_VER=" 3.26.3 "
33MAJOR_VER=3.26
44URL=https://cmake.org/files/v$MAJOR_VER /cmake-$PKG_VER .tar.gz
55TAR=$( echo $URL | sed -r ' s|(.*)/||' )
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33# Last Validated Version 110.0.1
4- VER=111 .0
4+ VER=112 .0
55URL=https://archive.mozilla.org/pub/firefox/releases/$VER /source/firefox-$VER .source.tar.xz
66TAR=$( echo $URL | sed -r ' s|(.*)/||' )
77DIR=firefox-$VER
Original file line number Diff line number Diff line change 11#! /bin/bash
2- PKG_VER=6 .0.2
2+ PKG_VER=8 .0.1
33URL=https://gitlab.com/graphviz/graphviz/-/archive/$PKG_VER /graphviz-$PKG_VER .tar.bz2
44TAR=$( echo $URL | sed -r ' s|(.*)/||' )
55DIR=$( echo $TAR | sed ' s|.tar.*||g' )
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33# Last Validated Version 102.4
4- VER=102.4 .0
4+ VER=102.10 .0
55URL=https://archive.mozilla.org/pub/firefox/releases/102.9.0esr/source/firefox-102.9.0esr.source.tar.xz
66TAR=$( echo $URL | sed -r ' s|(.*)/||' )
77DIR=firefox-$VER
Original file line number Diff line number Diff line change 11#! /bin/bash
2- URL=https://poppler.freedesktop.org/poppler-22.10.0 .tar.xz
2+ URL=https://poppler.freedesktop.org/poppler-23.0.4 .tar.xz
33TAR=$( echo $URL | sed -r ' s|(.*)/||' )
44DIR=$( echo $TAR | sed ' s|.tar.*||g' )
55PACKAGE=$( echo $DIR | sed ' s|-[^-]*$||g' )
Original file line number Diff line number Diff line change 11#! /bin/bash
2- URL=https://archive.mesa3d.org/mesa-23.0.0 .tar.xz
2+ URL=https://archive.mesa3d.org/mesa-23.0.2 .tar.xz
33TAR=$( echo $URL | sed -r ' s|(.*)/||' )
44DIR=$( echo $TAR | sed ' s|.tar.*||g' )
55PACKAGE=lib32-$( echo $DIR | sed ' s|-[^-]*$||g' )
Original file line number Diff line number Diff line change 11#! /bin/bash
2- URL=https://github.com/intel/libva/releases/download/2.16.0/libva-2.16.0.tar.bz2
2+ PKG_VER=2.18.0
3+ URL=https://github.com/intel/libva/releases/download/$PKG_VER /libva-$PKG_VER .tar.bz2
34TAR=$( echo $URL | sed -r ' s|(.*)/||' )
45DIR=$( echo $TAR | sed ' s|.tar.*||g' )
56PACKAGE=$( echo $DIR | sed ' s|-[^-]*$||g' )
Original file line number Diff line number Diff line change 11#! /bin/bash
2- URL=http://downloads.webmproject.org/releases/webp/libwebp-1.2.4 .tar.gz
2+ URL=http://downloads.webmproject.org/releases/webp/libwebp-1.3.0 .tar.gz
33TAR=$( echo $URL | sed -r ' s|(.*)/||' )
44DIR=$( echo $TAR | sed ' s|.tar.*||g' )
55PACKAGE=$( echo $DIR | sed ' s|-[^-]*$||g' )
Original file line number Diff line number Diff line change 11#! /bin/bash
2- URL=https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.0 .tar.xz
2+ URL=https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.4 .tar.xz
33TAR=$( echo $URL | sed -r ' s|(.*)/||' )
44DIR=$( echo $TAR | sed ' s|.tar.*||g' )
55PACKAGE=$( echo $DIR | sed ' s|-[^-]*$||g' )
You can’t perform that action at this time.
0 commit comments