about summary refs log tree commit diff
path: root/overlays/patches/emacs/overlay/repos/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/emacs/overlay/repos/emacs')
-rw-r--r--overlays/patches/emacs/overlay/repos/emacs/emacs-feature_pgtk.json2
-rw-r--r--overlays/patches/emacs/overlay/repos/emacs/emacs-master.json2
-rwxr-xr-xoverlays/patches/emacs/overlay/repos/emacs/update2
3 files changed, 3 insertions, 3 deletions
diff --git a/overlays/patches/emacs/overlay/repos/emacs/emacs-feature_pgtk.json b/overlays/patches/emacs/overlay/repos/emacs/emacs-feature_pgtk.json
index bb9b7c9b93c2..cca6c007ada4 100644
--- a/overlays/patches/emacs/overlay/repos/emacs/emacs-feature_pgtk.json
+++ b/overlays/patches/emacs/overlay/repos/emacs/emacs-feature_pgtk.json
@@ -1 +1 @@
-{"type": "savannah", "repo": "emacs", "rev": "13a9a5e836cbe6e64aadaba40fe1f7eb83320d08", "sha256": "1810hw59cvnnaqz3lr6nkbinrgrjq41x8qg2pjqpzqf035j3b4b9", "version": "20210725.0"}
+{"type": "savannah", "repo": "emacs", "rev": "4c49ec7f865bdad1629d2f125f71f4e506b258f2", "sha256": "16xi6z9iki66nicwwad2zjv8n05cw3lds2hbghv4axdgzhzq4hmg", "version": "20210816.0"}
diff --git a/overlays/patches/emacs/overlay/repos/emacs/emacs-master.json b/overlays/patches/emacs/overlay/repos/emacs/emacs-master.json
index 9f95d0a3a3b7..5fb3af89914a 100644
--- a/overlays/patches/emacs/overlay/repos/emacs/emacs-master.json
+++ b/overlays/patches/emacs/overlay/repos/emacs/emacs-master.json
@@ -1 +1 @@
-{"type": "savannah", "repo": "emacs", "rev": "1cae6b9aab0796f5fdb97aafaa018b8081ebb294", "sha256": "1v35z85n8gkg09r4qbd61alk5b55lanlk0jz3ynw9gjv20i4ylzb", "version": "20210808.0"}
+{"type": "savannah", "repo": "emacs", "rev": "f6826800ea1b2176a7166044d9f769c22a0c9330", "sha256": "0a3d70apxwcqpdirqbyi53lgl5pnsv9kvfbqxysdp9p3li7jqxhi", "version": "20211019.0"}
diff --git a/overlays/patches/emacs/overlay/repos/emacs/update b/overlays/patches/emacs/overlay/repos/emacs/update
index 1b5104641de6..beba4b2eee6a 100755
--- a/overlays/patches/emacs/overlay/repos/emacs/update
+++ b/overlays/patches/emacs/overlay/repos/emacs/update
@@ -42,7 +42,7 @@ function update_github_repo() {
 function update_release() {
     echo emacs release
 
-    git clone --shallow-since="$(date --date='-6 month')" https://git.savannah.gnu.org/git/emacs.git emacs_git_repo
+    git clone --shallow-since="$(date --date='-9 month')" https://git.savannah.gnu.org/git/emacs.git emacs_git_repo
     tag=$(git -C emacs_git_repo tag -l --sort=-v:refname 'emacs-*' | grep -v '\-rc' | head -n1)
     rm -rf emacs_git_repo