summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpk2022-01-01 14:05:52 +0100
committerpk2022-01-01 14:05:52 +0100
commit6235107971b11d543c20e86d9ed85f0a11917b9d (patch)
tree93d1ac61fad7a0521e29d223d1ca30d7cfe0aaf7 /PKGBUILD
parent5d20e097a330aff696c2c54e9a8fcd1510e05b30 (diff)
downloadaur-oil.tar.gz
Update to 0.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87cdb22c3c60..30a6894a33fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=oil
-pkgver=0.3.0
+pkgver=0.3.2
pkgrel=1
pkgdesc='Search-as-you-type cli frontend for the buku bookmarks manager using peco. '
arch=('any')
url='https://github.com/AndreiUlmeyda/oil'
license=('GPL3')
depends=('buku' 'peco' 'jq' 'xsel')
-source=("https://github.com/AndreiUlmeyda/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('bf2af1c559f95f1b4e7907b5e20c6b57051e42178038b2d683cb76c858c36809')
+source=("https://github.com/AndreiUlmeyda/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
+sha256sums=('065f4bdcff8ef6642cb1b5fe9c8e95844be26e9a4935859672528b0f76d08adb')
package() {
cd "${pkgname}-${pkgver}"