From 2abb4efa73c4867d6a46c8faf9e51314f239783e Mon Sep 17 00:00:00 2001 From: Zackary Scholl Date: Sun, 13 Sep 2026 09:59:12 -0700 Subject: [PATCH 1/2] croc: update to 11.5.2. --- srcpkgs/croc/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/croc/template b/srcpkgs/croc/template index 05cb7a60ff6ce0..d85d4403d357c0 100644 --- a/srcpkgs/croc/template +++ b/srcpkgs/croc/template @@ -1,15 +1,16 @@ # Template file for 'croc' pkgname=croc -version=10.4.14 +version=11.5.2 revision=1 build_style=go go_import_path="github.com/schollz/croc/v${version%%.*}" +hostmakedepends="go>=1.27" short_desc="Easily and securely send things from one computer to another" maintainer="Orphaned " license="MIT" homepage="https://github.com/schollz/croc" distfiles="https://github.com/schollz/croc/archive/refs/tags/v${version}.tar.gz" -checksum=3280b690b81520837e4b17bbc4fa3116ad8d534229e4d8ec2bdf017a2ca7755a +checksum=2ceddb504be8b5912f4a3bfd76dc28bb18afda54191f2bebcf5b0fb24e63f774 post_install() { vlicense LICENSE From 4f839c7f4e7d8b64446adc63d03be027bed84233 Mon Sep 17 00:00:00 2001 From: Zack Date: Tue, 15 Sep 2026 05:29:28 -0700 Subject: [PATCH 2/2] Update croc template version and revision --- srcpkgs/croc/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/croc/template b/srcpkgs/croc/template index d85d4403d357c0..01dd4c4e543dde 100644 --- a/srcpkgs/croc/template +++ b/srcpkgs/croc/template @@ -4,7 +4,6 @@ version=11.5.2 revision=1 build_style=go go_import_path="github.com/schollz/croc/v${version%%.*}" -hostmakedepends="go>=1.27" short_desc="Easily and securely send things from one computer to another" maintainer="Orphaned " license="MIT"