Hello, 

attached is a trivial update to exfetch 1.5

Changelog:
* Since(1.4.2)

Misc Changes:
- Update to match API of crystal 1.17.1
- Nix flake refactored to be more idiomatic (thanks lactose)
- Removed render template to simplify code
- Add cli .render method to replace the old render template

Optimizations:
- Refactor resource module to minimize mutation and assignments
- Refactor cli .run method to avoid overcomplicating things

Bugfixes:
- get_uptime_info now works correctly on large uptime values

-- 
iz (she/her)

> i like to say mundane things,
> there are too many uninteresting things
> that go unnoticed.

izder456 (dot) neocities (dot) org
diff --git sysutils/exfetch/Makefile sysutils/exfetch/Makefile
index e48977434fd..91668b9ae9c 100644
--- sysutils/exfetch/Makefile
+++ sysutils/exfetch/Makefile
@@ -1,6 +1,6 @@
 COMMENT =	shell-extensible fetching program
 
-DIST_TUPLE +=	codeberg izder456 exfetch 1.4.2 .
+DIST_TUPLE +=	codeberg izder456 exfetch 1.5 .
 DIST_TUPLE +=	github schovi baked_file_system \
 		f4f658812c5b8b404437d8cf34b72a0eb5fe7701 \
 		lib/baked_file_system
diff --git sysutils/exfetch/distinfo sysutils/exfetch/distinfo
index dd51db05620..af3a605a1ce 100644
--- sysutils/exfetch/distinfo
+++ sysutils/exfetch/distinfo
@@ -1,4 +1,4 @@
-SHA256 (izder456-exfetch-1.4.2.tar.gz) = y6wpGav0lckkuV+jxpoDyFVowXc1UsMIBUdkzdzT1OQ=
+SHA256 (izder456-exfetch-1.5.tar.gz) = 7IZuLvxU5061uO8hVZivMyqtMehCu0Cm7+Dkxq05y6s=
 SHA256 (schovi-baked_file_system-f4f658812c5b8b404437d8cf34b72a0eb5fe7701.tar.gz) = tTPwhaL4SoA31VcKAO5Gj6WSUmMTbAaBgGoCQU6Cj8w=
-SIZE (izder456-exfetch-1.4.2.tar.gz) = 334776
+SIZE (izder456-exfetch-1.5.tar.gz) = 23033
 SIZE (schovi-baked_file_system-f4f658812c5b8b404437d8cf34b72a0eb5fe7701.tar.gz) = 56332

Reply via email to