aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/chezmoi/checksums2
-rw-r--r--community/chezmoi/sources2
-rw-r--r--community/chezmoi/version2
-rw-r--r--community/emacs/checksums2
-rw-r--r--community/emacs/sources2
-rw-r--r--community/emacs/version2
-rwxr-xr-xcommunity/gnutls/build13
-rw-r--r--community/gnutls/checksums1
-rw-r--r--community/gnutls/depends1
-rw-r--r--community/gnutls/sources1
-rw-r--r--community/gnutls/version1
-rwxr-xr-xcommunity/nettle/build11
-rw-r--r--community/nettle/checksums1
-rw-r--r--community/nettle/sources1
-rw-r--r--community/nettle/version1
15 files changed, 6 insertions, 37 deletions
diff --git a/community/chezmoi/checksums b/community/chezmoi/checksums
index 35fdec3a..0c0ea1c6 100644
--- a/community/chezmoi/checksums
+++ b/community/chezmoi/checksums
@@ -1 +1 @@
-902222c1bea9f71869ab79275d801ce0128ec2b4ccebc01c0ff0ecb4c9407e43 v2.0.1.tar.gz
+5d2f097a0d8ce22489dc97cadaf85610a71273aaa150f59ecd10e5acce2a7fdb v2.0.4.tar.gz
diff --git a/community/chezmoi/sources b/community/chezmoi/sources
index f188211e..0b642a06 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.4.tar.gz
diff --git a/community/chezmoi/version b/community/chezmoi/version
index 4a473510..aaedf8d0 100644
--- a/community/chezmoi/version
+++ b/community/chezmoi/version
@@ -1 +1 @@
-2.0.1 1
+2.0.4 1
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
diff --git a/community/gnutls/build b/community/gnutls/build
deleted file mode 100755
index 52f527ae..00000000
--- a/community/gnutls/build
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --disable-nls \
- --with-nettle-mini \
- --with-included-libtasn1 \
- --with-included-unistring \
- --enable-static \
- --without-p11-kit
-
-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 b34e98fd..00000000
--- a/community/gnutls/depends
+++ /dev/null
@@ -1 +0,0 @@
-nettle
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 5121b72f..00000000
--- a/community/gnutls/version
+++ /dev/null
@@ -1 +0,0 @@
-3.6.15 1
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 a407d877..00000000
--- a/community/nettle/checksums
+++ /dev/null
@@ -1 +0,0 @@
-156621427c7b00a75ff9b34b770b95d34f80ef7a55c3407de94b16cbf436c42e nettle-3.7.1.tar.gz
diff --git a/community/nettle/sources b/community/nettle/sources
deleted file mode 100644
index a8b3eb0f..00000000
--- a/community/nettle/sources
+++ /dev/null
@@ -1 +0,0 @@
-https://ftp.gnu.org/gnu/nettle/nettle-3.7.1.tar.gz
diff --git a/community/nettle/version b/community/nettle/version
deleted file mode 100644
index f6cb9b11..00000000
--- a/community/nettle/version
+++ /dev/null
@@ -1 +0,0 @@
-3.7.1 1