summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHanabishi2023-11-14 13:50:52 +0000
committerHanabishi2023-11-14 13:50:52 +0000
commit504d2050d4ac531cbc0f7e3d0962fa708eb397a0 (patch)
tree99c758e6474abf6a059981da72851eea91ca8c6b /PKGBUILD
parent438a669c72da93d9e37ed7a79d26ac9904138e25 (diff)
downloadaur-caches-manager.tar.gz
New version (0.1.10)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80b1f0a0d9b8..b16a05d91253 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=caches-manager
-pkgver=0.1.9
+pkgver=0.1.10
pkgrel=1
-pkgdesc="A simple script that helps keep selected directories clean by symlinking or mounting to tmpfs ramdisk."
+pkgdesc='A simple script that helps keep selected directories clean by symlinking or mounting to tmpfs ramdisk'
arch=('any')
url="https://github.com/HanabishiRecca/${pkgname}"
license=('MIT')
@@ -9,7 +9,7 @@ options=('!strip')
_snapshot="${pkgname}-${pkgver}"
source=("${_snapshot}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('feeea40cc40df73c33098da39c9d2e2147b7dd9810739bfa59773bac660503f1')
+sha256sums=('898e31a029cf635334f6d3a6cb8b216e13cfd472a0ba14250fe296b1d2f3dad6')
package() {
local bin="${pkgdir}/usr/bin"