aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-04 21:12:48 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-04 21:12:48 +0100
commit4e6e0f014854bdd110ba3c476c149f9b3ba91772 (patch)
treeb357c31c48681405967416c53b900e576aa3c3c3
parentMakefile: fix macOS builds (diff)
downloadconfig-links-4e6e0f014854bdd110ba3c476c149f9b3ba91772.tar.gz
config-links-4e6e0f014854bdd110ba3c476c149f9b3ba91772.zip
aur: 2.0.3-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfd1d0a..c909a52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = config-links
pkgdesc = Config file sharing
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/egor-tensin/config-links
arch = any
license = MIT
depends = bash
- source = config-links-2.0.2.tar.gz::https://github.com/egor-tensin/config-links/archive/v2.0.2.tar.gz
+ source = config-links-2.0.3.tar.gz::https://github.com/egor-tensin/config-links/archive/v2.0.3.tar.gz
md5sums = SKIP
pkgname = config-links
diff --git a/PKGBUILD b/PKGBUILD
index 13f5752..4d49c46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Egor Tensin <Egor.Tensin@gmail.com>
pkgname=config-links
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc='Config file sharing'
arch=(any)