summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Flynn2021-07-12 16:45:04 -0400
committerSeth Flynn2021-07-12 16:45:04 -0400
commit13e2ebec143619ee11949ba6cd3561b1c795c04a (patch)
treebceaa54fb599e435fccca30a339b2c672e6222c6
parent7a6ac3e2f5f2aaa7840c2e55fe91290f2ad19dc2 (diff)
downloadaur-13e2ebec143619ee11949ba6cd3561b1c795c04a.tar.gz
update aur-update to v0.1.2
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4baf5299d5f7..d41dedeb07bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=aur-update
_pkgname=aur-update
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=2
pkgdesc="automatically update PKGBUILD files for the AUR"
arch=("any")
@@ -12,8 +12,8 @@ license=("MIT")
depends=("curl")
provides=(${_pkgname})
conflicts=(${_pkgname})
-source=('https://github.com/getchoo/aur-update/archive/v0.1.1.tar.gz')
-md5sums=('7ee460a5bdab2355689b4170341ca89e')
+source=('https://github.com/getchoo/aur-update/archive/refs/tags/v0.1.2.tar.gz')
+md5sums=('1dc324301585aafa58d2b73553bde087')
package() {
cd "$pkgname-$pkgver"