diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-06-25 11:00:23 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-06-25 11:00:39 -0500 |
commit | d6dd25f7861dece5e1f50ed7a2aa0639f60f7720 (patch) | |
tree | ee8446cdb19e69b33f2b95f69f1bf0d25a60e7f7 /lcms2-32 | |
parent | 40276d511a16592220ce83928262b01feb598f5c (diff) | |
download | compat-32-d6dd25f7861dece5e1f50ed7a2aa0639f60f7720.tar.gz compat-32-d6dd25f7861dece5e1f50ed7a2aa0639f60f7720.tar.xz |
lcms2-32: updated homepage URL to use HTTP (misconfigured SSL)
Diffstat (limited to 'lcms2-32')
-rw-r--r-- | lcms2-32/.signature | 4 | ||||
-rw-r--r-- | lcms2-32/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lcms2-32/.signature b/lcms2-32/.signature index 5e2aa241..f533bc9c 100644 --- a/lcms2-32/.signature +++ b/lcms2-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXaOe5IyxQMH9CQZzWRob/uan3UoLIDfj3za7dhmlG0CYWFNyJzVpgWwxj4+KI8OphDg+v9Vtz98dKLFC0NkNfAM= -SHA256 (Pkgfile) = f144e3035b7cf97d35301e54df22bc919893315c6cfc753f70f6c98e367701aa +RWSwxGo/zH7eXaLwPtHTIFDd6Yjty/fPu7aEK13C+Kh+YmzLOkH73TRtUnbtZhTeqXRvFs0XJoUeGSfI+yN+aufkGhu2XL+d3g8= +SHA256 (Pkgfile) = ae487d68eb637ea5928c12e9276a778fcecacaa97c64774a5a837eeca5480ea9 SHA256 (.footprint) = 0d1dd5945c9c216c54ef820d77c4fc37ca73901d5791c132a218651dd193f7ab SHA256 (lcms2-2.11.tar.gz) = dc49b9c8e4d7cdff376040571a722902b682a795bf92985a85b48854c270772e diff --git a/lcms2-32/Pkgfile b/lcms2-32/Pkgfile index a5e9a973..d389b34a 100644 --- a/lcms2-32/Pkgfile +++ b/lcms2-32/Pkgfile @@ -1,5 +1,5 @@ # Description: Little CMS intends to be an small-footprint color management engine -# URL: https://www.littlecms.com/ +# URL: http://www.littlecms.com/ # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu # Depends on: lcms2 libtiff-32 @@ -14,7 +14,7 @@ build() { ./configure \ --prefix=/usr \ --libdir=/usr/lib32 - + make make DESTDIR=$PKG install |