st: fix URL and source url

This commit is contained in:
John Vogel 2018-12-23 05:55:59 -05:00
parent 5d899b9822
commit 5e3bd85a0b
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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"