Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lunar-linux/moonbase-core
Browse files Browse the repository at this point in the history
  • Loading branch information
dagbrown committed Oct 28, 2017
2 parents 3793273 + 6e7f875 commit c75bcb1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions chat/irssi/DETAILS
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MODULE=irssi
VERSION=1.0.4
VERSION=1.0.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://github.com/irssi/irssi/releases/download/$VERSION/
SOURCE_VFY=sha256:48ff359f8abb706e729cbb8bc7bd93863e4e785f9a05d993a398310ac74beea8
SOURCE_VFY=sha256:e560f537ca878471e64a3e9aee6967539717557a6edfd1746098b0481d5a5ad1
WEB_SITE=http://irssi.org/
ENTERED=20020908
UPDATED=20170713
UPDATED=20171023
SHORT="irssi: an IRC client"

cat << EOF
Expand Down
8 changes: 4 additions & 4 deletions ftp/wget/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
MODULE=wget
VERSION=1.19.1
SOURCE=$MODULE-$VERSION.tar.xz
VERSION=1.19.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
SOURCE_VFY=sha256:0c950b9671881222a4d385b013c9604e98a8025d1988529dfca0e93617744cd2
SOURCE_VFY=sha256:4f4a673b6d466efa50fbfba796bd84a46ae24e370fa562ede5b21ab53c11a920
WEB_SITE=http://www.gnu.org/software/wget/
ENTERED=20010922
UPDATED=20170212
UPDATED=20171027
SHORT="wget retreives files from web and ftp sites"

cat << EOF
Expand Down
8 changes: 4 additions & 4 deletions kernel/linux/DETAILS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MODULE=linux
VERSION=4.12.10
VERSION=4.13.9
BASE=$(echo $VERSION | cut -d. -f1,2)
SOURCE=$MODULE-$BASE.tar.xz
if [ -n "$(echo $VERSION | cut -d. -f3)" ] ; then
Expand All @@ -9,11 +9,11 @@ fi
SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v4.x
SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v4.x
SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v4.x
SOURCE_VFY=sha256:a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab
SOURCE2_VFY=sha256:32dfc4d44b559bb7007a54217aee04f6fe93e1f7bc9d9809064b5a4e689ba6e1
SOURCE_VFY=sha256:2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c
SOURCE2_VFY=sha256:22156e82467c7911d226a0a887eba19103434efc104439a3b426a3fa551fb8f2
WEB_SITE=http://www.kernel.org/
ENTERED=20111121
UPDATED=20170830
UPDATED=20171022
SHORT="The core of a Linux GNU Operating System"
KEEP_SOURCE=on
TMPFS=off
Expand Down
6 changes: 3 additions & 3 deletions libs/glib-2/DETAILS
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
MODULE=glib-2
VERSION=54.1
VERSION=54.2
SOURCE=$MODULE.$VERSION.tar.xz
SOURCE2=glib-2.54.x-external-gdbus-codegen.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/glib/${MODULE#*-}.${VERSION%.*}
SOURCE_URL[1]=http://ftp.gtk.org/pub/glib/${MODULE#*-}.${VERSION%.*}
SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha256:50c01b1419324f10fbf9b9709ec2164b18586968bdce7540583bf32302cf47a3
SOURCE_VFY=sha256:bb89e5c5aad33169a8c7f28b45671c7899c12f74caf707737f784d7102758e6c
SOURCE2_VFY=sha256:a66ced114bebdaa43d9f0fbdd90ae7021a1563b7d74a5696fa90423de9e64d00
WEB_SITE=http://library.gnome.org/devel/glib
ENTERED=20020313
UPDATED=20171003
UPDATED=20171028
SHORT="A library of useful C routines for trees, hashes, and lists"

cat << EOF
Expand Down
6 changes: 3 additions & 3 deletions net/ethtool/DETAILS
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MODULE=ethtool
VERSION=4.11
VERSION=4.13
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$KERNEL_URL/pub/software/network/$MODULE
SOURCE_VFY=sha256:12d8edaa8064966b8ef19cc44fecc096a68828035b6a1f2c67a27531a718e1b2
SOURCE_VFY=sha256:b7c1a380007d30eaf261a63b3cfc000f9d93f9eb7626dcd48b5d2a733af99cba
WEB_SITE=http://www.kernel.org/pub/software/network/ethtool
ENTERED=20031026
UPDATED=20170604
UPDATED=20171028
SHORT="Ethernet diagnostic and tuning tool"

cat << EOF
Expand Down

0 comments on commit c75bcb1

Please sign in to comment.