summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvlad2016-02-14 19:16:07 +0200
committervlad2016-02-14 19:16:07 +0200
commit85460d7f7f05dfc9f10dbcb3358ecf599e68adf8 (patch)
treedb9cdc8dc5033ef71f00eddccf2ae7a290ec3315 /PKGBUILD
parentb3291f3b117f00a1f36288615bcb9b56663aef9e (diff)
downloadaur-85460d7f7f05dfc9f10dbcb3358ecf599e68adf8.tar.gz
update to 1.11.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca6a5dce5082..92a5a6398cb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: koral <koral at mailoo dot org>
pkgname=nix
-pkgver=1.11.1
+pkgver=1.11.2
pkgrel=1
pkgdesc="A purely functional package manager"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('LGPL')
depends=('perl-www-curl' 'perl-dbd-sqlite' 'gc' 'libsodium')
makedepends=('bzip2' 'gc' 'openssl')
source=("http://nixos.org/releases/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('21a99b3d0afdbe10241aaf506738fd0a81ff868e3d7c666e3cb6b621a926ea7a')
+sha256sums=('fc1233814ebb385a2a991c1fb88c97b344267281e173fea7d9acd3f9caf969d6')
build () {
cd "$pkgname-$pkgver"