xorg-font-util: update to 1.4.0

This commit is contained in:
Juergen Daubert 2023-02-23 08:23:12 +01:00
parent 78f754ac14
commit 17393d6cf4
2 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndInkdp3hFtdB5s/CRwDvmrbqcNkY5VXgwGqE0wHa6THvOMuxR4F1fw39zUXCZTv1yR8GprlDSh+esY4dx1BRSwY=
SHA256 (Pkgfile) = 9d4af861378b2f9ee2be82e867aab250739c741a2f19363064e37148ad2eeb56
RWTSGWF5Q7TndHQQTf/GRmWoQdyo+Qcy+A2Cn8AWjKBfUSL05Gl5mFBVKXd5yqqkdVGbFWyD/uaKvYAzjGX/DwopP1msaTL2mwQ=
SHA256 (Pkgfile) = db9792d3f3cc27c10ffcdf89d1898a0e4e5a95b6ec4b41f6af90141dc4927d8d
SHA256 (.footprint) = 8a491821589445a67e0a729d2f7fe38fb221e2786a7f180215bca6f500e8e347
SHA256 (font-util-1.3.3.tar.xz) = e791c890779c40056ab63aaed5e031bb6e2890a98418ca09c534e6261a2eebd2
SHA256 (font-util-1.4.0.tar.xz) = 9f724bf940128c7e39f7252bd961cd38cfac2359de2100a8bed696bf40d40f7d

View File

@ -3,15 +3,13 @@
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
name=xorg-font-util
version=1.3.3
version=1.4.0
release=1
source=(https://www.x.org/releases/individual/font/font-util-$version.tar.xz)
build() {
cd font-util-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}