mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xedit: update to 1.2.4.
This commit is contained in:
parent
54d90967fb
commit
0391d19bdd
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'xedit'.
|
# Template file for 'xedit'
|
||||||
pkgname=xedit
|
pkgname=xedit
|
||||||
version=1.2.3
|
version=1.2.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libXaw-devel"
|
makedepends="libXaw-devel"
|
||||||
short_desc="Simple text editor for X"
|
short_desc="Simple text editor for X"
|
||||||
homepage="http://xorg.freedesktop.org"
|
|
||||||
license="MIT"
|
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
|
license="MIT"
|
||||||
checksum=bdd33afeeca881622e55d2cf28f07b4a98f083d0a2573c0b9048f25bdd62db2f
|
homepage="http://xorg.freedesktop.org"
|
||||||
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=b00d488b29cd007fadf9a4e44193cbdd72b48c94080be5ebc02565f21f9a2a71
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue