Skip to content

Commit b9e243d

Browse files
committed
Updates
1 parent 5812286 commit b9e243d

17 files changed

Lines changed: 21 additions & 17 deletions

File tree

accounts-service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
TAR=$(echo $URL | sed -r 's|(.*)/||')
44
DIR=$(echo $TAR | sed 's|.tar.*||g')
55
PACKAGE=accounts-service

cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
PKG_VER="3.26.1"
2+
PKG_VER="3.26.3"
33
MAJOR_VER=3.26
44
URL=https://cmake.org/files/v$MAJOR_VER/cmake-$PKG_VER.tar.gz
55
TAR=$(echo $URL | sed -r 's|(.*)/||')

firefox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33
# Last Validated Version 110.0.1
4-
VER=111.0
4+
VER=112.0
55
URL=https://archive.mozilla.org/pub/firefox/releases/$VER/source/firefox-$VER.source.tar.xz
66
TAR=$(echo $URL | sed -r 's|(.*)/||')
77
DIR=firefox-$VER

graphviz

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
PKG_VER=6.0.2
2+
PKG_VER=8.0.1
33
URL=https://gitlab.com/graphviz/graphviz/-/archive/$PKG_VER/graphviz-$PKG_VER.tar.bz2
44
TAR=$(echo $URL | sed -r 's|(.*)/||')
55
DIR=$(echo $TAR | sed 's|.tar.*||g')

js102

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33
# Last Validated Version 102.4
4-
VER=102.4.0
4+
VER=102.10.0
55
URL=https://archive.mozilla.org/pub/firefox/releases/102.9.0esr/source/firefox-102.9.0esr.source.tar.xz
66
TAR=$(echo $URL | sed -r 's|(.*)/||')
77
DIR=firefox-$VER

kde/poppler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
TAR=$(echo $URL | sed -r 's|(.*)/||')
44
DIR=$(echo $TAR | sed 's|.tar.*||g')
55
PACKAGE=$(echo $DIR | sed 's|-[^-]*$||g')

lib32/lib32-mesa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
TAR=$(echo $URL | sed -r 's|(.*)/||')
44
DIR=$(echo $TAR | sed 's|.tar.*||g')
55
PACKAGE=lib32-$(echo $DIR | sed 's|-[^-]*$||g')

libva

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
34
TAR=$(echo $URL | sed -r 's|(.*)/||')
45
DIR=$(echo $TAR | sed 's|.tar.*||g')
56
PACKAGE=$(echo $DIR | sed 's|-[^-]*$||g')

libwebp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
TAR=$(echo $URL | sed -r 's|(.*)/||')
44
DIR=$(echo $TAR | sed 's|.tar.*||g')
55
PACKAGE=$(echo $DIR | sed 's|-[^-]*$||g')

libxml2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
TAR=$(echo $URL | sed -r 's|(.*)/||')
44
DIR=$(echo $TAR | sed 's|.tar.*||g')
55
PACKAGE=$(echo $DIR | sed 's|-[^-]*$||g')

0 commit comments

Comments
 (0)