summaryrefslogtreecommitdiff
path: root/glu
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2020-06-18 20:33:08 -0500
committerMatt Housh <jaeger@crux.ninja>2020-06-18 20:33:08 -0500
commit9a4a1e6e19f790a39b99015d3ec6e9b90645515b (patch)
tree038891274dda9456b525079d778f187e579939a2 /glu
parenta1273c70b3e3bbbcfee77aa494277acec7a35a8a (diff)
downloadxorg-9a4a1e6e19f790a39b99015d3ec6e9b90645515b.tar.gz
xorg-9a4a1e6e19f790a39b99015d3ec6e9b90645515b.tar.xz
Updated a bunch of homepage URLs to their proper HTTPS counterparts
Diffstat (limited to 'glu')
-rw-r--r--glu/.signature4
-rw-r--r--glu/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/glu/.signature b/glu/.signature
index e6d407f6..d88481d2 100644
--- a/glu/.signature
+++ b/glu/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndPCMQVrIRoCPaja9H72NyaEhF9JYDi6YYEQm1YwdzsWG0vOG4q4GUGYM0l5SITkRmgyoTHkFDReq3hwZZtWmaQE=
-SHA256 (Pkgfile) = fa11d15e4a139006c514b133304a5a4efe482967840eb2890b9818cccafd8955
+RWTSGWF5Q7TndKyDKWyLq7v/AJtad97jpoRbPOZust5SwM2jzRb/I5lLlX5vE9Sg+Rc7M2SX39m86cZAmWdY7Jp0zHD+p3+lPAc=
+SHA256 (Pkgfile) = f41dd3e58ad0a333eca496a173e7f8c9a15f1bd6b8ba7410c805f1918433bf0e
SHA256 (.footprint) = bed9c2be3ed1d33d72654b944a27a73bcc4eaa913275e5d199981a2447dbe5f0
SHA256 (glu-9.0.1.tar.xz) = fb5a4c2dd6ba6d1c21ab7c05129b0769544e1d68e1e3b0ffecb18e73c93055bc
diff --git a/glu/Pkgfile b/glu/Pkgfile
index 1b8e7511..e967b6a5 100644
--- a/glu/Pkgfile
+++ b/glu/Pkgfile
@@ -1,5 +1,5 @@
# Description: Mesa OpenGL Utility library
-# URL: http://www.mesa3d.org
+# URL: https://www.mesa3d.org/
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: mesa3d
@@ -10,7 +10,7 @@ source=(https://mesa.freedesktop.org/archive/$name/$name-$version.tar.xz)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

Generated by cgit