Compare commits

..

No commits in common. "main" and "v1.9.0-1" have entirely different histories.

2 changed files with 8 additions and 8 deletions

View file

@ -7,14 +7,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Fix permissions - name: Fix permissions
run: /fixperms.sh run: /fixperms.sh
- name: Compile package - name: Compile package
run: /paruw.sh "paru -B ${{ gitea.workspace }}" run: /paruw.sh "paru -Bi ${{ gitea.workspace }}"
- name: Setup go for publishing
# actions/forgejo-release@v2.6.0 requires a deb system uses: actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: Upload Package Archive - name: Upload Package Archive
uses: https://gitea.com/actions/gitea-release-action@v1 uses: https://gitea.com/actions/gitea-release-action@v1
with: with:

View file

@ -1,7 +1,7 @@
# Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com> # Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
pkgname=ferrumgate-bin pkgname=ferrumgate-bin
pkgver=1.10.0 pkgver=1.9.0
pkgrel=1 pkgrel=1
pkgdesc="Ferrumgate client for Linux - Binaries from .deb" pkgdesc="Ferrumgate client for Linux - Binaries from .deb"
arch=('x86_64') arch=('x86_64')
@ -11,8 +11,8 @@ install=
options=('!strip') options=('!strip')
ARCH='amd64' ARCH='amd64'
source=('https://github.com/ferrumgate/secure.client/releases/download/v1.10.0/ferrumgate_1.10.0_linux_amd64.deb') md5sums=('0000e6bbc3c38b68f47333921ff9dbd2')
sha256sums=('c487fcbdefaa8678d9d520332afef7098c7584364fd32daaabadcd828ae47c89') source=('https://github.com/ferrumgate/secure.client/releases/download/v1.9.0/ferrumgate_1.9.0_linux_amd64.deb')
build() { build() {
pkgsrc=$srcdir/$pkgbase-$pkgver pkgsrc=$srcdir/$pkgbase-$pkgver