diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2024-10-26 07:15:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-26 07:57:55 +0700 |
commit | 0e2b044aeedfef90563f8d02b59ac55bbb40fb65 (patch) | |
tree | 443a7340f6c9e405cf34057e8d074ac55fdff584 | |
parent | 3306c441e10d05385ae72ed77c28d336455594bd (diff) |
office/xournalpp: Updated for version 1.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/xournalpp/xournalpp.SlackBuild | 2 | ||||
-rw-r--r-- | office/xournalpp/xournalpp.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/office/xournalpp/xournalpp.SlackBuild b/office/xournalpp/xournalpp.SlackBuild index 90792edb9acc..0a020119fbd2 100644 --- a/office/xournalpp/xournalpp.SlackBuild +++ b/office/xournalpp/xournalpp.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xournalpp -VERSION=${VERSION:-1.2.3} +VERSION=${VERSION:-1.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/xournalpp/xournalpp.info b/office/xournalpp/xournalpp.info index d9fc0069ac6d..c760f5a70a9f 100644 --- a/office/xournalpp/xournalpp.info +++ b/office/xournalpp/xournalpp.info @@ -1,8 +1,8 @@ PRGNAM="xournalpp" -VERSION="1.2.3" +VERSION="1.2.4" HOMEPAGE="https://github.com/xournalpp/xournalpp" -DOWNLOAD="https://github.com/xournalpp/xournalpp/archive/v1.2.3/xournalpp-1.2.3.tar.gz" -MD5SUM="e997ff88e5dbfeab538b8d3f26f2dff7" +DOWNLOAD="https://github.com/xournalpp/xournalpp/archive/v1.2.4/xournalpp-1.2.4.tar.gz" +MD5SUM="ea2cee6379277543dd961fb347a93750" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="graphviz lua53 portaudio" |