From 8587ebb265a2efe94df6cf172e99ff56ec6fe52c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:22:39 +0300 Subject: [PATCH 001/123] baseinit: use VERSION --- core/baseinit/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/baseinit/sources b/core/baseinit/sources index bfcd6d60..26dfa5f3 100644 --- a/core/baseinit/sources +++ b/core/baseinit/sources @@ -1 +1 @@ -https://github.com/kisslinux/init/archive/1.0.2.tar.gz +https://github.com/kisslinux/init/archive/VERSION.tar.gz From 589d1273b166501c3dcb1d06d9b16e5d7535097d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:23:08 +0300 Subject: [PATCH 002/123] binutils: use VERSION --- core/binutils/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/binutils/sources b/core/binutils/sources index bba397f6..bf13052d 100644 --- a/core/binutils/sources +++ b/core/binutils/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz +https://ftp.gnu.org/gnu/binutils/binutils-VERSION.tar.xz From bdaaafd1f6d1817c6ac57145ee5c2245d0bb4f09 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:23:34 +0300 Subject: [PATCH 003/123] bison: use VERSION --- core/bison/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/bison/sources b/core/bison/sources index a0f39c98..c71bba6c 100644 --- a/core/bison/sources +++ b/core/bison/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/bison/bison-3.7.6.tar.xz +https://ftp.gnu.org/gnu/bison/bison-VERSION.tar.xz From 6d3aa5810559b2705db7c8823558dd71c8fe9f7b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:23:58 +0300 Subject: [PATCH 004/123] busybox: use VERSION --- core/busybox/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/busybox/sources b/core/busybox/sources index 40787e74..9888e749 100644 --- a/core/busybox/sources +++ b/core/busybox/sources @@ -1,4 +1,4 @@ -https://busybox.net/downloads/busybox-1.33.1.tar.bz2 +https://busybox.net/downloads/busybox-VERSION.tar.bz2 patches/adduser-no-setgid.patch patch patches/fsck-resolve-uuid.patch patch patches/modprobe-kernel-version.patch patch From 5538b576fbe79d232fff9fd39158e9db5dce615c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:24:22 +0300 Subject: [PATCH 005/123] bzip2: use VERSION --- core/bzip2/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/bzip2/sources b/core/bzip2/sources index a04bc1bb..92aeb182 100644 --- a/core/bzip2/sources +++ b/core/bzip2/sources @@ -1 +1 @@ -https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz +https://sourceware.org/pub/bzip2/bzip2-VERSION.tar.gz From c33ef37f648e884a5d0e6498879767a0d5acc556 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:26:07 +0300 Subject: [PATCH 006/123] curl: use VERSION --- core/curl/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/curl/sources b/core/curl/sources index 4c9b3f00..8f66b9cc 100644 --- a/core/curl/sources +++ b/core/curl/sources @@ -1 +1 @@ -https://curl.haxx.se/download/curl-7.77.0.tar.xz +https://curl.haxx.se/download/curl-VERSION.tar.xz From a241fba0cb29d47a6f087979035ddab6427aa22e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:26:33 +0300 Subject: [PATCH 007/123] flex: use VERSION --- core/flex/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/flex/sources b/core/flex/sources index c10fca72..13416697 100644 --- a/core/flex/sources +++ b/core/flex/sources @@ -1 +1 @@ -https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz +https://github.com/westes/flex/releases/download/vVERSION/flex-VERSION.tar.gz From 9129f663efdb38710bece261679b74fc854881fb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:27:05 +0300 Subject: [PATCH 008/123] gcc: use VERSION --- core/gcc/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/gcc/sources b/core/gcc/sources index 5db1e1aa..3dc576c7 100644 --- a/core/gcc/sources +++ b/core/gcc/sources @@ -1,4 +1,4 @@ -https://gcc.gnu.org/pub/gcc/releases/gcc-11.1.0/gcc-11.1.0.tar.xz gcc +https://gcc.gnu.org/pub/gcc/releases/gcc-VERSION/gcc-VERSION.tar.xz gcc https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz gcc/gmp https://ftp.gnu.org/gnu/mpfr/mpfr-4.1.0.tar.xz gcc/mpfr https://ftp.gnu.org/gnu/mpc/mpc-1.2.1.tar.gz gcc/mpc From a052c08df9ff9ec24ed03aaa591bbf7e675bab26 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:27:31 +0300 Subject: [PATCH 009/123] git: use VERSION --- core/git/sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/git/sources b/core/git/sources index 311ad2e7..ce3eea28 100644 --- a/core/git/sources +++ b/core/git/sources @@ -1,2 +1,2 @@ -https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.32.0.tar.xz -https://mirrors.edge.kernel.org/pub/software/scm/git/git-manpages-2.32.0.tar.xz man +https://mirrors.edge.kernel.org/pub/software/scm/git/git-VERSION.tar.xz +https://mirrors.edge.kernel.org/pub/software/scm/git/git-manpages-VERSION.tar.xz man From fba6bd7f8dcd23c59da1341311269032e942eb6e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:27:53 +0300 Subject: [PATCH 010/123] grub: use VERSION --- core/grub/sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/grub/sources b/core/grub/sources index f61f977c..5ebd598f 100644 --- a/core/grub/sources +++ b/core/grub/sources @@ -1,3 +1,3 @@ -https://ftp.gnu.org/gnu/grub/grub-2.06.tar.xz grub-pc -https://ftp.gnu.org/gnu/grub/grub-2.06.tar.xz grub-efi +https://ftp.gnu.org/gnu/grub/grub-VERSION.tar.xz grub-pc +https://ftp.gnu.org/gnu/grub/grub-VERSION.tar.xz grub-efi files/grub.default From 7ca4fede348649561f25784feec91343a31be5b7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:29:13 +0300 Subject: [PATCH 011/123] linux-headers: use MAJOR/VERSION --- core/linux-headers/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/linux-headers/sources b/core/linux-headers/sources index d155ce3a..148f2801 100644 --- a/core/linux-headers/sources +++ b/core/linux-headers/sources @@ -1 +1 @@ -https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.47.tar.xz +https://cdn.kernel.org/pub/linux/kernel/vMAJOR.x/linux-VERSION.tar.xz From 241db8b60072392b69be8f80ce4c27ef9f867487 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:29:36 +0300 Subject: [PATCH 012/123] m4: use VERSION --- core/m4/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/m4/sources b/core/m4/sources index bde2eff2..313e1b34 100644 --- a/core/m4/sources +++ b/core/m4/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz +https://ftp.gnu.org/gnu/m4/m4-VERSION.tar.xz From a3fb1a81f9564c7ecb6caa564be7d8a3a566caf8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:30:03 +0300 Subject: [PATCH 013/123] make: use VERSION --- core/make/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/make/sources b/core/make/sources index 038f47fa..b201338d 100644 --- a/core/make/sources +++ b/core/make/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/make/make-4.3.tar.gz +https://ftp.gnu.org/gnu/make/make-VERSION.tar.gz From 829ae078621b4c9d57ae683d4162e3a64c803a66 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:30:23 +0300 Subject: [PATCH 014/123] musl: use VERSION --- core/musl/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/musl/sources b/core/musl/sources index f9e8b81c..a45a1bd6 100644 --- a/core/musl/sources +++ b/core/musl/sources @@ -1,4 +1,4 @@ -https://www.musl-libc.org/releases/musl-1.2.2.tar.gz +https://www.musl-libc.org/releases/musl-VERSION.tar.gz files/cdefs.h files/queue.h files/tree.h From 78753ba1f02cff48eb1dc53595fadffb29898421 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:30:46 +0300 Subject: [PATCH 015/123] openssl: use VERSION --- core/openssl/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/openssl/sources b/core/openssl/sources index ecfe35e6..542a9064 100644 --- a/core/openssl/sources +++ b/core/openssl/sources @@ -1,3 +1,3 @@ -https://www.openssl.org/source/openssl-1.1.1k.tar.gz +https://www.openssl.org/source/openssl-VERSION.tar.gz https://causal.agency/libretls/libretls-3.3.3p1.tar.gz libretls files/update-certdata.sh From 722b82cc06d25217bfa30ea23f0c3a2793a6f7df Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:31:04 +0300 Subject: [PATCH 016/123] xz: use VERSION --- core/xz/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/xz/sources b/core/xz/sources index 657c0bec..82bd92be 100644 --- a/core/xz/sources +++ b/core/xz/sources @@ -1 +1 @@ -https://nchc.dl.sourceforge.net/project/lzmautils/xz-5.2.5.tar.bz2 +https://nchc.dl.sourceforge.net/project/lzmautils/xz-VERSION.tar.bz2 From a3fd768f845f1a8cbab221afda539f61b323f791 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:39:42 +0300 Subject: [PATCH 017/123] zlib: use VERSION --- core/zlib/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/zlib/sources b/core/zlib/sources index 17f901f4..c52cb60b 100644 --- a/core/zlib/sources +++ b/core/zlib/sources @@ -1 +1 @@ -https://zlib.net/zlib-1.2.11.tar.gz +https://zlib.net/zlib-VERSION.tar.gz From aa38115ce731fd616645bf438dab779a8f069c3e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:40:16 +0300 Subject: [PATCH 018/123] foot: use VERSION --- wayland/foot/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/foot/sources b/wayland/foot/sources index a68917ee..5549bc0f 100644 --- a/wayland/foot/sources +++ b/wayland/foot/sources @@ -1,3 +1,3 @@ -https://codeberg.org/dnkl/foot/archive/1.8.1.tar.gz +https://codeberg.org/dnkl/foot/archive/VERSION.tar.gz https://codeberg.org/dnkl/fcft/archive/2.4.2.tar.gz subprojects/fcft https://codeberg.org/dnkl/tllist/archive/1.0.5.tar.gz subprojects/tllist From 9b49daaa7184e03e3162396ff40119adf0a74cea Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:40:53 +0300 Subject: [PATCH 019/123] grim: use VERSION --- wayland/grim/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/grim/sources b/wayland/grim/sources index 961c4086..fd86399d 100644 --- a/wayland/grim/sources +++ b/wayland/grim/sources @@ -1 +1 @@ -https://github.com/emersion/grim/releases/download/v1.3.2/grim-1.3.2.tar.gz +https://github.com/emersion/grim/releases/download/vVERSION/grim-VERSION.tar.gz From d5dfc81f6f8ecf89f9ccaed55f693196d4baec6e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:41:14 +0300 Subject: [PATCH 020/123] libdrm: use VERSION --- wayland/libdrm/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/libdrm/sources b/wayland/libdrm/sources index 4de5763c..94c33335 100644 --- a/wayland/libdrm/sources +++ b/wayland/libdrm/sources @@ -1 +1 @@ -https://dri.freedesktop.org/libdrm/libdrm-2.4.107.tar.xz +https://dri.freedesktop.org/libdrm/libdrm-VERSION.tar.xz From 2f14741aacae30ce2b4178334ba5962e979f92d3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:41:35 +0300 Subject: [PATCH 021/123] libinput: use VERSION --- wayland/libinput/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/libinput/sources b/wayland/libinput/sources index 386f149d..3fc45bab 100644 --- a/wayland/libinput/sources +++ b/wayland/libinput/sources @@ -1,4 +1,4 @@ -https://github.com/wayland-project/libinput/archive/1.18.0.tar.gz +https://github.com/wayland-project/libinput/archive/VERSION.tar.gz https://bitmath.org/code/mtdev/mtdev-1.1.6.tar.bz2 mtdev https://freedesktop.org/software/libevdev/libevdev-1.11.0.tar.xz evdev patches/evdev-wrap.patch From a3038905a86d597a48f01b4215f9e9d0bcc53346 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:42:06 +0300 Subject: [PATCH 022/123] libpciaccess: use VERSION --- wayland/libpciaccess/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/libpciaccess/sources b/wayland/libpciaccess/sources index e2d1679e..d76bb1fa 100644 --- a/wayland/libpciaccess/sources +++ b/wayland/libpciaccess/sources @@ -1 +1 @@ -https://x.org/releases/individual/lib/libpciaccess-0.16.tar.bz2 +https://x.org/releases/individual/lib/libpciaccess-VERSION.tar.bz2 From faad798096852e3ea9417695c80629a66b49153c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:42:27 +0300 Subject: [PATCH 023/123] libseat: use VERSION --- wayland/libseat/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/libseat/sources b/wayland/libseat/sources index 88be8081..8274228e 100644 --- a/wayland/libseat/sources +++ b/wayland/libseat/sources @@ -1,2 +1,2 @@ -https://git.sr.ht/~kennylevinsen/seatd/archive/0.5.0.tar.gz +https://git.sr.ht/~kennylevinsen/seatd/archive/VERSION.tar.gz files/seatd.run From 167043bbe10a29256eabc352323a99c5824750eb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:44:51 +0300 Subject: [PATCH 024/123] libxkbcommon: use VERSION --- wayland/libxkbcommon/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/libxkbcommon/sources b/wayland/libxkbcommon/sources index 13afc644..3b0242b3 100644 --- a/wayland/libxkbcommon/sources +++ b/wayland/libxkbcommon/sources @@ -1 +1 @@ -https://xkbcommon.org/download/libxkbcommon-1.3.0.tar.xz +https://xkbcommon.org/download/libxkbcommon-VERSION.tar.xz From efdb1f3eb857f68bbf128d6ad0ee1d4662cd2b7d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:45:04 +0300 Subject: [PATCH 025/123] pixman: use VERSION --- wayland/pixman/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/pixman/sources b/wayland/pixman/sources index 3b4975d9..58c1c2b4 100644 --- a/wayland/pixman/sources +++ b/wayland/pixman/sources @@ -1 +1 @@ -https://x.org/releases/individual/lib/pixman-0.40.0.tar.xz +https://x.org/releases/individual/lib/pixman-VERSION.tar.xz From 2404f23a618c9528bc7356a33c1f5344b1f7baf5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:45:40 +0300 Subject: [PATCH 026/123] slurp: use VERSION --- wayland/slurp/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/slurp/sources b/wayland/slurp/sources index 2eaddc06..4d777421 100644 --- a/wayland/slurp/sources +++ b/wayland/slurp/sources @@ -1 +1 @@ -https://github.com/emersion/slurp/releases/download/v1.3.2/slurp-1.3.2.tar.gz +https://github.com/emersion/slurp/releases/download/vVERSION/slurp-VERSION.tar.gz From 7e0b76af158337f3085a3cad94ee4ea4cbabe5ae Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:47:49 +0300 Subject: [PATCH 027/123] sway: use VERSION --- wayland/sway/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/sway/sources b/wayland/sway/sources index bc32fa72..1d0d2061 100644 --- a/wayland/sway/sources +++ b/wayland/sway/sources @@ -1,2 +1,2 @@ -https://github.com/swaywm/sway/releases/download/1.6.1/sway-1.6.1.tar.gz +https://github.com/swaywm/sway/releases/download/VERSION/sway-VERSION.tar.gz patches/no-evdev.patch From 6ea43777399981ef742d04c5bde26cfa78bccb38 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:48:31 +0300 Subject: [PATCH 028/123] wayland: use VERSION --- wayland/wayland/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/wayland/sources b/wayland/wayland/sources index 9e20a50b..8234e0fa 100644 --- a/wayland/wayland/sources +++ b/wayland/wayland/sources @@ -1 +1 @@ -https://wayland.freedesktop.org/releases/wayland-1.19.0.tar.xz +https://wayland.freedesktop.org/releases/wayland-VERSION.tar.xz From bbf97498e23f4c40d5c66d46788c46af8670c03b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:48:59 +0300 Subject: [PATCH 029/123] wayland-protocols: use VERSION --- wayland/wayland-protocols/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/wayland-protocols/sources b/wayland/wayland-protocols/sources index 5ae01975..7e070402 100644 --- a/wayland/wayland-protocols/sources +++ b/wayland/wayland-protocols/sources @@ -1 +1 @@ -https://wayland.freedesktop.org/releases/wayland-protocols-1.21.tar.xz +https://wayland.freedesktop.org/releases/wayland-protocols-VERSION.tar.xz From 5536e47ad4e7b2ae305f3311d02425932d8bd835 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:49:25 +0300 Subject: [PATCH 030/123] wbg: use VERSION --- wayland/wbg/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/wbg/sources b/wayland/wbg/sources index c09f1561..57e57b1a 100644 --- a/wayland/wbg/sources +++ b/wayland/wbg/sources @@ -1,2 +1,2 @@ -https://codeberg.org/dnkl/wbg/archive/1.0.2.tar.gz +https://codeberg.org/dnkl/wbg/archive/VERSION.tar.gz https://codeberg.org/dnkl/tllist/archive/1.0.5.tar.gz subprojects/tllist From a770e5f22e45e78823d0c015c1550cd19a922466 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:50:17 +0300 Subject: [PATCH 031/123] wlroots: use VERSION --- wayland/wlroots/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/wlroots/sources b/wayland/wlroots/sources index 279f8c2d..760ae9bc 100644 --- a/wayland/wlroots/sources +++ b/wayland/wlroots/sources @@ -1 +1 @@ -https://github.com/swaywm/wlroots/releases/download/0.14.1/wlroots-0.14.1.tar.gz +https://github.com/swaywm/wlroots/releases/download/VERSION/wlroots-VERSION.tar.gz From 839bc9dc1eafbeb9206fd3f2cc2bd42cad49c7f2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:50:37 +0300 Subject: [PATCH 032/123] wlsunset: use VERSION --- wayland/wlsunset/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/wlsunset/sources b/wayland/wlsunset/sources index 73d71c4b..00efe70f 100644 --- a/wayland/wlsunset/sources +++ b/wayland/wlsunset/sources @@ -1 +1 @@ -https://git.sr.ht/~kennylevinsen/wlsunset/archive/0.2.0.tar.gz +https://git.sr.ht/~kennylevinsen/wlsunset/archive/VERSION.tar.gz From b2bf07f3962b20aa39cde6d3f5a53e9a43d43b68 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:52:54 +0300 Subject: [PATCH 033/123] xkeyboard-config: use VERSION --- wayland/xkeyboard-config/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/xkeyboard-config/sources b/wayland/xkeyboard-config/sources index f7ce651b..f242869a 100644 --- a/wayland/xkeyboard-config/sources +++ b/wayland/xkeyboard-config/sources @@ -1,2 +1,2 @@ -https://alpine.global.ssl.fastly.net/alpine/edge/main/x86_64/xkeyboard-config-2.33-r0.apk +https://alpine.global.ssl.fastly.net/alpine/edge/main/x86_64/xkeyboard-config-VERSION-r0.apk https://alpine.global.ssl.fastly.net/alpine/edge/main/x86_64/libx11-1.7.2-r0.apk From 00f0d9bef1abeca47295b916001ea0098e03024f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:54:53 +0300 Subject: [PATCH 034/123] adwaita-icon-theme: use MAJOR/VERSION --- extra/adwaita-icon-theme/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/adwaita-icon-theme/sources b/extra/adwaita-icon-theme/sources index 6e01b154..5333a226 100644 --- a/extra/adwaita-icon-theme/sources +++ b/extra/adwaita-icon-theme/sources @@ -1 +1 @@ -https://download.gnome.org/sources/adwaita-icon-theme/40/adwaita-icon-theme-40.1.1.tar.xz +https://download.gnome.org/sources/adwaita-icon-theme/MAJOR/adwaita-icon-theme-VERSION.tar.xz From 31131919d307cd5e8bb3b7baac9a7e84c71901d4 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:55:14 +0300 Subject: [PATCH 035/123] alsa-lib: use VERSION --- extra/alsa-lib/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/alsa-lib/sources b/extra/alsa-lib/sources index 03510ebe..f5591cc1 100644 --- a/extra/alsa-lib/sources +++ b/extra/alsa-lib/sources @@ -1,2 +1,2 @@ -https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.5.1.tar.bz2 +https://www.alsa-project.org/files/pub/lib/alsa-lib-VERSION.tar.bz2 patches/fix-dlo.patch From e5567d959aa4d3ad889c9da6a3258259a27dcdf2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:55:36 +0300 Subject: [PATCH 036/123] alsa-utils: use VERSION --- extra/alsa-utils/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/alsa-utils/sources b/extra/alsa-utils/sources index b27d4326..c4444fab 100644 --- a/extra/alsa-utils/sources +++ b/extra/alsa-utils/sources @@ -1 +1 @@ -https://www.alsa-project.org/files/pub/utils/alsa-utils-1.2.5.1.tar.bz2 +https://www.alsa-project.org/files/pub/utils/alsa-utils-VERSION.tar.bz2 From c0f1ed46ba515a0c216757aa13a951e043ac30a8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:56:16 +0300 Subject: [PATCH 037/123] atk: use MAJOR/MINOR/VERSION --- extra/atk/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/atk/sources b/extra/atk/sources index 069914bf..41dbfb8a 100644 --- a/extra/atk/sources +++ b/extra/atk/sources @@ -1 +1 @@ -https://ftp.gnome.org/pub/gnome/sources/atk/2.36/atk-2.36.0.tar.xz +https://ftp.gnome.org/pub/gnome/sources/atk/MAJOR.MINOR/atk-VERSION.tar.xz From 18bf343c31f6cf4acd765a70c5a6054df8435e68 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:56:55 +0300 Subject: [PATCH 038/123] cairo: use VERSION --- extra/cairo/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/cairo/sources b/extra/cairo/sources index e43c5aab..bea153b4 100644 --- a/extra/cairo/sources +++ b/extra/cairo/sources @@ -1 +1 @@ -https://cairographics.org/releases/cairo-1.16.0.tar.xz +https://cairographics.org/releases/cairo-VERSION.tar.xz From e55643d58a5732564302c5534310b6d9123b92f4 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:57:47 +0300 Subject: [PATCH 039/123] cbindgen: use VERSION Will also be creating a new kiss-cargo-url tool to automatically create the sources list for you. ie, 'kiss cargo-url ' --- extra/cbindgen/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/cbindgen/sources b/extra/cbindgen/sources index 53e0396c..5315cc87 100644 --- a/extra/cbindgen/sources +++ b/extra/cbindgen/sources @@ -1,4 +1,4 @@ -https://github.com/eqrion/cbindgen/archive/v0.19.0.tar.gz +https://github.com/eqrion/cbindgen/archive/vVERSION.tar.gz # This is a pre-generated list of crate dependencies. This list may # change between releases. This allows us to pre-cache each of the From 7ff3e56c62d646f740027b6a9a81e4842ea06ca2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:59:16 +0300 Subject: [PATCH 040/123] ccache: use VERSION --- extra/ccache/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/ccache/sources b/extra/ccache/sources index 016b70da..3358eaee 100644 --- a/extra/ccache/sources +++ b/extra/ccache/sources @@ -1 +1 @@ -https://github.com/ccache/ccache/releases/download/v4.3/ccache-4.3.tar.xz +https://github.com/ccache/ccache/releases/download/vVERSION/ccache-VERSION.tar.xz From 796d4f301d22766a55a93aa38a749446ef236936 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:59:40 +0300 Subject: [PATCH 041/123] clang: use VERSION --- extra/clang/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/clang/sources b/extra/clang/sources index a26e29c6..8cdc3098 100644 --- a/extra/clang/sources +++ b/extra/clang/sources @@ -1 +1 @@ -https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/clang-12.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-VERSION/clang-VERSION.src.tar.xz From 58c790520d2ec9d6741c387e5e20ced6244c85c1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:00:26 +0300 Subject: [PATCH 042/123] cmake: use MAJOR/MINOR/VERSION --- extra/cmake/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/cmake/sources b/extra/cmake/sources index 5c663bab..47f9bc86 100644 --- a/extra/cmake/sources +++ b/extra/cmake/sources @@ -1,2 +1,2 @@ -https://cmake.org/files/v3.21/cmake-3.21.0.tar.gz +https://cmake.org/files/vMAJOR.MINOR/cmake-VERSION.tar.gz patches/cmake-no-execinfo.patch From e1c9370d55d3fabf993c8f562c367b147d0e42bd Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:01:26 +0300 Subject: [PATCH 043/123] dhcpcd: use VERSION --- extra/dhcpcd/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/dhcpcd/sources b/extra/dhcpcd/sources index f5f44a0f..0eb7df43 100644 --- a/extra/dhcpcd/sources +++ b/extra/dhcpcd/sources @@ -1,2 +1,2 @@ -https://github.com/rsmarples/dhcpcd/archive/dhcpcd-9.4.0.tar.gz +https://github.com/rsmarples/dhcpcd/archive/dhcpcd-VERSION.tar.gz files/dhcpcd.run From 2130a560e884718f73870ee8120a8969a965a450 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:01:51 +0300 Subject: [PATCH 044/123] dosfstools: use VERSION --- extra/dosfstools/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/dosfstools/sources b/extra/dosfstools/sources index 6334e346..a2062140 100644 --- a/extra/dosfstools/sources +++ b/extra/dosfstools/sources @@ -1 +1 @@ -https://github.com/dosfstools/dosfstools/releases/download/v4.2/dosfstools-4.2.tar.gz +https://github.com/dosfstools/dosfstools/releases/download/vVERSION/dosfstools-VERSION.tar.gz From 021b330a8d6ef9d49c10efb67d674b8c69998cf6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:05:13 +0300 Subject: [PATCH 045/123] e2fsprogs: use VERSION --- extra/e2fsprogs/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/e2fsprogs/sources b/extra/e2fsprogs/sources index 08bfe540..4040f467 100644 --- a/extra/e2fsprogs/sources +++ b/extra/e2fsprogs/sources @@ -1 +1 @@ -https://github.com/tytso/e2fsprogs/archive/v1.46.2.tar.gz +https://github.com/tytso/e2fsprogs/archive/vVERSION.tar.gz From 1d56bc57b29dbd9bd948c7cbfdeb6c3b2add0c92 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:05:49 +0300 Subject: [PATCH 046/123] eiwd: use VERSION/MAJOR/MINOR --- extra/eiwd/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/eiwd/sources b/extra/eiwd/sources index 6bdc1203..8a2d6314 100644 --- a/extra/eiwd/sources +++ b/extra/eiwd/sources @@ -1,2 +1,2 @@ -https://github.com/illiliti/eiwd/releases/download/1.15-1/iwd-1.15.tar.xz +https://github.com/illiliti/eiwd/releases/download/VERSION/iwd-MAJOR.MINOR.tar.xz files/eiwd.run From 4f3f33b5e1d9a835c78ced7b372b769357d9b16c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:06:38 +0300 Subject: [PATCH 047/123] expat: use MAJOR/MINOR/PATCH/VERSION --- extra/expat/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/expat/sources b/extra/expat/sources index c60068c7..fb6bf816 100644 --- a/extra/expat/sources +++ b/extra/expat/sources @@ -1 +1 @@ -https://github.com/libexpat/libexpat/releases/download/R_2_4_1/expat-2.4.1.tar.bz2 +https://github.com/libexpat/libexpat/releases/download/R_MAJOR_MINOR_PATCH/expat-VERSION.tar.bz2 From 414822566fbe5d45271291e6be5c1885f000ff36 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:07:39 +0300 Subject: [PATCH 048/123] ffmpeg: use VERSION --- extra/ffmpeg/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/ffmpeg/sources b/extra/ffmpeg/sources index 6135be76..5eff499f 100644 --- a/extra/ffmpeg/sources +++ b/extra/ffmpeg/sources @@ -1 +1 @@ -https://ffmpeg.org/releases/ffmpeg-4.4.tar.xz +https://ffmpeg.org/releases/ffmpeg-VERSION.tar.xz From 79c234ff8bc24d818e80640c9204fc85a1b91018 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:07:59 +0300 Subject: [PATCH 049/123] firefox: use VERSION/VERSION --- extra/firefox/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/firefox/sources b/extra/firefox/sources index 261bcf83..0dcfef14 100644 --- a/extra/firefox/sources +++ b/extra/firefox/sources @@ -1,4 +1,4 @@ -https://ftp.mozilla.org/pub/firefox/releases/90.0/source/firefox-90.0.source.tar.xz +https://ftp.mozilla.org/pub/firefox/releases/VERSION/source/firefox-VERSION.source.tar.xz https://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz autoconf2.13/ https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz yasm/ patches/no-x11.patch From 45c4f9a07be37756d6d159a239e660ae84bdd741 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:08:33 +0300 Subject: [PATCH 050/123] fontconfig: use VERSION --- extra/fontconfig/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/fontconfig/sources b/extra/fontconfig/sources index 8e4b95df..b72ef4b5 100644 --- a/extra/fontconfig/sources +++ b/extra/fontconfig/sources @@ -1 +1 @@ -https://freedesktop.org/software/fontconfig/release/fontconfig-2.13.94.tar.xz +https://freedesktop.org/software/fontconfig/release/fontconfig-VERSION.tar.xz From d933bbaa95cfc21061e2bf6763e4296b7e31dce8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:08:58 +0300 Subject: [PATCH 051/123] freetype-harfbuzz: use MAJOR/MINOR/PATCH/IDENT --- extra/freetype-harfbuzz/sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/freetype-harfbuzz/sources b/extra/freetype-harfbuzz/sources index 18159002..c0bb7429 100644 --- a/extra/freetype-harfbuzz/sources +++ b/extra/freetype-harfbuzz/sources @@ -1,2 +1,2 @@ -https://download-mirror.savannah.gnu.org/releases/freetype/freetype-2.10.4.tar.xz freetype -https://github.com/harfbuzz/harfbuzz/archive/2.8.2.tar.gz harfbuzz +https://download-mirror.savannah.gnu.org/releases/freetype/freetype-MAJOR.MINOR.PATCH.tar.xz freetype +https://github.com/harfbuzz/harfbuzz/archive/IDENT.tar.gz harfbuzz From 5280545d78714e510a9bb52c343f1f3df2eff744 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:10:31 +0300 Subject: [PATCH 052/123] gcompat: use VERSION --- extra/gcompat/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/gcompat/sources b/extra/gcompat/sources index 969d1b65..19d12c43 100644 --- a/extra/gcompat/sources +++ b/extra/gcompat/sources @@ -1 +1 @@ -https://distfiles.adelielinux.org/source/gcompat/gcompat-1.0.0.tar.xz +https://distfiles.adelielinux.org/source/gcompat/gcompat-VERSION.tar.xz From 9aac1dc043e158b2b405603886db692ed7083205 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:10:51 +0300 Subject: [PATCH 053/123] gdk-pixbuf: use MAJOR/MINOR/VERSION --- extra/gdk-pixbuf/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/gdk-pixbuf/sources b/extra/gdk-pixbuf/sources index 680a73f3..3960b0f2 100644 --- a/extra/gdk-pixbuf/sources +++ b/extra/gdk-pixbuf/sources @@ -1 +1 @@ -https://download.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.6.tar.xz +https://download.gnome.org/sources/gdk-pixbuf/MAJOR.MINOR/gdk-pixbuf-VERSION.tar.xz From 27d3776db9201ecf5e87c683755c6273bf7a16ba Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:11:05 +0300 Subject: [PATCH 054/123] giflib: use VERSION --- extra/giflib/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/giflib/sources b/extra/giflib/sources index dc1326bc..c0440abf 100644 --- a/extra/giflib/sources +++ b/extra/giflib/sources @@ -1 +1 @@ -https://downloads.sourceforge.net/giflib/giflib-5.2.1.tar.gz +https://downloads.sourceforge.net/giflib/giflib-VERSION.tar.gz From 913d68dcc247ebf270d182c7767c321130cbab44 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:11:21 +0300 Subject: [PATCH 055/123] glib: use MAJOR/MINOR/VERSION --- extra/glib/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/glib/sources b/extra/glib/sources index 5c66acab..defa65c7 100644 --- a/extra/glib/sources +++ b/extra/glib/sources @@ -1 +1 @@ -https://download.gnome.org/sources/glib/2.68/glib-2.68.3.tar.xz +https://download.gnome.org/sources/glib/MAJOR.MINOR/glib-VERSION.tar.xz From a9e4715bda0ce8dff3da5d96944353306e092922 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:11:33 +0300 Subject: [PATCH 056/123] gnugrep: use VERSION --- extra/gnugrep/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/gnugrep/sources b/extra/gnugrep/sources index 35d5bb34..675f59c0 100644 --- a/extra/gnugrep/sources +++ b/extra/gnugrep/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/grep/grep-3.6.tar.xz +https://ftp.gnu.org/gnu/grep/grep-VERSION.tar.xz From e009af1f6829306e060448edf63960e530766991 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:11:46 +0300 Subject: [PATCH 057/123] gnupg1: use VERSION --- extra/gnupg1/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/gnupg1/sources b/extra/gnupg1/sources index 40bad2e7..96eb7707 100644 --- a/extra/gnupg1/sources +++ b/extra/gnupg1/sources @@ -1 +1 @@ -https://gnupg.org/ftp/gcrypt/gnupg/gnupg-1.4.23.tar.bz2 +https://gnupg.org/ftp/gcrypt/gnupg/gnupg-VERSION.tar.bz2 From c9cf64fa54e7b1b89b415d5744f43701cec4fa83 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:11:56 +0300 Subject: [PATCH 058/123] gperf: use VERSION --- extra/gperf/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/gperf/sources b/extra/gperf/sources index 2ead637b..d7e96a3f 100644 --- a/extra/gperf/sources +++ b/extra/gperf/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz +https://ftp.gnu.org/gnu/gperf/gperf-VERSION.tar.gz From 606d972565212b58c3091c4060f902633c86905f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:12:14 +0300 Subject: [PATCH 059/123] gtk+3: use MAJOR/MINOR/VERSION --- extra/gtk+3/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/gtk+3/sources b/extra/gtk+3/sources index c8a9e117..223dd84b 100644 --- a/extra/gtk+3/sources +++ b/extra/gtk+3/sources @@ -1,4 +1,4 @@ -https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.29.tar.xz +https://download.gnome.org/sources/gtk+/MAJOR.MINOR/gtk+-VERSION.tar.xz https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/archive/40.0/gsettings-desktop-schemas-40.0.tar.gz schemas patches/no-fribidi.patch patches/schemas.patch From 370aca3f19975162b03992b624fe11836d1529a3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:12:26 +0300 Subject: [PATCH 060/123] hicolor-icon-theme: use VERSION --- extra/hicolor-icon-theme/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/hicolor-icon-theme/sources b/extra/hicolor-icon-theme/sources index 25bef1de..b00c2d5a 100644 --- a/extra/hicolor-icon-theme/sources +++ b/extra/hicolor-icon-theme/sources @@ -1 +1 @@ -https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz +https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-VERSION.tar.xz From b8150445c7b7af920d51192cecf68ea968192b29 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:12:36 +0300 Subject: [PATCH 061/123] intel-vaapi-driver: use VERSION --- extra/intel-vaapi-driver/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/intel-vaapi-driver/sources b/extra/intel-vaapi-driver/sources index edf4829d..b7273a73 100644 --- a/extra/intel-vaapi-driver/sources +++ b/extra/intel-vaapi-driver/sources @@ -1 +1 @@ -https://github.com/intel/intel-vaapi-driver/archive/2.4.1.tar.gz +https://github.com/intel/intel-vaapi-driver/archive/VERSION.tar.gz From b95bae0344582d6cbdecc2c0c0164e9c2cc4b9fc Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:14:18 +0300 Subject: [PATCH 062/123] json-c: use VERSION --- extra/json-c/checksums | 2 +- extra/json-c/sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/json-c/checksums b/extra/json-c/checksums index 8c4397bc..3cfa7294 100644 --- a/extra/json-c/checksums +++ b/extra/json-c/checksums @@ -1 +1 @@ -4ba9a090a42cf1e12b84c64e4464bb6fb893666841d5843cc5bef90774028882 +b8d80a1ddb718b3ba7492916237bbf86609e9709fb007e7f7d4322f02341a4c6 diff --git a/extra/json-c/sources b/extra/json-c/sources index d72f151b..7053d052 100644 --- a/extra/json-c/sources +++ b/extra/json-c/sources @@ -1 +1 @@ -https://github.com/json-c/json-c/archive/json-c-0.15-20200726.tar.gz +https://s3.amazonaws.com/json-c_releases/releases/json-c-VERSION.tar.gz From 7cb916bfe09a5403f22138cc47b95179f5a5d075 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:15:08 +0300 Subject: [PATCH 063/123] lame: use VERSION --- extra/lame/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/lame/sources b/extra/lame/sources index 8cc28356..badd89e7 100644 --- a/extra/lame/sources +++ b/extra/lame/sources @@ -1 +1 @@ -https://downloads.sourceforge.net/lame/lame-3.100.tar.gz +https://downloads.sourceforge.net/lame/lame-VERSION.tar.gz From f4ad874e7614ad48c967552995bf477c0e6f9601 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:15:22 +0300 Subject: [PATCH 064/123] libass: use VERSION/VERSION --- extra/libass/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libass/sources b/extra/libass/sources index 6e432bea..9e679b6b 100644 --- a/extra/libass/sources +++ b/extra/libass/sources @@ -1,2 +1,2 @@ -https://github.com/libass/libass/releases/download/0.15.1/libass-0.15.1.tar.xz +https://github.com/libass/libass/releases/download/VERSION/libass-VERSION.tar.xz patches/no-fribidi.patch From abfe95d1623e9aeaf647cefbb164fb43bff2753e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:15:36 +0300 Subject: [PATCH 065/123] libelf: use VERSION/VERSION --- extra/libelf/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libelf/sources b/extra/libelf/sources index 1903c165..8be59331 100644 --- a/extra/libelf/sources +++ b/extra/libelf/sources @@ -1,2 +1,2 @@ -https://sourceware.org/elfutils/ftp/0.185/elfutils-0.185.tar.bz2 +https://sourceware.org/elfutils/ftp/VERSION/elfutils-VERSION.tar.bz2 files/error.h lib From 29fdb372aa22f400cd4276f3ff3750a714b04242 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:15:56 +0300 Subject: [PATCH 066/123] libepoxy: use VERSION/VERSION --- extra/libepoxy/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libepoxy/sources b/extra/libepoxy/sources index 91bbee9f..58b9f837 100644 --- a/extra/libepoxy/sources +++ b/extra/libepoxy/sources @@ -1 +1 @@ -https://github.com/anholt/libepoxy/releases/download/1.5.8/libepoxy-1.5.8.tar.xz +https://github.com/anholt/libepoxy/releases/download/VERSION/libepoxy-VERSION.tar.xz From ef8fb1e92414262c2fa9b8bc105167ecbe906715 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:18:40 +0300 Subject: [PATCH 067/123] libffi: use VERSION/VERSION --- extra/libffi/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libffi/sources b/extra/libffi/sources index a966e96d..919d5780 100644 --- a/extra/libffi/sources +++ b/extra/libffi/sources @@ -1 +1 @@ -https://github.com/libffi/libffi/releases/download/v3.4.2/libffi-3.4.2.tar.gz +https://github.com/libffi/libffi/releases/download/vVERSION/libffi-VERSION.tar.gz From be8009af136c981667358e26367601307a407bc1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:18:55 +0300 Subject: [PATCH 068/123] libjpeg-turbo: use VERSION --- extra/libjpeg-turbo/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libjpeg-turbo/sources b/extra/libjpeg-turbo/sources index 7ba3be89..9993c543 100644 --- a/extra/libjpeg-turbo/sources +++ b/extra/libjpeg-turbo/sources @@ -1,2 +1,2 @@ -https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.1.0.tar.gz +https://github.com/libjpeg-turbo/libjpeg-turbo/archive/VERSION.tar.gz patches/no-docs.patch From 81870dc7451878c50d45736424fa63a466293cff Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:19:15 +0300 Subject: [PATCH 069/123] libogg: use VERSION/VERSION --- extra/libogg/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libogg/sources b/extra/libogg/sources index a8655244..5f0e1af5 100644 --- a/extra/libogg/sources +++ b/extra/libogg/sources @@ -1 +1 @@ -https://github.com/xiph/ogg/releases/download/v1.3.5/libogg-1.3.5.tar.xz +https://github.com/xiph/ogg/releases/download/vVERSION/libogg-VERSION.tar.xz From c6799f29fb6e94d9601ec62571e6564b52a3f73c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:19:32 +0300 Subject: [PATCH 070/123] libpng: use VERSION --- extra/libpng/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libpng/sources b/extra/libpng/sources index d6556f0c..f44cf99c 100644 --- a/extra/libpng/sources +++ b/extra/libpng/sources @@ -1,2 +1,2 @@ -https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz +https://github.com/glennrp/libpng/archive/vVERSION.tar.gz patches/libpng-1.6.37-apng.patch From 37330715a245e4028eeaf04e202f55733784dcef Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:19:46 +0300 Subject: [PATCH 071/123] libtheora: use VERSION --- extra/libtheora/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libtheora/sources b/extra/libtheora/sources index c5eaf319..4e3544c3 100644 --- a/extra/libtheora/sources +++ b/extra/libtheora/sources @@ -1,2 +1,2 @@ -https://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.gz +https://downloads.xiph.org/releases/theora/libtheora-VERSION.tar.gz patches/libtheora-1.1.1-libpng16.patch From c9444ecbae45b1ab370a789c29f9094f9126542a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:19:57 +0300 Subject: [PATCH 072/123] libudev-zero: use VERSION --- extra/libudev-zero/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libudev-zero/sources b/extra/libudev-zero/sources index 9aeb5742..7795b998 100644 --- a/extra/libudev-zero/sources +++ b/extra/libudev-zero/sources @@ -1 +1 @@ -https://github.com/illiliti/libudev-zero/archive/0.5.2.tar.gz +https://github.com/illiliti/libudev-zero/archive/VERSION.tar.gz From e74f16391d34ea709b8570726545f76920584882 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:20:08 +0300 Subject: [PATCH 073/123] libva-utils: use VERSION --- extra/libva-utils/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libva-utils/sources b/extra/libva-utils/sources index b969808c..ab618afa 100644 --- a/extra/libva-utils/sources +++ b/extra/libva-utils/sources @@ -1 +1 @@ -https://github.com/intel/libva-utils/archive/2.12.0.tar.gz +https://github.com/intel/libva-utils/archive/VERSION.tar.gz From b16453baccb22c09589b11256db266ee830ec54a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:20:50 +0300 Subject: [PATCH 074/123] libva: use VERSION --- extra/libva/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libva/sources b/extra/libva/sources index ba22be3a..85ebdb29 100644 --- a/extra/libva/sources +++ b/extra/libva/sources @@ -1 +1 @@ -https://github.com/intel/libva/archive/2.12.0.tar.gz +https://github.com/intel/libva/archive/VERSION.tar.gz From 3b063f2be55367f2d8fba58e95660ab444138b96 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:21:03 +0300 Subject: [PATCH 075/123] libvorbis: use VERSION --- extra/libvorbis/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libvorbis/sources b/extra/libvorbis/sources index 16ec9f3f..5077ef3c 100644 --- a/extra/libvorbis/sources +++ b/extra/libvorbis/sources @@ -1 +1 @@ -https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.gz +https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-VERSION.tar.gz From 0603d10161980d283b270dce693c24c10fc5a53d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:21:15 +0300 Subject: [PATCH 076/123] libvpx: use VERSION --- extra/libvpx/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libvpx/sources b/extra/libvpx/sources index 14a6cfda..ef005de6 100644 --- a/extra/libvpx/sources +++ b/extra/libvpx/sources @@ -1,4 +1,4 @@ -https://github.com/webmproject/libvpx/archive/v1.10.0.tar.gz +https://github.com/webmproject/libvpx/archive/vVERSION.tar.gz files/vp9_rtcd.h files/vp8_rtcd.h files/vpx_scale_rtcd.h From f6450639ea866820882ca2f07abfd359f432fa6f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:21:29 +0300 Subject: [PATCH 077/123] libwebp: use VERSION --- extra/libwebp/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libwebp/sources b/extra/libwebp/sources index 4ed0cd5a..ec5ba057 100644 --- a/extra/libwebp/sources +++ b/extra/libwebp/sources @@ -1 +1 @@ -http://downloads.webmproject.org/releases/webp/libwebp-1.2.0.tar.gz +http://downloads.webmproject.org/releases/webp/libwebp-VERSION.tar.gz From 9ae78630f226fbf6bedf8032553218c2c035c9aa Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:21:46 +0300 Subject: [PATCH 078/123] llvm: use VERSION/VERSION --- extra/llvm/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/llvm/sources b/extra/llvm/sources index f19005d8..607e3c70 100644 --- a/extra/llvm/sources +++ b/extra/llvm/sources @@ -1 +1 @@ -https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/llvm-12.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-VERSION/llvm-VERSION.src.tar.xz From 7fac321cdca2b7b75723419fe26d3db2d69a62f8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:22:59 +0300 Subject: [PATCH 079/123] lzip: use VERSION --- extra/lzip/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/lzip/sources b/extra/lzip/sources index 850f6cdb..863d6f6c 100644 --- a/extra/lzip/sources +++ b/extra/lzip/sources @@ -1 +1 @@ -https://download.savannah.gnu.org/releases/lzip/lzip-1.22.tar.gz +https://download.savannah.gnu.org/releases/lzip/lzip-VERSION.tar.gz From 42b27cb27f542e2ac86d33f388331ad3d48cc6fe Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:23:11 +0300 Subject: [PATCH 080/123] man-pages: use VERSION --- extra/man-pages/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/man-pages/sources b/extra/man-pages/sources index b29d3dae..b33003f7 100644 --- a/extra/man-pages/sources +++ b/extra/man-pages/sources @@ -1,2 +1,2 @@ -https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-5.12.tar.xz +https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-VERSION.tar.xz https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2017-a.tar.xz posix From cbcae73c0d4e19519a53f70583d694f84e1280ae Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:23:26 +0300 Subject: [PATCH 081/123] mandoc: use VERSION --- extra/mandoc/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/mandoc/sources b/extra/mandoc/sources index c5ca229e..d87834c2 100644 --- a/extra/mandoc/sources +++ b/extra/mandoc/sources @@ -1,3 +1,3 @@ -https://fossies.org/linux/misc/mandoc-1.14.5.tar.gz +https://fossies.org/linux/misc/mandoc-VERSION.tar.gz patches/mandoc-no-warn.patch patches/fix-tbl-segfault.patch From 01effa4539f5bfc0cd22182907a90f0733872d71 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:23:36 +0300 Subject: [PATCH 082/123] mesa: use VERSION --- extra/mesa/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/mesa/sources b/extra/mesa/sources index e17f4db7..b5ee81d1 100644 --- a/extra/mesa/sources +++ b/extra/mesa/sources @@ -1,2 +1,2 @@ -https://archive.mesa3d.org/mesa-21.1.5.tar.xz +https://archive.mesa3d.org/mesa-VERSION.tar.xz https://files.pythonhosted.org/packages/source/M/Mako/Mako-1.1.1.tar.gz mako From 61a6d1ab3bc6c9f7da5aa4f5443796495c9aa1b2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:23:49 +0300 Subject: [PATCH 083/123] meson: use VERSION --- extra/meson/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/meson/sources b/extra/meson/sources index 03d10c5d..69ac65d7 100644 --- a/extra/meson/sources +++ b/extra/meson/sources @@ -1 +1 @@ -https://github.com/mesonbuild/meson/archive/0.58.1.tar.gz +https://github.com/mesonbuild/meson/archive/VERSION.tar.gz From 38497d2fba7398f3af31f33df0d5bf91afe9e306 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:24:00 +0300 Subject: [PATCH 084/123] mpv: use VERSION --- extra/mpv/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/mpv/sources b/extra/mpv/sources index 0c3bd28e..2b70bd31 100644 --- a/extra/mpv/sources +++ b/extra/mpv/sources @@ -1,2 +1,2 @@ -https://github.com/mpv-player/mpv/archive/v0.33.1.tar.gz +https://github.com/mpv-player/mpv/archive/vVERSION.tar.gz https://waf.io/waf-2.0.18 From 55a8749316e4aeeea3231c9b30f592bf31c55adc Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:24:11 +0300 Subject: [PATCH 085/123] mutt: use VERSION --- extra/mutt/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/mutt/sources b/extra/mutt/sources index 3b6f70b3..56eddfa0 100644 --- a/extra/mutt/sources +++ b/extra/mutt/sources @@ -1,2 +1,2 @@ -https://bitbucket.org/mutt/mutt/downloads/mutt-2.1.1.tar.gz +https://bitbucket.org/mutt/mutt/downloads/mutt-VERSION.tar.gz https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-2.1.27/cyrus-sasl-2.1.27.tar.gz cyrus-sasl From c28dcdf8639eec827282b2eb98a16c0c8b5e6ebe Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:24:27 +0300 Subject: [PATCH 086/123] nasm: use VERSION --- extra/nasm/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/nasm/sources b/extra/nasm/sources index 8f328994..bc5ac539 100644 --- a/extra/nasm/sources +++ b/extra/nasm/sources @@ -1 +1 @@ -https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.15.05.tar.xz +https://www.nasm.us/pub/nasm/releasebuilds/VERSION/nasm-VERSION.tar.xz From 167bfdd616adbf271673b9ca9222b0492b8ca154 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:24:37 +0300 Subject: [PATCH 087/123] ncurses: use VERSION --- extra/ncurses/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/ncurses/sources b/extra/ncurses/sources index d56ec1b0..43395955 100644 --- a/extra/ncurses/sources +++ b/extra/ncurses/sources @@ -1,2 +1,2 @@ -https://ftp.gnu.org/gnu/ncurses/ncurses-6.2.tar.gz +https://ftp.gnu.org/gnu/ncurses/ncurses-VERSION.tar.gz files/terminfo.src misc From 2c8e2271a8592b9c45ad7449fafa926c332f4be6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:24:52 +0300 Subject: [PATCH 088/123] nodejs: use VERSION --- extra/nodejs/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/nodejs/sources b/extra/nodejs/sources index 26692947..b812f1d0 100644 --- a/extra/nodejs/sources +++ b/extra/nodejs/sources @@ -1 +1 @@ -https://nodejs.org/download/release/v16.5.0/node-v16.5.0.tar.xz +https://nodejs.org/download/release/vVERSION/node-vVERSION.tar.xz From 50a77519604cda78662addcfa2f7bf095b034410 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:25:06 +0300 Subject: [PATCH 089/123] opendoas: use VERSION --- extra/opendoas/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/opendoas/sources b/extra/opendoas/sources index 166cbff4..394ad008 100644 --- a/extra/opendoas/sources +++ b/extra/opendoas/sources @@ -1,2 +1,2 @@ -https://github.com/Duncaen/OpenDoas/archive/v6.8.1.tar.gz +https://github.com/Duncaen/OpenDoas/archive/vVERSION.tar.gz files/doas.conf From 518f133a29089958b1f4b783ad843a180fbdf6fb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:25:19 +0300 Subject: [PATCH 090/123] openresolv: use VERSION --- extra/openresolv/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/openresolv/sources b/extra/openresolv/sources index 3e5c81d2..d1b79965 100644 --- a/extra/openresolv/sources +++ b/extra/openresolv/sources @@ -1 +1 @@ -https://roy.marples.name/downloads/openresolv/openresolv-3.12.0.tar.xz +https://roy.marples.name/downloads/openresolv/openresolv-VERSION.tar.xz From 37b8be80ce2271936e2237c3c46b518425a65fdd Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:25:33 +0300 Subject: [PATCH 091/123] openssh: use VERSION --- extra/openssh/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/openssh/sources b/extra/openssh/sources index e98b6fe6..5d74c06c 100644 --- a/extra/openssh/sources +++ b/extra/openssh/sources @@ -1,2 +1,2 @@ -https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.6p1.tar.gz +https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-VERSION.tar.gz files/sshd.run From d7efdd305832ad9b5b8ed010c1551916aa8f0988 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:25:44 +0300 Subject: [PATCH 092/123] opus: use VERSION --- extra/opus/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/opus/sources b/extra/opus/sources index d11f0722..490846e5 100644 --- a/extra/opus/sources +++ b/extra/opus/sources @@ -1 +1 @@ -https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz +https://archive.mozilla.org/pub/opus/opus-VERSION.tar.gz From 6c9c202fc12e7dea012e31174ad9857ecafba067 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:26:05 +0300 Subject: [PATCH 093/123] pango: use VERSION --- extra/pango/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/pango/sources b/extra/pango/sources index 4222e582..14f9d067 100644 --- a/extra/pango/sources +++ b/extra/pango/sources @@ -1,2 +1,2 @@ -https://github.com/GNOME/pango/archive/1.48.7.tar.gz +https://github.com/GNOME/pango/archive/VERSION.tar.gz patches/no-fribidi.patch From 4a10760a893308577549350a44f02f11f8ddd14d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:26:19 +0300 Subject: [PATCH 094/123] patchelf: use VERSION --- extra/patchelf/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/patchelf/sources b/extra/patchelf/sources index 813c335d..af3f095b 100644 --- a/extra/patchelf/sources +++ b/extra/patchelf/sources @@ -1 +1 @@ -https://github.com/NixOS/patchelf/releases/download/0.12/patchelf-0.12.tar.bz2 +https://github.com/NixOS/patchelf/releases/download/VERSION/patchelf-VERSION.tar.bz2 From 9e0e4d9a9acc30e1406133645c6078256530305d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:26:29 +0300 Subject: [PATCH 095/123] pcre: use VERSION --- extra/pcre/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/pcre/sources b/extra/pcre/sources index 352447f2..79e3af4c 100644 --- a/extra/pcre/sources +++ b/extra/pcre/sources @@ -1 +1 @@ -https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.gz +https://ftp.pcre.org/pub/pcre/pcre-VERSION.tar.gz From 23ce381746d9fc4d4a4cc75b81ba9c2b541e8260 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:27:17 +0300 Subject: [PATCH 096/123] perl: use MAJOR/VERSION --- extra/perl/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/perl/sources b/extra/perl/sources index a06cabd8..89d9cfd6 100644 --- a/extra/perl/sources +++ b/extra/perl/sources @@ -1 +1 @@ -https://www.cpan.org/src/5.0/perl-5.34.0.tar.xz +https://www.cpan.org/src/MAJOR.0/perl-VERSION.tar.xz From 03344b4c6210e6a5566137290d55701fd0d43ca7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:27:33 +0300 Subject: [PATCH 097/123] pkgconf: use VERSION --- extra/pkgconf/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/pkgconf/sources b/extra/pkgconf/sources index ff1ef80d..c8b9e534 100644 --- a/extra/pkgconf/sources +++ b/extra/pkgconf/sources @@ -1 +1 @@ -https://distfiles.dereferenced.org/pkgconf/pkgconf-1.7.4.tar.xz +https://distfiles.dereferenced.org/pkgconf/pkgconf-VERSION.tar.xz From f438d0a3308ca6ab70307ae23045448a61ce17ba Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:27:52 +0300 Subject: [PATCH 098/123] plzip: use VERSION --- extra/plzip/sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/plzip/sources b/extra/plzip/sources index e461eb05..6a179db9 100644 --- a/extra/plzip/sources +++ b/extra/plzip/sources @@ -1,2 +1,2 @@ -http://download.savannah.gnu.org/releases/lzip/plzip/plzip-1.9.tar.gz -http://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-1.9.tar.gz lzlib +http://download.savannah.gnu.org/releases/lzip/plzip/plzip-VERSION.tar.gz +http://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-VERSION.tar.gz lzlib From 1c1499d18118b18af7ee1259429f176e67ed1881 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:28:09 +0300 Subject: [PATCH 099/123] python: use VERSION --- extra/python/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/python/sources b/extra/python/sources index 906d6eb0..c9afa3e6 100644 --- a/extra/python/sources +++ b/extra/python/sources @@ -1,2 +1,2 @@ -https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tar.xz +https://www.python.org/ftp/python/VERSION/Python-VERSION.tar.xz patches/python3-always-pip.patch From 6550ff5c1a59e630a8b1f36c1e11b55b5b8f14d5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:28:19 +0300 Subject: [PATCH 100/123] rsync: use VERSION --- extra/rsync/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/rsync/sources b/extra/rsync/sources index 8cf17405..5913385f 100644 --- a/extra/rsync/sources +++ b/extra/rsync/sources @@ -1,2 +1,2 @@ -https://download.samba.org/pub/rsync/src/rsync-3.2.3.tar.gz +https://download.samba.org/pub/rsync/src/rsync-VERSION.tar.gz files/mkproto.awk From 8383c960cd64513c60e4f1743de28bc299caa546 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:28:41 +0300 Subject: [PATCH 101/123] rust: use VERSION --- extra/rust/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/rust/sources b/extra/rust/sources index cea27b13..43fc593f 100644 --- a/extra/rust/sources +++ b/extra/rust/sources @@ -1,4 +1,4 @@ -https://static.rust-lang.org/dist/rustc-1.53.0-src.tar.xz +https://static.rust-lang.org/dist/rustc-VERSION-src.tar.xz https://static.rust-lang.org/dist/2021-05-06/rust-std-1.52.0-x86_64-unknown-linux-musl.tar.xz?no-extract https://static.rust-lang.org/dist/2021-05-06/rustc-1.52.0-x86_64-unknown-linux-musl.tar.xz?no-extract https://static.rust-lang.org/dist/2021-05-06/cargo-1.52.0-x86_64-unknown-linux-musl.tar.xz?no-extract From 46290a47d463362b9db883186603ce480234a87a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:29:00 +0300 Subject: [PATCH 102/123] samurai: use VERSION --- extra/samurai/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/samurai/sources b/extra/samurai/sources index 21221898..b7c64a70 100644 --- a/extra/samurai/sources +++ b/extra/samurai/sources @@ -1 +1 @@ -https://github.com/michaelforney/samurai/releases/download/1.2/samurai-1.2.tar.gz +https://github.com/michaelforney/samurai/releases/download/VERSION/samurai-VERSION.tar.gz From 8e8951fd29ee0b2661937e77539af980d5e65dc7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:29:09 +0300 Subject: [PATCH 103/123] scdoc: use VERSION --- extra/scdoc/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/scdoc/sources b/extra/scdoc/sources index 5f2684da..4f52f55c 100644 --- a/extra/scdoc/sources +++ b/extra/scdoc/sources @@ -1 +1 @@ -https://git.sr.ht/~sircmpwn/scdoc/archive/1.11.1.tar.gz +https://git.sr.ht/~sircmpwn/scdoc/archive/VERSION.tar.gz From 2801a78bf29643275aebdb583e1db9a1d773f9d0 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:29:38 +0300 Subject: [PATCH 104/123] ssu: use VERSION --- extra/ssu/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/ssu/sources b/extra/ssu/sources index 4eb057fd..387799a7 100644 --- a/extra/ssu/sources +++ b/extra/ssu/sources @@ -1 +1 @@ -https://github.com/illiliti/ssu/archive/refs/tags/0.3.2.tar.gz +https://github.com/illiliti/ssu/archive/refs/tags/VERSION.tar.gz From 9b1b57820df2bf4da7ec55d02de41a0020829798 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:29:54 +0300 Subject: [PATCH 105/123] strace: use VERSION --- extra/strace/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/strace/sources b/extra/strace/sources index c362f181..67d88493 100644 --- a/extra/strace/sources +++ b/extra/strace/sources @@ -1 +1 @@ -https://github.com/strace/strace/releases/download/v5.12/strace-5.12.tar.xz +https://github.com/strace/strace/releases/download/vVERSION/strace-VERSION.tar.xz From 249976c4377a90cf31162eacc0b47f444a541cb5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:30:04 +0300 Subject: [PATCH 106/123] tiff: use VERSION --- extra/tiff/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/tiff/sources b/extra/tiff/sources index 28639005..8c179b55 100644 --- a/extra/tiff/sources +++ b/extra/tiff/sources @@ -1 +1 @@ -https://download.osgeo.org/libtiff/tiff-4.3.0.tar.gz +https://download.osgeo.org/libtiff/tiff-VERSION.tar.gz From 8909b221d691c7e5bd78ddbc97829d2d962a4653 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:30:25 +0300 Subject: [PATCH 107/123] tzdata: use VERSION --- extra/tzdata/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/tzdata/sources b/extra/tzdata/sources index 2421adff..ef6466ba 100644 --- a/extra/tzdata/sources +++ b/extra/tzdata/sources @@ -1 +1 @@ -https://github.com/eggert/tz/archive/2021a.tar.gz +https://github.com/eggert/tz/archive/VERSION.tar.gz From 4dfa11cb9269099253655afe886d41d2cf6b89be Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:30:39 +0300 Subject: [PATCH 108/123] util-linux: use VERSION --- extra/util-linux/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/util-linux/sources b/extra/util-linux/sources index 43f8a920..871953c1 100644 --- a/extra/util-linux/sources +++ b/extra/util-linux/sources @@ -1 +1 @@ -https://cdn.kernel.org/pub/linux/utils/util-linux/v2.37/util-linux-2.37.tar.xz +https://cdn.kernel.org/pub/linux/utils/util-linux/vVERSION/util-linux-VERSION.tar.xz From 79493bc2f59be12e5812dd3c8f04c59ee9afd2db Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:30:54 +0300 Subject: [PATCH 109/123] wpa_supplicant: use VERSION --- extra/wpa_supplicant/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/wpa_supplicant/sources b/extra/wpa_supplicant/sources index 14ad689f..a2c75c03 100644 --- a/extra/wpa_supplicant/sources +++ b/extra/wpa_supplicant/sources @@ -1,3 +1,3 @@ -https://w1.fi/releases/wpa_supplicant-2.9.tar.gz +https://w1.fi/releases/wpa_supplicant-VERSION.tar.gz https://github.com/sabotage-linux/libnl-tiny/archive/4225e93bec5304abee3386213213718367e54a93.tar.gz libnl files/.config wpa_supplicant/ From 75dfd3bf4982aae08c3105e3c88642913fdec4b5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:31:21 +0300 Subject: [PATCH 110/123] x264: use VERSION --- extra/x264/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/x264/sources b/extra/x264/sources index ec3be5cb..5a03a442 100644 --- a/extra/x264/sources +++ b/extra/x264/sources @@ -1,2 +1,2 @@ -https://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20190812-2245-stable.tar.bz2 +https://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-VERSION-stable.tar.bz2 patches/x264-no-bash.patch From 6d9b1ff7bbfaf858454825a2c5e139fb4a453048 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:31:32 +0300 Subject: [PATCH 111/123] x265: use VERSION --- extra/x265/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/x265/sources b/extra/x265/sources index 724b4d96..ee355d7f 100644 --- a/extra/x265/sources +++ b/extra/x265/sources @@ -1 +1 @@ -https://bitbucket.org/multicoreware/x265_git/downloads/x265_3.5.tar.gz +https://bitbucket.org/multicoreware/x265_git/downloads/x265_VERSION.tar.gz From 9207d8a818395158f9f1475f65fac686d85e2ddc Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:31:43 +0300 Subject: [PATCH 112/123] xvidcore: use VERSION --- extra/xvidcore/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/xvidcore/sources b/extra/xvidcore/sources index 9dc4bd67..8cc87b26 100644 --- a/extra/xvidcore/sources +++ b/extra/xvidcore/sources @@ -1 +1 @@ -https://downloads.xvid.com/downloads/xvidcore-1.3.7.tar.bz2 +https://downloads.xvid.com/downloads/xvidcore-VERSION.tar.bz2 From d563903c2a5ca144fcee01d6554d6062804b1501 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:32:50 +0300 Subject: [PATCH 113/123] zip: use MAJOR/MINOR/PATCH --- extra/zip/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/zip/sources b/extra/zip/sources index 49a21688..58f0b6a5 100644 --- a/extra/zip/sources +++ b/extra/zip/sources @@ -1 +1 @@ -https://downloads.sourceforge.net/infozip/zip30.tar.gz +https://downloads.sourceforge.net/infozip/zipMAJORMINORPATCH.tar.gz From f58992a27919faa69e484d756d9ea6bcb69431ea Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 10:33:26 +0300 Subject: [PATCH 114/123] zstd: use VERSION --- extra/zstd/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/zstd/sources b/extra/zstd/sources index b06e693a..c07d5bb2 100644 --- a/extra/zstd/sources +++ b/extra/zstd/sources @@ -1 +1 @@ -https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-1.5.0.tar.gz +https://github.com/facebook/zstd/releases/download/vVERSION/zstd-VERSION.tar.gz From e80d34eb17c811bbe393192564bfec713101d7cc Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 11:09:40 +0300 Subject: [PATCH 115/123] efivar: use VERSION --- extra/efivar/sources | 2 +- extra/efivar/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/efivar/sources b/extra/efivar/sources index e4982ba6..a2129c7d 100644 --- a/extra/efivar/sources +++ b/extra/efivar/sources @@ -1 +1 @@ -https://github.com/rhboot/efivar/archive/cff88dd96b9d43e2c5875a24ba6180b196890ded.tar.gz +https://github.com/rhboot/efivar/archive/VERSION.tar.gz diff --git a/extra/efivar/version b/extra/efivar/version index 6bee7bf5..78460d59 100644 --- a/extra/efivar/version +++ b/extra/efivar/version @@ -1 +1 @@ -37 4 +cff88dd96b9d43e2c5875a24ba6180b196890ded 1 From a35e998f0331f2671797f46b61c27141127a1585 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 11:09:57 +0300 Subject: [PATCH 116/123] efibootmgr: use VERSION --- extra/efibootmgr/sources | 2 +- extra/efibootmgr/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/efibootmgr/sources b/extra/efibootmgr/sources index 434c4628..2bcb405e 100644 --- a/extra/efibootmgr/sources +++ b/extra/efibootmgr/sources @@ -1 +1 @@ -https://github.com/rhboot/efibootmgr/archive/4069341e184471dccf407ca8410daa4c4fd634f5.tar.gz +https://github.com/rhboot/efibootmgr/archive/VERSION.tar.gz diff --git a/extra/efibootmgr/version b/extra/efibootmgr/version index 293443cf..4087c294 100644 --- a/extra/efibootmgr/version +++ b/extra/efibootmgr/version @@ -1 +1 @@ -17 6 +4069341e184471dccf407ca8410daa4c4fd634f5 1 From b741b9009e52ea60262d1f9796a000cd51e40c2c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 11:11:30 +0300 Subject: [PATCH 117/123] sway-tiny: use VERSION --- wayland/sway-tiny/sources | 2 +- wayland/sway-tiny/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wayland/sway-tiny/sources b/wayland/sway-tiny/sources index 4ae0f060..c4980dfb 100644 --- a/wayland/sway-tiny/sources +++ b/wayland/sway-tiny/sources @@ -1,4 +1,4 @@ -https://github.com/DCVIII/sway/archive/8f838008e798a7297ae59caccd84aa6fca03a94e.tar.gz +https://github.com/DCVIII/sway/archive/VERSION.tar.gz https://github.com/swaywm/wlroots/archive/bcd5d8504c4370134d5fb3c1c324fcab49fecbb8.tar.gz subprojects/wlroots https://github.com/DCVIII/seatd/archive/23ee555f432f9971a15522fc0b3f980d78ffa6cc.tar.gz subprojects/seatd patches/no-evdev.patch diff --git a/wayland/sway-tiny/version b/wayland/sway-tiny/version index a383ea1a..b196202e 100644 --- a/wayland/sway-tiny/version +++ b/wayland/sway-tiny/version @@ -1 +1 @@ -git 1 +8f838008e798a7297ae59caccd84aa6fca03a94e 1 From 30e0d1107a2017e5fb2d11b3f0ed067b63a59ceb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 11:12:13 +0300 Subject: [PATCH 118/123] sway-no-seat: use VERSION --- wayland/sway-no-seat/sources | 2 +- wayland/sway-no-seat/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wayland/sway-no-seat/sources b/wayland/sway-no-seat/sources index 808ef16d..c70d2fe6 100644 --- a/wayland/sway-no-seat/sources +++ b/wayland/sway-no-seat/sources @@ -1,4 +1,4 @@ -https://github.com/swaywm/sway/archive/4832fc937fae5a5e2af8828a7092c9026bd300e0.tar.gz +https://github.com/swaywm/sway/archive/VERSION.tar.gz https://github.com/swaywm/wlroots/archive/a48e569d3860e91428c74e876a5d886314767c7b.tar.gz subprojects/wlroots https://github.com/DCVIII/seatd/archive/23ee555f432f9971a15522fc0b3f980d78ffa6cc.tar.gz subprojects/seatd patches/sway-static.patch diff --git a/wayland/sway-no-seat/version b/wayland/sway-no-seat/version index a383ea1a..3fd7aa4a 100644 --- a/wayland/sway-no-seat/version +++ b/wayland/sway-no-seat/version @@ -1 +1 @@ -git 1 +4832fc937fae5a5e2af8828a7092c9026bd300e0 1 From 6a11373100d59ceacb92e7a49ea90a32dd4561d5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 11:13:02 +0300 Subject: [PATCH 119/123] wl-clipboard: use VERSION --- wayland/wl-clipboard/sources | 2 +- wayland/wl-clipboard/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wayland/wl-clipboard/sources b/wayland/wl-clipboard/sources index 59909ddc..6bbea7f1 100644 --- a/wayland/wl-clipboard/sources +++ b/wayland/wl-clipboard/sources @@ -1 +1 @@ -https://github.com/bugaevc/wl-clipboard/archive/d2c32f2b4d469f53070e8c4052dea6f412de3916.tar.gz +https://github.com/bugaevc/wl-clipboard/archive/VERSION.tar.gz diff --git a/wayland/wl-clipboard/version b/wayland/wl-clipboard/version index b31a7f39..78ce0e72 100644 --- a/wayland/wl-clipboard/version +++ b/wayland/wl-clipboard/version @@ -1 +1 @@ -2.0.0 1 +d2c32f2b4d469f53070e8c4052dea6f412de3916 1 From 9208821a18272daf3b8305b3f8ef82130af2dc9b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 11:19:13 +0300 Subject: [PATCH 120/123] firefox-privacy: unversion files --- extra/firefox-privacy/build | 4 ++-- .../files/{policies-1.0.json => policies.json} | 0 extra/firefox-privacy/files/{vendor-1.0.js => vendor.js} | 0 extra/firefox-privacy/sources | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename extra/firefox-privacy/files/{policies-1.0.json => policies.json} (100%) rename extra/firefox-privacy/files/{vendor-1.0.js => vendor.js} (100%) diff --git a/extra/firefox-privacy/build b/extra/firefox-privacy/build index 8ddf24f4..d2b5ea7f 100755 --- a/extra/firefox-privacy/build +++ b/extra/firefox-privacy/build @@ -4,6 +4,6 @@ mkdir -p \ "$1/usr/lib/firefox/browser/defaults/preferences" \ "$1/usr/lib/firefox/distribution" -cp -f vendor-*.js "$1/usr/lib/firefox/browser/defaults/preferences" -cp -f policies-*.json "$1/usr/lib/firefox/distribution" +cp -f vendor.js "$1/usr/lib/firefox/browser/defaults/preferences" +cp -f policies.json "$1/usr/lib/firefox/distribution" diff --git a/extra/firefox-privacy/files/policies-1.0.json b/extra/firefox-privacy/files/policies.json similarity index 100% rename from extra/firefox-privacy/files/policies-1.0.json rename to extra/firefox-privacy/files/policies.json diff --git a/extra/firefox-privacy/files/vendor-1.0.js b/extra/firefox-privacy/files/vendor.js similarity index 100% rename from extra/firefox-privacy/files/vendor-1.0.js rename to extra/firefox-privacy/files/vendor.js diff --git a/extra/firefox-privacy/sources b/extra/firefox-privacy/sources index 5cd0524f..6e3034d1 100644 --- a/extra/firefox-privacy/sources +++ b/extra/firefox-privacy/sources @@ -1,2 +1,2 @@ -files/vendor-1.0.js -files/policies-1.0.json +files/vendor.js +files/policies.json From 2731076383930fb16d3ad5514fc3dc042cf470e5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 11:22:30 +0300 Subject: [PATCH 121/123] liberation-fonts: drop package --- extra/liberation-fonts/build | 4 ---- extra/liberation-fonts/checksums | 1 - extra/liberation-fonts/sources | 1 - extra/liberation-fonts/version | 1 - 4 files changed, 7 deletions(-) delete mode 100755 extra/liberation-fonts/build delete mode 100644 extra/liberation-fonts/checksums delete mode 100644 extra/liberation-fonts/sources delete mode 100644 extra/liberation-fonts/version diff --git a/extra/liberation-fonts/build b/extra/liberation-fonts/build deleted file mode 100755 index 081f1d5a..00000000 --- a/extra/liberation-fonts/build +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -e - -mkdir -p "$1/usr/share/fonts/TTF" -cp ./*.ttf "$1/usr/share/fonts/TTF" diff --git a/extra/liberation-fonts/checksums b/extra/liberation-fonts/checksums deleted file mode 100644 index af2b3014..00000000 --- a/extra/liberation-fonts/checksums +++ /dev/null @@ -1 +0,0 @@ -26f85412dd0aa9d061504a1cc8aaf0aa12a70710e8d47d8b65a1251757c1a5ef diff --git a/extra/liberation-fonts/sources b/extra/liberation-fonts/sources deleted file mode 100644 index 2d35d418..00000000 --- a/extra/liberation-fonts/sources +++ /dev/null @@ -1 +0,0 @@ -https://github.com/liberationfonts/liberation-fonts/files/6418984/liberation-fonts-ttf-2.1.4.tar.gz diff --git a/extra/liberation-fonts/version b/extra/liberation-fonts/version deleted file mode 100644 index 0c298421..00000000 --- a/extra/liberation-fonts/version +++ /dev/null @@ -1 +0,0 @@ -2.1.4 1 From 219b6303705a5c94d9719f3c2459084e7680b8e6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 11:44:22 +0300 Subject: [PATCH 122/123] ttf-croscore: 1.31.0 --- extra/ttf-croscore/build | 5 +++++ extra/ttf-croscore/checksums | 1 + extra/ttf-croscore/sources | 1 + extra/ttf-croscore/version | 1 + 4 files changed, 8 insertions(+) create mode 100755 extra/ttf-croscore/build create mode 100644 extra/ttf-croscore/checksums create mode 100644 extra/ttf-croscore/sources create mode 100644 extra/ttf-croscore/version diff --git a/extra/ttf-croscore/build b/extra/ttf-croscore/build new file mode 100755 index 00000000..4d045515 --- /dev/null +++ b/extra/ttf-croscore/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +mkdir -p "$1/usr/share/fonts/TTF/croscore" + +cp -f ./*.ttf "$1/usr/share/fonts/TTF/croscore" diff --git a/extra/ttf-croscore/checksums b/extra/ttf-croscore/checksums new file mode 100644 index 00000000..84315a3c --- /dev/null +++ b/extra/ttf-croscore/checksums @@ -0,0 +1 @@ +672c3487883ec1ef83d9254240d4327b014212abc823d06d15816095867315e1 diff --git a/extra/ttf-croscore/sources b/extra/ttf-croscore/sources new file mode 100644 index 00000000..e3d8c83b --- /dev/null +++ b/extra/ttf-croscore/sources @@ -0,0 +1 @@ +http://gsdview.appspot.com/chromeos-localmirror/distfiles/croscorefonts-VERSION.tar.bz2 diff --git a/extra/ttf-croscore/version b/extra/ttf-croscore/version new file mode 100644 index 00000000..a2f8f7b6 --- /dev/null +++ b/extra/ttf-croscore/version @@ -0,0 +1 @@ +1.31.0 1 From 88066125f5520a61678d2286e8342f7419d915de Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 12:24:46 +0300 Subject: [PATCH 123/123] sqlite: use MAJOR/MINOR/PATCH --- extra/sqlite/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/sqlite/sources b/extra/sqlite/sources index 84fc70ab..d212f2a9 100644 --- a/extra/sqlite/sources +++ b/extra/sqlite/sources @@ -1 +1 @@ -https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz +https://sqlite.org/2021/sqlite-autoconf-MAJORMINOR0PATCH00.tar.gz