From 74fddec7333c5e2db249a9c83ada9fe882abf17b Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Mon, 9 Jan 2023 08:52:49 +0100 Subject: [PATCH] xsel: use https Closes #120119. Signed-off-by: Dawid Dziurla <9713907+dawidd6@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/xsel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/xsel.rb b/Formula/xsel.rb index 78b1649d21a..f94c024de33 100644 --- a/Formula/xsel.rb +++ b/Formula/xsel.rb @@ -1,12 +1,12 @@ class Xsel < Formula desc "Command-line program for getting and setting the contents of the X selection" - homepage "http://www.vergenet.net/~conrad/software/xsel/" + homepage "https://www.vergenet.net/~conrad/software/xsel/" license "MIT" # Stable block to apply Fedora patches as current release is from 2008. # Remove when a new release is available. stable do - url "http://www.vergenet.net/~conrad/software/xsel/download/xsel-1.2.0.tar.gz" + url "https://www.vergenet.net/~conrad/software/xsel/download/xsel-1.2.0.tar.gz" sha256 "b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c" # Fedora Patch 0: xsel-1.2.0-MAX_NUM_TARGETS.patch (using upstream commit)