diff options
Diffstat (limited to 'pkg-get')
-rw-r--r-- | pkg-get/.footprint.i686 | 2 | ||||
-rw-r--r-- | pkg-get/.footprint.x86_64 | 2 | ||||
-rw-r--r-- | pkg-get/.md5sum.i686 | 2 | ||||
-rw-r--r-- | pkg-get/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | pkg-get/Pkgfile | 3 |
5 files changed, 5 insertions, 6 deletions
diff --git a/pkg-get/.footprint.i686 b/pkg-get/.footprint.i686 index a7cdc34c6..3d58d2fb9 100644 --- a/pkg-get/.footprint.i686 +++ b/pkg-get/.footprint.i686 @@ -1,5 +1,5 @@ drwxr-xr-x root/root etc/ --rwxr-xr-x root/root etc/pkg-get.conf +-rw-r--r-- root/root etc/pkg-get.conf drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pkg-get diff --git a/pkg-get/.footprint.x86_64 b/pkg-get/.footprint.x86_64 index a7cdc34c6..3d58d2fb9 100644 --- a/pkg-get/.footprint.x86_64 +++ b/pkg-get/.footprint.x86_64 @@ -1,5 +1,5 @@ drwxr-xr-x root/root etc/ --rwxr-xr-x root/root etc/pkg-get.conf +-rw-r--r-- root/root etc/pkg-get.conf drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pkg-get diff --git a/pkg-get/.md5sum.i686 b/pkg-get/.md5sum.i686 index 07209fb2f..24e92d1de 100644 --- a/pkg-get/.md5sum.i686 +++ b/pkg-get/.md5sum.i686 @@ -1,2 +1,2 @@ -48ab36d988e6dae3ff3d41e32fd39e8f pkg-get-0.3.94.tar.gz +221d3df546d67b4b8bfbf09c723b3f91 pkg-get-0.3.95.2.tar.gz 4b2308a5898180c997380228c0dc893b syn diff --git a/pkg-get/.md5sum.x86_64 b/pkg-get/.md5sum.x86_64 index 07209fb2f..24e92d1de 100644 --- a/pkg-get/.md5sum.x86_64 +++ b/pkg-get/.md5sum.x86_64 @@ -1,2 +1,2 @@ -48ab36d988e6dae3ff3d41e32fd39e8f pkg-get-0.3.94.tar.gz +221d3df546d67b4b8bfbf09c723b3f91 pkg-get-0.3.95.2.tar.gz 4b2308a5898180c997380228c0dc893b syn diff --git a/pkg-get/Pkgfile b/pkg-get/Pkgfile index d32cf2c10..d3e5c0b28 100644 --- a/pkg-get/Pkgfile +++ b/pkg-get/Pkgfile @@ -5,7 +5,7 @@ # Depends on: curl name=pkg-get -version=0.3.94 +version=0.3.95.2 release=1 source=(http://nutyx.meticul.eu/files/$name-$version.tar.gz \ syn) @@ -16,6 +16,5 @@ build() make clean make make DESTDIR=$PKG install - sed -i "s/uname-m/`uname -m`/g" $PKG/etc/pkg-get.conf install -m 755 ../syn $PKG/usr/bin/syn } |