makedeb
Yet Another Dotfiles Manager
Click here to go back to the commit logs for yadm.
Hash: 4bf0ee44c0d50d42a269ae966f83bb8b65e2faa3
Message: 3.2.2
diff --git a/.SRCINFO b/.SRCINFO
index aa66069..2036858 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = yadm
pkgbase = yadm
pkgdesc = Yet Another Dotfiles Manager
pkgrel = 1
-pkgver = 3.2.1
+pkgver = 3.2.2
url = https://github.com/TheLocehiliosan/yadm
arch = amd64
arch = armhf
@@ -11,8 +11,8 @@ arch = i386
depends = git
license = GPL-3
makedepends = gzip
-source = https://raw.githubusercontent.com/TheLocehiliosan/yadm/abf6ea4b610f50f6bf6ff51fc351ffb6bd7c70e1/yadm
-source = https://raw.githubusercontent.com/TheLocehiliosan/yadm/abf6ea4b610f50f6bf6ff51fc351ffb6bd7c70e1/yadm.1
-sha256sums = 59c64e529f29ae3f7c19f2b77a12ea252dc366973d1187f343907efdac2974dc
-sha256sums = 0ca2345956c16245cb424f7a8adafc0d72ff749c9fe78915753bbdfcb9239e62
+source = https://raw.githubusercontent.com/TheLocehiliosan/yadm/3.2.2/yadm
+source = https://raw.githubusercontent.com/TheLocehiliosan/yadm/3.2.2/yadm.1
+sha256sums = dd6a9a9f6442a1b8c742952132413c68ce55c077c5fd49f85a3aa219a33b6198
+sha256sums = f5362f76e2a1f16255022090fc20d3745aa3add5429eea1f4b24dc6b0bcfc802
makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index 8fe2b0e..57c2222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# vim: set sw=4 expandtab:
pkgname=yadm
-pkgver=3.2.1
+pkgver=3.2.2
pkgrel=1
pkgdesc='Yet Another Dotfiles Manager'
arch=(amd64 armhf i386)
@@ -12,12 +12,12 @@ license=(GPL-3)
url='https://github.com/TheLocehiliosan/yadm'
source=(
- 'https://raw.githubusercontent.com/TheLocehiliosan/yadm/abf6ea4b610f50f6bf6ff51fc351ffb6bd7c70e1/yadm'
- 'https://raw.githubusercontent.com/TheLocehiliosan/yadm/abf6ea4b610f50f6bf6ff51fc351ffb6bd7c70e1/yadm.1'
+ "https://raw.githubusercontent.com/TheLocehiliosan/yadm/${pkgver}/yadm"
+ "https://raw.githubusercontent.com/TheLocehiliosan/yadm/${pkgver}/yadm.1"
)
sha256sums=(
- '59c64e529f29ae3f7c19f2b77a12ea252dc366973d1187f343907efdac2974dc'
- '0ca2345956c16245cb424f7a8adafc0d72ff749c9fe78915753bbdfcb9239e62'
+ 'dd6a9a9f6442a1b8c742952132413c68ce55c077c5fd49f85a3aa219a33b6198'
+ 'f5362f76e2a1f16255022090fc20d3745aa3add5429eea1f4b24dc6b0bcfc802'
)
package() {