Skip to content

Commit

Permalink
fix(PKGBUILD): use sha256 sums
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Mar 13, 2024
1 parent e35c748 commit 525ba4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source=("https://github.com/adfinis/vault-gui/releases/download/v${pkgver}/vault
makedepends=('binutils' 'tar')
provides=("vault-gui=${pkgver}")
conflicts=('vault-gui-git')
b2sums=('SKIP')
sha256sums=('SKIP')

prepare() {
ar p vault-gui_${pkgver}_amd64.deb data.tar.gz | tar zx
Expand Down

0 comments on commit 525ba4a

Please sign in to comment.