diff options
author | swills <swills@FreeBSD.org> | 2017-10-27 23:33:57 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:49:47 +0800 |
commit | 2ddf9a7453cb6779c7312b76e9411368984542cd (patch) | |
tree | af277181e86945693e097483085b9f9a5097751f /devel | |
parent | 6abd6afd87ac5e5ace01ea1fb6adb966e6c33fbf (diff) | |
download | freebsd-ports-gnome-2ddf9a7453cb6779c7312b76e9411368984542cd.tar.gz freebsd-ports-gnome-2ddf9a7453cb6779c7312b76e9411368984542cd.tar.zst freebsd-ports-gnome-2ddf9a7453cb6779c7312b76e9411368984542cd.zip |
devel/liblxqt: Update to 0.12.0
PR: 223212
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/liblxqt/Makefile | 3 | ||||
-rw-r--r-- | devel/liblxqt/distinfo | 6 | ||||
-rw-r--r-- | devel/liblxqt/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/devel/liblxqt/Makefile b/devel/liblxqt/Makefile index 22420247458a..2d8745be28fd 100644 --- a/devel/liblxqt/Makefile +++ b/devel/liblxqt/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= liblxqt -PORTVERSION= 0.11.1 -PORTREVISION= 2 +PORTVERSION= 0.12.0 CATEGORIES= devel MASTER_SITES= LXQT diff --git a/devel/liblxqt/distinfo b/devel/liblxqt/distinfo index 9aa938a56d5e..80438f8cde59 100644 --- a/devel/liblxqt/distinfo +++ b/devel/liblxqt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1483344405 -SHA256 (lxqt/liblxqt-0.11.1.tar.xz) = 487dc42ceb611f53024c531d5550bd0d4fe8cbfe3dbf3711faba5db6ee6d415d -SIZE (lxqt/liblxqt-0.11.1.tar.xz) = 50356 +TIMESTAMP = 1508753771 +SHA256 (lxqt/liblxqt-0.12.0.tar.xz) = 44bba48b073ded5b0ab3de2ea3575a704bb22d23ce5cc5743f76579c1f084f33 +SIZE (lxqt/liblxqt-0.12.0.tar.xz) = 51192 diff --git a/devel/liblxqt/pkg-descr b/devel/liblxqt/pkg-descr index f0011d0e08f8..e01f350102d0 100644 --- a/devel/liblxqt/pkg-descr +++ b/devel/liblxqt/pkg-descr @@ -1,3 +1,3 @@ Core utility library for all LXQt components. -WWW: http://lxqt.org/ +WWW: https://github.com/lxde/liblxqt |