diff options
author | leo-arch | 2024-09-30 16:12:14 -0300 |
---|---|---|
committer | leo-arch | 2024-09-30 16:12:14 -0300 |
commit | a1824d7e05c4807c996ec70ebfe13a104ba8f441 (patch) | |
tree | 497068cd590e080ab7f05fa9f2f444a7e64ea322 | |
parent | 7bc41b0b88f38e27aefbbaa1f5d76b02eb0a26ac (diff) | |
download | aur-a1824d7e05c4807c996ec70ebfe13a104ba8f441.tar.gz |
Upgrade to version 1.21
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = clifm-bin pkgdesc = The command line file manager (binary version) - pkgver = 1.20 + pkgver = 1.21 pkgrel = 1 url = https://github.com/leo-arch/clifm arch = i686 @@ -23,7 +23,7 @@ pkgbase = clifm-bin optdepends = udisks2: (un)mount storage devices provides = clifm conflicts = clifm - source_x86_64 = clifm-1.20-linux-x86_64.tar.gz::https://github.com/leo-arch/clifm/releases/download/v1.20/clifm-1.20-linux-x86_64.tar.gz - sha256sums_x86_64 = 70a59e4b0a169c4d47e453695428ae947cfcd80a0635b36a73c1d5f015d4fcf0 + source_x86_64 = clifm-1.21-linux-x86_64.tar.gz::https://github.com/leo-arch/clifm/releases/download/v1.21/clifm-1.21-linux-x86_64.tar.gz + sha256sums_x86_64 = b6a8436e4f9f478c22d99c2b3db9cd127f2e1f173db0f33d628918d2ce44f3da pkgname = clifm-bin @@ -2,7 +2,7 @@ pkgname=clifm-bin _pkgname="${pkgname%-bin}" -pkgver=1.20 +pkgver=1.21 pkgrel=1 pkgdesc="The command line file manager (binary version)" arch=('i686' 'x86_64' 'armv7h') @@ -26,7 +26,7 @@ optdepends=( source_x86_64=("${_pkgname}-${pkgver}-linux-x86_64.tar.gz::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-x86_64.tar.gz") #source_i686=("${_pkgname}-${pkgver}-linux-i686.tar.gz::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-i686.tar.gz") #source_armv7h=("${_pkgname}-${pkgver}-linux-armv7h.tar.gz::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-armv7h.tar.gz") -sha256sums_x86_64=('70a59e4b0a169c4d47e453695428ae947cfcd80a0635b36a73c1d5f015d4fcf0') +sha256sums_x86_64=('b6a8436e4f9f478c22d99c2b3db9cd127f2e1f173db0f33d628918d2ce44f3da') #sha256sums_i686=('13e06aae37ff7b0d611b0d56f3a053095c7585424185c696a9960760f7920ef6') #sha256sums_armv7h=('ba1946d76f8a75164cc4398910e877ce698e54781c65173586114003125c8f0a') |