summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--LICENSE2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4816dc261eaf..63973fd73587 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = caretaker-bin
pkgdesc = A simple, configurable filesystem watcher
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/grego/caretaker
arch = x86_64
license = MIT
provides = caretaker
options = strip
- source = https://github.com/grego/caretaker/releases/download/v0.2.0/caretaker-0.2.0-x86_64.tar.gz
- sha256sums = e4c1cf05f965957593c9246fd367acafe2eb9b29ecc9028ca5238d15eb5f6160
+ source = https://github.com/grego/caretaker/releases/download/v0.2.1/caretaker-0.2.1-x86_64.tar.gz
+ sha256sums = 7e3131060d3b8bf4f83039c0036d8ed2b83db888b9c3f7b4ea971196eb1b4479
pkgname = caretaker-bin
diff --git a/LICENSE b/LICENSE
index 9678b2c8125f..11bf343d562d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2019 Maroš Grego
+Copyright 2021 Maroš Grego
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff --git a/PKGBUILD b/PKGBUILD
index 523e6476d8c4..042e783b1477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maroš Grego <maros@grego.site>
pkgname=caretaker-bin
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="A simple, configurable filesystem watcher"
url="https://github.com/grego/caretaker"
@@ -9,7 +9,7 @@ arch=("x86_64")
provides=("caretaker")
options=("strip")
source=("https://github.com/grego/caretaker/releases/download/v$pkgver/caretaker-$pkgver-x86_64.tar.gz")
-sha256sums=("e4c1cf05f965957593c9246fd367acafe2eb9b29ecc9028ca5238d15eb5f6160")
+sha256sums=("7e3131060d3b8bf4f83039c0036d8ed2b83db888b9c3f7b4ea971196eb1b4479")
package() {
install -Dm755 caretaker -t "$pkgdir/usr/bin/"