diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2018-05-21 02:33:46 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2018-05-21 03:10:37 -0400 |
commit | e376cd3e8c439854979e43aa487562ef91fa5ac5 (patch) | |
tree | b3ac61e90e9c0c8d32cb0473c91d1097e8c70479 /pcr-testing/calamares/PKGBUILD | |
parent | 080ac70ab59e43d4bb7c89dbae67dc63fc1d40f8 (diff) | |
download | abslibre-e376cd3e8c439854979e43aa487562ef91fa5ac5.tar.gz abslibre-e376cd3e8c439854979e43aa487562ef91fa5ac5.tar.bz2 abslibre-e376cd3e8c439854979e43aa487562ef91fa5ac5.zip |
[calamares]: upgrade to 3.1.9-parabola8
Diffstat (limited to 'pcr-testing/calamares/PKGBUILD')
-rw-r--r-- | pcr-testing/calamares/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD index 3cd7282ca..dce66c126 100644 --- a/pcr-testing/calamares/PKGBUILD +++ b/pcr-testing/calamares/PKGBUILD @@ -3,7 +3,7 @@ pkgname=calamares pkgver=3.1.9 -pkgrel='parabola7.6' +pkgrel='parabola8' pkgdesc='Distribution-independent installer framework - Parabola edition' arch=('i686' 'x86_64') license=('GPL') @@ -24,7 +24,7 @@ depends=(${_runtime_couplings[@]} 'dmidecode' 'gptfdisk' 'hwinfo' 'kconfig' 'kco _git_tag="v${pkgver}-${pkgrel%%.*}" _build_dir=${pkgname}-${_git_tag}/build source=(https://git.parabola.nu/${pkgname}.git/snapshot/${pkgname}-${_git_tag}.tar.gz) -sha256sums=('5e07fc4d447f7e092d729566722c45e51fd9c20f4a7086af2ac077dbdd8f9609') +sha256sums=('784471feb9366dd12fdd34db20cad5036f654cb863be900f627d83c0b7e999c9') build() |