Skip to content

Commit 42fa7eb

Browse files
committed
chore(asfa-bin): fix download link
1 parent 1cedd59 commit 42fa7eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

aur/asfa-bin/.SRCINFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = asfa-bin
22
pkgdesc = share files by upload via ssh and generation of a non-guessable link (pre-built)
33
pkgver = 0.10.0
4-
pkgrel = 3
4+
pkgrel = 4
55
url = https://github.com/obreitwi/asfa
66
arch = x86_64
77
license = MIT
@@ -10,7 +10,7 @@ pkgbase = asfa-bin
1010
depends = zlib
1111
provides = asfa
1212
conflicts = asfa
13-
source = https://github.com/obreitwi/asfa/releases/download/v0.10.0.1/asfa-v0.10.0.1-x86_64-unknown-linux-gnu.tar.gz
13+
source = https://github.com/obreitwi/asfa/releases/download/v0.10.0-1/asfa-v0.10.0.1-x86_64-unknown-linux-gnu.tar.gz
1414
sha256sums = 23c7c089486cb71d244b8b620bcd6e388bba32de0ad32c3e30392ff7da73e408
1515

1616
pkgname = asfa-bin

aur/asfa-bin/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_pkgname=asfa
44
pkgname=${_pkgname}-bin
55
pkgver=0.10.0
6-
pkgrel=3
6+
pkgrel=4
77
pkgdesc='share files by upload via ssh and generation of a non-guessable link (pre-built)'
88
url="https://github.com/obreitwi/asfa"
99
license=("MIT")
@@ -13,7 +13,7 @@ conflicts=("asfa")
1313
depends=('gcc-libs' 'openssl' 'zlib')
1414
_archive_name_rerelease="${_pkgname}-v$pkgver.1-x86_64-unknown-linux-gnu"
1515
_archive_name="${_pkgname}-v$pkgver-x86_64-unknown-linux-gnu"
16-
source=("https://github.com/obreitwi/asfa/releases/download/v$pkgver.1/${_archive_name_rerelease}.tar.gz")
16+
source=("https://github.com/obreitwi/asfa/releases/download/v$pkgver-1/${_archive_name_rerelease}.tar.gz")
1717
sha256sums=("23c7c089486cb71d244b8b620bcd6e388bba32de0ad32c3e30392ff7da73e408")
1818

1919

0 commit comments

Comments
 (0)