summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f40f03f45b3d..d21775b0510c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kevin Guan <KevinGuan.gm@gmail.com>
pkgname='silver'
-pkgver=2.0
+pkgver=2.2
pkgrel=1
pkgdesc="A simple, lightweight AUR package downloader"
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/K-Guan/silver"
depends=('python3')
optdepends=('git: for download package use git')
source=(https://codeload.github.com/K-Guan/${pkgname}/tar.gz/${pkgver})
-sha256sums=('01904c97c99abaabf36afce28bef511b2e029f4ecc51cc762f4704ce41db6b03')
+sha256sums=('a093c427248073495e1f88e66295fd37d36b3126d7aeeb8d2e786de751c65396')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"