From 66176398184fe0d813f02002bfe6dabce730e769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 23 Nov 2024 20:03:55 +0300 Subject: [PATCH] go-bin 1.23.3 --- go-bin/alr.sh | 2 +- go-bin/postinstall.sh | 2 +- go-bin/postremove.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go-bin/alr.sh b/go-bin/alr.sh index f0682f5..203bf4c 100644 --- a/go-bin/alr.sh +++ b/go-bin/alr.sh @@ -1,5 +1,5 @@ name="go-bin" -version='1.23.1' +version='1.23.3' release='1' desc="Compiler and tools for the Go programming language" desc_ru="Компилятор и инструменты для языка программирования Go" diff --git a/go-bin/postinstall.sh b/go-bin/postinstall.sh index 2e4c1a2..adcb462 100644 --- a/go-bin/postinstall.sh +++ b/go-bin/postinstall.sh @@ -1,2 +1,2 @@ -#!/usr/bin/env bash +#!/bin/env bash ln -s /usr/lib/go/bin/go /usr/bin/go \ No newline at end of file diff --git a/go-bin/postremove.sh b/go-bin/postremove.sh index 7811f8e..696ee2d 100644 --- a/go-bin/postremove.sh +++ b/go-bin/postremove.sh @@ -1,2 +1,2 @@ -#!/usr/bin/env bash +#!/bin/env bash rm -f /usr/lib/go/bin/go /usr/bin/go \ No newline at end of file