Compare commits

...
1 Commits
23 ... 30
Author SHA1 Message Date
Arjan van de Ven 670069d659 version 30 2016-02-01 14:34:27 -05:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.66])
AC_INIT(clr-debug-info, 23, arjan@linux.intel.com)
AC_INIT(clr-debug-info, 30, arjan@linux.intel.com)
AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects])
AM_SILENT_RULES([yes])
AC_PROG_CC
+1 -1
View File
@@ -43,7 +43,7 @@
static GMutex dupes_mutex;
char *urls[2] = {"https://debuginfo.clearlinux.org/debuginfo/", "http://debuginfo.fenrus.org/debuginfo/" };
char *urls[2] = {"https://debuginfo.clearlinux.org/debuginfo/", "https://debuginfo.clearlinux.org/debuginfo/" };
int urlcounter = 1;