summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2018-12-23 05:55:59 -0500
committerJohn Vogel <jvogel4@stny.rr.com>2018-12-23 05:55:59 -0500
commit5e3bd85a0b456060a772a4e97df7f97998ef9b84 (patch)
treed2bd2ff136722384197df4626e32cd8fc1880abc /st
parent5d899b982243d685b65ada112a5a6f14f2e8ab7f (diff)
downloadcontrib-5e3bd85a0b456060a772a4e97df7f97998ef9b84.tar.gz
contrib-5e3bd85a0b456060a772a4e97df7f97998ef9b84.tar.xz
st: fix URL and source url
Diffstat (limited to 'st')
-rw-r--r--st/.signature4
-rw-r--r--st/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/st/.signature b/st/.signature
index 10bbbd7ef..5556ad842 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 1930f633f..3c1ca19fe 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"

Generated by cgit