summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Guan2015-09-09 11:44:18 +0800
committerKevin Guan2015-09-09 11:44:18 +0800
commitf6022a7b3fcd479ea58d00c0288d2e6a12aba713 (patch)
treefd657b4cba4b002dc379048d6ac17e959c0d3905
parent8ebeb5e30ebf51e6a3b05fc61fe7220780a68342 (diff)
downloadaur-f6022a7b3fcd479ea58d00c0288d2e6a12aba713.tar.gz
Version update
-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}"