Skip to content

Commit

Permalink
Fix PKGBUILD checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
scotow authored Apr 4, 2020
1 parent 544630d commit dda4db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

pkgname=mego
pkgver=1.3.0
pkgrel=1
pkgrel=2
pkgdesc="A simple megadl wrapper with auto-retry and download list"
arch=('x86_64')
url="https://github.com/scotow/${pkgname}"
license=('MIT')
depends=('megatools')
makedepends=('go' 'git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/scotow/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('0d82228b6d338279fb534ffa167b8962ef4635439e6ddac3e1c5a11f822151a9')
sha256sums=('e06df26dd1a0cfc78793f35c925da69225b8fcb3b061d4c65816616e2e861595')

prepare(){
mkdir -p src/github.com/scotow
Expand Down

0 comments on commit dda4db1

Please sign in to comment.