From 4dffd7021a8fe7bc5e5d19504c66e1bc5242b899 Mon Sep 17 00:00:00 2001 From: Michal Tvrznik Date: Tue, 31 Jan 2023 07:41:49 +0100 Subject: [PATCH 1/2] emptty: update to 0.9.1 --- srcpkgs/emptty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/emptty/template b/srcpkgs/emptty/template index 3f17c66ef127..5548f646f42e 100644 --- a/srcpkgs/emptty/template +++ b/srcpkgs/emptty/template @@ -1,6 +1,6 @@ # Template file for 'emptty' pkgname=emptty -version=0.9.0 +version=0.9.1 revision=1 build_style=go go_import_path=github.com/tvrzna/emptty @@ -10,7 +10,7 @@ maintainer="tvrzna " license="MIT" homepage="https://github.com/tvrzna/emptty" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=530da58d898c499516b5f5b189e1c86801df949fb794c2242de652ef3ee65d15 +checksum=1b3c940da8d60705306525bf5a7619a7b30d954679e30a978a03ac53357e57d4 conf_files="/etc/emptty/conf /etc/pam.d/emptty" post_install() { From 8dcbc8b0b3a540f7c7d44dae6b1e375ddce1fd46 Mon Sep 17 00:00:00 2001 From: tvrzna Date: Mon, 13 Feb 2023 09:51:39 +0100 Subject: [PATCH 2/2] Update srcpkgs/emptty/template Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- srcpkgs/emptty/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/emptty/template b/srcpkgs/emptty/template index 5548f646f42e..f4eb95755270 100644 --- a/srcpkgs/emptty/template +++ b/srcpkgs/emptty/template @@ -9,7 +9,7 @@ short_desc="Dead simple Display Manager running in CLI as TTY login" maintainer="tvrzna " license="MIT" homepage="https://github.com/tvrzna/emptty" -distfiles="${homepage}/archive/v${version}.tar.gz" +distfiles="https://github.com/tvrzna/emptty/archive/v${version}.tar.gz" checksum=1b3c940da8d60705306525bf5a7619a7b30d954679e30a978a03ac53357e57d4 conf_files="/etc/emptty/conf /etc/pam.d/emptty"