diff --git a/programming/library/re2/actions.py b/programming/library/re2/actions.py
index 690a278b3e..48d93db7e6 100644
--- a/programming/library/re2/actions.py
+++ b/programming/library/re2/actions.py
@@ -14,4 +14,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s prefix=/usr" % get.installDIR())
- pisitools.dodoc("AUTHORS", "CONT*", "README")
+ pisitools.dodoc("CONT*", "README")
diff --git a/programming/library/re2/pspec.xml b/programming/library/re2/pspec.xml
index 698727318a..dea1a7143c 100644
--- a/programming/library/re2/pspec.xml
+++ b/programming/library/re2/pspec.xml
@@ -12,7 +12,7 @@
library
Fast, safe, thread-friendly regular expression engine
Fast, safe, thread-friendly regular expression engine
- https://github.com/google/re2/releases/download/2023-11-01/re2-2023-11-01.tar.gz
+ https://github.com/google/re2/releases/download/2024-06-01/re2-2024-06-01.tar.gz
abseil-cpp-devel
@@ -45,6 +45,13 @@
+
+ 2024-06-02
+ 20240601
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-11-16
20231101