From 6ab13fe17d0b04bf9a25dbc80e4fe137ed40875f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 22 Mar 2021 02:40:39 +0300 Subject: chezmoi: bump to 2.0.2 --- community/chezmoi/checksums | 2 +- community/chezmoi/sources | 2 +- community/chezmoi/version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'community') diff --git a/community/chezmoi/checksums b/community/chezmoi/checksums index 35fdec3a..ae940082 100644 --- a/community/chezmoi/checksums +++ b/community/chezmoi/checksums @@ -1 +1 @@ -902222c1bea9f71869ab79275d801ce0128ec2b4ccebc01c0ff0ecb4c9407e43 v2.0.1.tar.gz +7e04e07b6b44ae1045fa4a8c5e723e80fe3ae4ea67d3400f6d8c2621a6a7cef3 v2.0.2.tar.gz diff --git a/community/chezmoi/sources b/community/chezmoi/sources index f188211e..8efaec29 100644 --- a/community/chezmoi/sources +++ b/community/chezmoi/sources @@ -1 +1 @@ -https://github.com/twpayne/chezmoi/archive/v2.0.1.tar.gz +https://github.com/twpayne/chezmoi/archive/v2.0.2.tar.gz diff --git a/community/chezmoi/version b/community/chezmoi/version index 4a473510..d486df1f 100644 --- a/community/chezmoi/version +++ b/community/chezmoi/version @@ -1 +1 @@ -2.0.1 1 +2.0.2 1 -- cgit v1.2.3 From 359b030bda40bae19f9abde3f6f5846e16fe5307 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 22 Mar 2021 02:45:18 +0300 Subject: nettle: bump to 3.7.2 --- community/nettle/checksums | 2 +- community/nettle/sources | 2 +- community/nettle/version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'community') diff --git a/community/nettle/checksums b/community/nettle/checksums index a407d877..3fb8cd8c 100644 --- a/community/nettle/checksums +++ b/community/nettle/checksums @@ -1 +1 @@ -156621427c7b00a75ff9b34b770b95d34f80ef7a55c3407de94b16cbf436c42e nettle-3.7.1.tar.gz +8d2a604ef1cde4cd5fb77e422531ea25ad064679ff0adf956e78b3352e0ef162 nettle-3.7.2.tar.gz diff --git a/community/nettle/sources b/community/nettle/sources index a8b3eb0f..b409b3ff 100644 --- a/community/nettle/sources +++ b/community/nettle/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/nettle/nettle-3.7.1.tar.gz +https://ftp.gnu.org/gnu/nettle/nettle-3.7.2.tar.gz diff --git a/community/nettle/version b/community/nettle/version index f6cb9b11..9cab2d63 100644 --- a/community/nettle/version +++ b/community/nettle/version @@ -1 +1 @@ -3.7.1 1 +3.7.2 1 -- cgit v1.2.3 From d2f7ac972859d18a542f95f24ff7e00bf5735313 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 22 Mar 2021 12:25:14 +0300 Subject: chezmoi: bump to 2.0.3 --- community/chezmoi/checksums | 2 +- community/chezmoi/sources | 2 +- community/chezmoi/version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'community') diff --git a/community/chezmoi/checksums b/community/chezmoi/checksums index ae940082..369fc18b 100644 --- a/community/chezmoi/checksums +++ b/community/chezmoi/checksums @@ -1 +1 @@ -7e04e07b6b44ae1045fa4a8c5e723e80fe3ae4ea67d3400f6d8c2621a6a7cef3 v2.0.2.tar.gz +e97428b87bf92b7864ccd667a309e2c07ecf25c15a27ae60d36e23553696930f v2.0.3.tar.gz diff --git a/community/chezmoi/sources b/community/chezmoi/sources index 8efaec29..262f374e 100644 --- a/community/chezmoi/sources +++ b/community/chezmoi/sources @@ -1 +1 @@ -https://github.com/twpayne/chezmoi/archive/v2.0.2.tar.gz +https://github.com/twpayne/chezmoi/archive/v2.0.3.tar.gz diff --git a/community/chezmoi/version b/community/chezmoi/version index d486df1f..c103c3ec 100644 --- a/community/chezmoi/version +++ b/community/chezmoi/version @@ -1 +1 @@ -2.0.2 1 +2.0.3 1 -- cgit v1.2.3 From f82f610cee384a8bb6b8943390590caa5bc3e732 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 23 Mar 2021 20:23:06 +0300 Subject: gnutls: build with p11-kit --- community/gnutls/build | 3 +-- community/gnutls/depends | 1 + community/gnutls/version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'community') diff --git a/community/gnutls/build b/community/gnutls/build index 52f527ae..4958284a 100755 --- a/community/gnutls/build +++ b/community/gnutls/build @@ -6,8 +6,7 @@ --with-nettle-mini \ --with-included-libtasn1 \ --with-included-unistring \ - --enable-static \ - --without-p11-kit + --enable-static make make DESTDIR="$1" install diff --git a/community/gnutls/depends b/community/gnutls/depends index b34e98fd..9dafebcb 100644 --- a/community/gnutls/depends +++ b/community/gnutls/depends @@ -1 +1,2 @@ nettle +p11-kit diff --git a/community/gnutls/version b/community/gnutls/version index 5121b72f..50c5c4bb 100644 --- a/community/gnutls/version +++ b/community/gnutls/version @@ -1 +1 @@ -3.6.15 1 +3.6.15 2 -- cgit v1.2.3 From c72106d09fe4ccf6f33c41ed55e97792312082a6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 23 Mar 2021 20:25:17 +0300 Subject: nettle: move to extra --- community/nettle/build | 11 ----------- community/nettle/checksums | 1 - community/nettle/sources | 1 - community/nettle/version | 1 - extra/nettle/build | 11 +++++++++++ extra/nettle/checksums | 1 + extra/nettle/sources | 1 + extra/nettle/version | 1 + 8 files changed, 14 insertions(+), 14 deletions(-) delete mode 100755 community/nettle/build delete mode 100644 community/nettle/checksums delete mode 100644 community/nettle/sources delete mode 100644 community/nettle/version create mode 100755 extra/nettle/build create mode 100644 extra/nettle/checksums create mode 100644 extra/nettle/sources create mode 100644 extra/nettle/version (limited to 'community') diff --git a/community/nettle/build b/community/nettle/build deleted file mode 100755 index 32a77951..00000000 --- a/community/nettle/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --enable-shared \ - --enable-static \ - --enable-mini-gmp \ - --disable-documentation - -make -make DESTDIR="$1" install diff --git a/community/nettle/checksums b/community/nettle/checksums deleted file mode 100644 index 3fb8cd8c..00000000 --- a/community/nettle/checksums +++ /dev/null @@ -1 +0,0 @@ -8d2a604ef1cde4cd5fb77e422531ea25ad064679ff0adf956e78b3352e0ef162 nettle-3.7.2.tar.gz diff --git a/community/nettle/sources b/community/nettle/sources deleted file mode 100644 index b409b3ff..00000000 --- a/community/nettle/sources +++ /dev/null @@ -1 +0,0 @@ -https://ftp.gnu.org/gnu/nettle/nettle-3.7.2.tar.gz diff --git a/community/nettle/version b/community/nettle/version deleted file mode 100644 index 9cab2d63..00000000 --- a/community/nettle/version +++ /dev/null @@ -1 +0,0 @@ -3.7.2 1 diff --git a/extra/nettle/build b/extra/nettle/build new file mode 100755 index 00000000..32a77951 --- /dev/null +++ b/extra/nettle/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-shared \ + --enable-static \ + --enable-mini-gmp \ + --disable-documentation + +make +make DESTDIR="$1" install diff --git a/extra/nettle/checksums b/extra/nettle/checksums new file mode 100644 index 00000000..3fb8cd8c --- /dev/null +++ b/extra/nettle/checksums @@ -0,0 +1 @@ +8d2a604ef1cde4cd5fb77e422531ea25ad064679ff0adf956e78b3352e0ef162 nettle-3.7.2.tar.gz diff --git a/extra/nettle/sources b/extra/nettle/sources new file mode 100644 index 00000000..b409b3ff --- /dev/null +++ b/extra/nettle/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/nettle/nettle-3.7.2.tar.gz diff --git a/extra/nettle/version b/extra/nettle/version new file mode 100644 index 00000000..9cab2d63 --- /dev/null +++ b/extra/nettle/version @@ -0,0 +1 @@ +3.7.2 1 -- cgit v1.2.3 From 15c3293ac45c25cedf4270ed2b6552be678d9223 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 23 Mar 2021 20:25:27 +0300 Subject: gnutls: move to extra --- community/gnutls/build | 12 ------------ community/gnutls/checksums | 1 - community/gnutls/depends | 2 -- community/gnutls/sources | 1 - community/gnutls/version | 1 - extra/gnutls/build | 12 ++++++++++++ extra/gnutls/checksums | 1 + extra/gnutls/depends | 2 ++ extra/gnutls/sources | 1 + extra/gnutls/version | 1 + 10 files changed, 17 insertions(+), 17 deletions(-) delete mode 100755 community/gnutls/build delete mode 100644 community/gnutls/checksums delete mode 100644 community/gnutls/depends delete mode 100644 community/gnutls/sources delete mode 100644 community/gnutls/version create mode 100755 extra/gnutls/build create mode 100644 extra/gnutls/checksums create mode 100644 extra/gnutls/depends create mode 100644 extra/gnutls/sources create mode 100644 extra/gnutls/version (limited to 'community') diff --git a/community/gnutls/build b/community/gnutls/build deleted file mode 100755 index 4958284a..00000000 --- a/community/gnutls/build +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --disable-nls \ - --with-nettle-mini \ - --with-included-libtasn1 \ - --with-included-unistring \ - --enable-static - -make -make DESTDIR="$1" install diff --git a/community/gnutls/checksums b/community/gnutls/checksums deleted file mode 100644 index 4cf6c73e..00000000 --- a/community/gnutls/checksums +++ /dev/null @@ -1 +0,0 @@ -0ea8c3283de8d8335d7ae338ef27c53a916f15f382753b174c18b45ffd481558 gnutls-3.6.15.tar.xz diff --git a/community/gnutls/depends b/community/gnutls/depends deleted file mode 100644 index 9dafebcb..00000000 --- a/community/gnutls/depends +++ /dev/null @@ -1,2 +0,0 @@ -nettle -p11-kit diff --git a/community/gnutls/sources b/community/gnutls/sources deleted file mode 100644 index b21d9cdf..00000000 --- a/community/gnutls/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.15.tar.xz diff --git a/community/gnutls/version b/community/gnutls/version deleted file mode 100644 index 50c5c4bb..00000000 --- a/community/gnutls/version +++ /dev/null @@ -1 +0,0 @@ -3.6.15 2 diff --git a/extra/gnutls/build b/extra/gnutls/build new file mode 100755 index 00000000..4958284a --- /dev/null +++ b/extra/gnutls/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-nls \ + --with-nettle-mini \ + --with-included-libtasn1 \ + --with-included-unistring \ + --enable-static + +make +make DESTDIR="$1" install diff --git a/extra/gnutls/checksums b/extra/gnutls/checksums new file mode 100644 index 00000000..4cf6c73e --- /dev/null +++ b/extra/gnutls/checksums @@ -0,0 +1 @@ +0ea8c3283de8d8335d7ae338ef27c53a916f15f382753b174c18b45ffd481558 gnutls-3.6.15.tar.xz diff --git a/extra/gnutls/depends b/extra/gnutls/depends new file mode 100644 index 00000000..9dafebcb --- /dev/null +++ b/extra/gnutls/depends @@ -0,0 +1,2 @@ +nettle +p11-kit diff --git a/extra/gnutls/sources b/extra/gnutls/sources new file mode 100644 index 00000000..b21d9cdf --- /dev/null +++ b/extra/gnutls/sources @@ -0,0 +1 @@ +https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.15.tar.xz diff --git a/extra/gnutls/version b/extra/gnutls/version new file mode 100644 index 00000000..50c5c4bb --- /dev/null +++ b/extra/gnutls/version @@ -0,0 +1 @@ +3.6.15 2 -- cgit v1.2.3 From 3f6c8552313e75b967e7795893a7ea140b556c5f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 25 Mar 2021 11:36:55 +0300 Subject: chezmoi: bump to 2.0.4 --- community/chezmoi/checksums | 2 +- community/chezmoi/sources | 2 +- community/chezmoi/version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'community') diff --git a/community/chezmoi/checksums b/community/chezmoi/checksums index 369fc18b..0c0ea1c6 100644 --- a/community/chezmoi/checksums +++ b/community/chezmoi/checksums @@ -1 +1 @@ -e97428b87bf92b7864ccd667a309e2c07ecf25c15a27ae60d36e23553696930f v2.0.3.tar.gz +5d2f097a0d8ce22489dc97cadaf85610a71273aaa150f59ecd10e5acce2a7fdb v2.0.4.tar.gz diff --git a/community/chezmoi/sources b/community/chezmoi/sources index 262f374e..0b642a06 100644 --- a/community/chezmoi/sources +++ b/community/chezmoi/sources @@ -1 +1 @@ -https://github.com/twpayne/chezmoi/archive/v2.0.3.tar.gz +https://github.com/twpayne/chezmoi/archive/v2.0.4.tar.gz diff --git a/community/chezmoi/version b/community/chezmoi/version index c103c3ec..aaedf8d0 100644 --- a/community/chezmoi/version +++ b/community/chezmoi/version @@ -1 +1 @@ -2.0.3 1 +2.0.4 1 -- cgit v1.2.3 From 114635ff823c4f6d5603160dc52774295b38d69f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 25 Mar 2021 18:59:44 +0300 Subject: emacs: bump to 27.2 --- community/emacs/checksums | 2 +- community/emacs/sources | 2 +- community/emacs/version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'community') diff --git a/community/emacs/checksums b/community/emacs/checksums index 620d3ad2..e1e19b6c 100644 --- a/community/emacs/checksums +++ b/community/emacs/checksums @@ -1 +1 @@ -4a4c128f915fc937d61edfc273c98106711b540c9be3cd5d2e2b9b5b2f172e41 emacs-27.1.tar.xz +b4a7cc4e78e63f378624e0919215b910af5bb2a0afc819fad298272e9f40c1b9 emacs-27.2.tar.xz diff --git a/community/emacs/sources b/community/emacs/sources index ad6faf76..b031ae49 100644 --- a/community/emacs/sources +++ b/community/emacs/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/emacs/emacs-27.1.tar.xz +https://ftp.gnu.org/gnu/emacs/emacs-27.2.tar.xz diff --git a/community/emacs/version b/community/emacs/version index 75ce8070..9d9ecd15 100644 --- a/community/emacs/version +++ b/community/emacs/version @@ -1 +1 @@ -27.1 1 +27.2 1 -- cgit v1.2.3