ports/contrib (3.5): st: fix URL and source url
commit 5e3bd85a0b456060a772a4e97df7f97998ef9b84 Author: John Vogel <jvogel4@stny.rr.com> Date: Sun Dec 23 05:55:59 2018 -0500 st: fix URL and source url diff --git a/st/.signature b/st/.signature index 10bbbd7e..5556ad84 100644 --- a/st/.signature +++ b/st/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36cmeslvyuNKLY0xSUV/Z51zyN8fir/Kw+4Q3YWWNesyPOJwFYKAaIzvLYW7p6ORsaO78M1Yfcm0f9oCaQ0gwQg= -SHA256 (Pkgfile) = 147208775566df1f04dfc0f999499ba589d5c8ad1e0fecb5f90771e708f2fbfa +RWSagIOpLGJF3w2dpqFBn1l0PlGq4YrlE9gxRUbqFm0nEG5l7PuXHzh5pgFIs86szzoX1pgMjVbELFUmQeK5PBVPhGaluHdzLAo= +SHA256 (Pkgfile) = 9b6f2f42384f3025a6ac7cc8d10d67ed2610e0f4cc60fa1904949fa28b4aa3ee SHA256 (.footprint) = bbc6b84ad135a3a88e3c2e77813191bca889a3d4c0b50c8c9747f113acb5ca67 SHA256 (st-0.8.1.tar.gz) = c4fb0fe2b8d2d3bd5e72763e80a8ae05b7d44dbac8f8e3bb18ef0161c7266926 diff --git a/st/Pkgfile b/st/Pkgfile index 1930f633..3c1ca19f 100644 --- a/st/Pkgfile +++ b/st/Pkgfile @@ -1,12 +1,12 @@ # Description: simple terminal implementation for X -# URL: http://st.suckless.org/ +# URL: https://st.suckless.org/ # Maintainer: John Vogel, jvogel4 at stny dot rr dot com # Depends on: xorg-libxext xorg-libxft name=st version=0.8.1 release=1 -source=(http://dl.suckless.org/st/$name-$version.tar.gz) +source=(https://dl.suckless.org/st/$name-$version.tar.gz) build () { cd "$name-$version"
participants (1)
-
crux@crux.nu