Skip to content

Commit

Permalink
chore(asfa-bin): fix download link
Browse files Browse the repository at this point in the history
  • Loading branch information
obreitwi committed Jun 2, 2024
1 parent 1cedd59 commit 42fa7eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions aur/asfa-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = asfa-bin
pkgdesc = share files by upload via ssh and generation of a non-guessable link (pre-built)
pkgver = 0.10.0
pkgrel = 3
pkgrel = 4
url = https://github.com/obreitwi/asfa
arch = x86_64
license = MIT
Expand All @@ -10,7 +10,7 @@ pkgbase = asfa-bin
depends = zlib
provides = asfa
conflicts = asfa
source = https://github.com/obreitwi/asfa/releases/download/v0.10.0.1/asfa-v0.10.0.1-x86_64-unknown-linux-gnu.tar.gz
source = https://github.com/obreitwi/asfa/releases/download/v0.10.0-1/asfa-v0.10.0.1-x86_64-unknown-linux-gnu.tar.gz
sha256sums = 23c7c089486cb71d244b8b620bcd6e388bba32de0ad32c3e30392ff7da73e408

pkgname = asfa-bin
4 changes: 2 additions & 2 deletions aur/asfa-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_pkgname=asfa
pkgname=${_pkgname}-bin
pkgver=0.10.0
pkgrel=3
pkgrel=4
pkgdesc='share files by upload via ssh and generation of a non-guessable link (pre-built)'
url="https://github.com/obreitwi/asfa"
license=("MIT")
Expand All @@ -13,7 +13,7 @@ conflicts=("asfa")
depends=('gcc-libs' 'openssl' 'zlib')
_archive_name_rerelease="${_pkgname}-v$pkgver.1-x86_64-unknown-linux-gnu"
_archive_name="${_pkgname}-v$pkgver-x86_64-unknown-linux-gnu"
source=("https://github.com/obreitwi/asfa/releases/download/v$pkgver.1/${_archive_name_rerelease}.tar.gz")
source=("https://github.com/obreitwi/asfa/releases/download/v$pkgver-1/${_archive_name_rerelease}.tar.gz")
sha256sums=("23c7c089486cb71d244b8b620bcd6e388bba32de0ad32c3e30392ff7da73e408")


Expand Down

0 comments on commit 42fa7eb

Please sign in to comment.