aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-24 10:55:29 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-24 10:55:29 +0100
commit44048ffe1335af9c79afd4f3aa0a1ef7a44451f5 (patch)
tree7f7c62af60b26e7ac958964ca12dfc5938442781
parentMakefile: remove a useless recipe (diff)
downloadconfig-links-44048ffe1335af9c79afd4f3aa0a1ef7a44451f5.tar.gz
config-links-44048ffe1335af9c79afd4f3aa0a1ef7a44451f5.zip
aur: 2.0.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e001e79..dfd1d0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = config-links
pkgdesc = Config file sharing
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/egor-tensin/config-links
arch = any
license = MIT
depends = bash
- source = config-links-2.0.1.tar.gz::https://github.com/egor-tensin/config-links/archive/v2.0.1.tar.gz
+ source = config-links-2.0.2.tar.gz::https://github.com/egor-tensin/config-links/archive/v2.0.2.tar.gz
md5sums = SKIP
pkgname = config-links
diff --git a/PKGBUILD b/PKGBUILD
index d1b687e..13f5752 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Egor Tensin <Egor.Tensin@gmail.com>
pkgname=config-links
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc='Config file sharing'
arch=(any)