From 26112352a774737e1ce5580c93654a26c1e82b39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= <debian@jff.email>
Date: Mon, 24 Oct 2022 22:25:29 +0200
Subject: New upstream version 1.1

---
 HACKING | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'HACKING')

diff --git a/HACKING b/HACKING
index fa68a871..9edbdfd6 100644
--- a/HACKING
+++ b/HACKING
@@ -71,12 +71,12 @@ https://savannah.gnu.org/git/?group=libunistring .
 
 After fetching the sources from the Git repository, peek at the comments in
 autogen.sh, then run
-  ./gitsub.sh pull
+  ./autopull.sh
   ./autogen.sh
 Then you can proceed with "./configure" as usual.
 
 Each time you want to update the source, do not only "git pull".  Instead do
-  git pull && ./gitsub.sh pull
+  git pull && ./autopull.sh
   ./autogen.sh
 
 
-- 
cgit v1.2.3