diff options
author | Fredrik Salomonsson <plattfot@posteo.net> | 2023-03-19 16:33:36 -0700 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@posteo.net> | 2023-03-19 16:33:36 -0700 |
commit | b27e7edac1944eb0ecf1b8f86ad16208043e1d83 (patch) | |
tree | 1f1be1e1c253716311032b3c765f0476c97c28ef | |
parent | 07982c577e4c5367a438d1ca39d45a6f8dae8697 (diff) | |
download | pinentry-rofi-b27e7edac1944eb0ecf1b8f86ad16208043e1d83.tar.gz |
Bump up patch: 2.0.3 -> 2.0.42.0.4
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | build-aux/PKGBUILD | 2 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | hall.scm | 4 |
4 files changed, 8 insertions, 5 deletions
@@ -2,6 +2,9 @@ SPDX-FileCopyrightText: 2023 Fredrik Salomonsson <plattfot@posteo.net> SPDX-License-Identifier: GPL-3.0-or-later +2023-03-19 Fredrik Salomonsson <plattfot@posteo.net> + * 2.0.4: + Version 3.0 of the REUSE specification compliant. 2021-01-31 Fredrik Salomonsson <plattfot@posteo.net> * 2.0.3: Fix issue with the executable not finding the module. diff --git a/build-aux/PKGBUILD b/build-aux/PKGBUILD index b1b641e..b88e09e 100644 --- a/build-aux/PKGBUILD +++ b/build-aux/PKGBUILD @@ -4,7 +4,7 @@ # Maintainer: Fredrik Salomonsson <plattfot@posteo.net> pkgname=guile-pinentry-rofi -pkgver=2.0.3 +pkgver=2.0.4 pkgrel=1 epoch= pkgdesc="rofi frontend for pinentry" diff --git a/configure.ac b/configure.ac index 5c78e1b..7719cf7 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ dnl SPDX-License-Identifier: CC0-1.0 dnl -*- Autoconf -*- -AC_INIT(pinentry-rofi, 2.0.3) -AC_SUBST(HVERSION, "\"2.0.3\"") +AC_INIT(pinentry-rofi, 2.0.4) +AC_SUBST(HVERSION, "\"2.0.4\"") AC_SUBST(AUTHOR, "\"Fredrik Salomonsson\"") AC_SUBST(COPYRIGHT, "'(2020)") AC_SUBST(LICENSE, gpl3+) @@ -5,9 +5,9 @@ (hall-description (name "pinentry-rofi") (prefix "") - (version "2.0.3") + (version "2.0.4") (author "Fredrik Salomonsson") - (copyright (2020)) + (copyright (2020 2021 2022 2023)) (synopsis "Rofi frontend to pinentry") (description "Simple pinentry gui using rofi, it is written in GNU guile.") |