summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJake Leahy2023-06-27 17:13:57 +1000
committerJake Leahy2023-06-27 17:13:57 +1000
commit3d0b3f32cc9c33abdc82623696499a0ef5683562 (patch)
treef8ce445db287b066e2d8ae7f50aa080cd3c5e737 /PKGBUILD
parentfdda1a891395b6711cacef67a8dd9a5ca1ca82af (diff)
downloadaur-3d0b3f32cc9c33abdc82623696499a0ef5683562.tar.gz
Bump to 0.1.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ea92e28a273..a6437095a43c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jake Leahy <jake (at) lowerCaseLastName (dot) dev
pkgname=pkgbuild-updater
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.1.1
+pkgrel=1
pkgdesc="Automatic PKGBUILD updater script which fetches the new version and then pushes the update"
arch=('any')
url="https://github.com/ire4ever1190/pkgbuild-updater"
license=('MIT')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ire4ever1190/pkgbuild-updater/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('a0fd18d720f52c3dac0fd4c0ef871ff0738a9efba4bf3673af18834a342a1784')
+sha256sums=('2b1877e9a8190c24b7931947f9137dae7b85c4b5281d78cb6b1900df8b4232a8')
provides=('pkgbuild-updater')
depends=('jq' 'pacman-contrib')