[gtk-web/ebassi/stable-update] Change the latest stable release




commit acc69df227afbf4a56071db2832b33869f119332
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Sep 6 22:57:09 2022 +0100

    Change the latest stable release
    
    We're now at 4.8.

 setup.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/setup.sh b/setup.sh
index 38f7104..6d86702 100755
--- a/setup.sh
+++ b/setup.sh
@@ -12,8 +12,8 @@ echo 'creating directory for storing api results...'
 mkdir _data/api_fetch
 echo 'getting the api data from the gitlab...'
 curl -o- https://gitlab.gnome.org/api/v4/projects/665/repository/tags?search=^3.24 > 
_data/api_fetch/old_stable_tags.json
-curl -o- https://gitlab.gnome.org/api/v4/projects/665/repository/tags?search=^4.6 > 
_data/api_fetch/stable_tags.json
-curl -o- https://gitlab.gnome.org/api/v4/projects/665/repository/tags?search=^4.7 > 
_data/api_fetch/unstable_tags.json
+curl -o- https://gitlab.gnome.org/api/v4/projects/665/repository/tags?search=^4.8 > 
_data/api_fetch/stable_tags.json
+#curl -o- https://gitlab.gnome.org/api/v4/projects/665/repository/tags?search=^4.7 > 
_data/api_fetch/unstable_tags.json
 echo 'successfully fetched gtk-release-tags'
 curl -o- https://api.rss2json.com/v1/api.json?rss_url=https%3A%2F%2Fblog.gtk.org%2Ffeed%2F > 
_data/api_fetch/gtk-blog-feed.json
 echo 'successfully fetched the gtk blog feed in json format'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]