Date: Monday, November 14, 2022 @ 22:47:13
  Author: blakkheim
Revision: 1348293

switch to sha256sums

Modified:
  mathomatic/trunk/PKGBUILD
  memconf/trunk/PKGBUILD
  multitail/trunk/PKGBUILD
  nethogs/trunk/PKGBUILD
  ngspice/trunk/PKGBUILD
  opencsg/trunk/PKGBUILD
  openscad/trunk/PKGBUILD
  pcb/trunk/PKGBUILD
  ps_mem/trunk/PKGBUILD
  python-blessings/trunk/PKGBUILD
  python-curtsies/trunk/PKGBUILD
  python-cwcwidth/trunk/PKGBUILD

---------------------------------+
 mathomatic/trunk/PKGBUILD       |    2 +-
 memconf/trunk/PKGBUILD          |   10 +++++-----
 multitail/trunk/PKGBUILD        |    6 +++---
 nethogs/trunk/PKGBUILD          |    2 +-
 ngspice/trunk/PKGBUILD          |    6 +++---
 opencsg/trunk/PKGBUILD          |    6 +++---
 openscad/trunk/PKGBUILD         |   18 +++++++++---------
 pcb/trunk/PKGBUILD              |    2 +-
 ps_mem/trunk/PKGBUILD           |    4 ++--
 python-blessings/trunk/PKGBUILD |    2 +-
 python-curtsies/trunk/PKGBUILD  |    2 +-
 python-cwcwidth/trunk/PKGBUILD  |    2 +-
 12 files changed, 31 insertions(+), 31 deletions(-)

Modified: mathomatic/trunk/PKGBUILD
===================================================================
--- mathomatic/trunk/PKGBUILD   2022-11-14 22:46:26 UTC (rev 1348292)
+++ mathomatic/trunk/PKGBUILD   2022-11-14 22:47:13 UTC (rev 1348293)
@@ -18,7 +18,7 @@
             'gnuplot: for plotting')
 # The original author is dead and the projects site no longer exists. Uploaded 
a backup copy.
 
source=('https://github.com/Atsutane/mathomatic/raw/master/mathomatic-16.0.5.tar.bz2')
-md5sums=('dd04913a98a5073b56f3bc78a01820f3')
+sha256sums=('976e6fed1014586bcd584e417c074fa86e4ca6a0fcc2950254da2efde99084ca')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: memconf/trunk/PKGBUILD
===================================================================
--- memconf/trunk/PKGBUILD      2022-11-14 22:46:26 UTC (rev 1348292)
+++ memconf/trunk/PKGBUILD      2022-11-14 22:47:13 UTC (rev 1348293)
@@ -6,13 +6,13 @@
 pkgrel=2
 pkgdesc="Identify sizes of installed memory modules."
 arch=('any')
-url="http://www.4schmidts.com/memconf.html";
+url="https://www.4schmidts.com/memconf.html";
 license=('GPL')
 depends=('dmidecode' 'perl')
-source=("$pkgname-$pkgver.gz::http://www.4schmidts.com/unix/$pkgname.gz";
-        "$pkgname-$pkgver.man::http://www.4schmidts.com/unix/$pkgname.man";)
-sha1sums=('5b3112fe459d43b0f7ff5d7a82d048d943b4fd59'
-          '5dd3bd6623061a8cbe9463548c321d81b673b979')
+source=("$pkgname-$pkgver.gz::https://www.4schmidts.com/unix/$pkgname.gz";
+        "$pkgname-$pkgver.man::https://www.4schmidts.com/unix/$pkgname.man";)
+sha256sums=('c58758cc84eca54cba90ec6171e3185f31edd28827d18c624bd65bfcb4ed8498'
+            '7e79e41ac719e6ebd7669967965d47a07692a5924c2a249b0d32fc5f6ee0a2fe')
 
 build() {
     cd "$srcdir"

Modified: multitail/trunk/PKGBUILD
===================================================================
--- multitail/trunk/PKGBUILD    2022-11-14 22:46:26 UTC (rev 1348292)
+++ multitail/trunk/PKGBUILD    2022-11-14 22:47:13 UTC (rev 1348293)
@@ -16,9 +16,9 @@
 
source=(https://github.com/folkertvanheusden/multitail/archive/$pkgver/$pkgname-$pkgver.tar.gz
         https://github.com/halturin/multitail/commit/d7d10f3b.patch
         https://github.com/folkertvanheusden/multitail/commit/608bad75.patch)
-md5sums=('90b67e3e41c5c51b65b946149eaa780e'
-         '248d9464c6cad37c7b563592881b902e'
-         '177842833f5bb82c06574e70d5034fd3')
+sha256sums=('23f85f417a003544be38d0367c1eab09ef90c13d007b36482cf3f8a71f9c8fc5'
+            'fe11e16a081bbd37bf707cd0d2f77d60d97bf6090f09f32dab19181a886efb58'
+            '19d639f38b578e83ba6480f6e0376d2dd336525b56de0953c5645b29b1c12085')
 
 prepare() {
   cd $pkgname-$pkgver

Modified: nethogs/trunk/PKGBUILD
===================================================================
--- nethogs/trunk/PKGBUILD      2022-11-14 22:46:26 UTC (rev 1348292)
+++ nethogs/trunk/PKGBUILD      2022-11-14 22:47:13 UTC (rev 1348293)
@@ -11,7 +11,7 @@
 arch=('x86_64')
 #source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
 
source=(nethogs-$pkgver.tgz::https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz)
-md5sums=('7ce60a20b2de1bbd7b05f06384ffdeaf')
+sha256sums=('957d6afcc220dfbba44c819162f44818051c5b4fb793c47ba98294393986617d')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: ngspice/trunk/PKGBUILD
===================================================================
--- ngspice/trunk/PKGBUILD      2022-11-14 22:46:26 UTC (rev 1348292)
+++ ngspice/trunk/PKGBUILD      2022-11-14 22:47:13 UTC (rev 1348293)
@@ -12,9 +12,9 @@
 arch=('x86_64')
 depends=('libxaw' 'libedit' 'gcc-libs')
 
source=("https://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz";
-        "http://ngspice.sourceforge.net/docs/ngspice-$pkgver-manual.pdf";)
-sha1sums=('66a955fbcfc3ccd3de1db04d2d550302ce5528c8'
-          '21d22beb3ab75a9b4df9e47153a7ae5fcd83dbea')
+        "https://ngspice.sourceforge.net/docs/ngspice-$pkgver-manual.pdf";)
+sha256sums=('2c3e22f6c47b165db241cf355371a0a7558540ab2af3f8b5eedeeb289a317c56'
+            'c04d9a368199f41ac43205607ebd3906b2d06bfc26601975ff4b2ab7dc2b1925')
 
 # figure out why libedit is okay, but readline isn't
 

Modified: opencsg/trunk/PKGBUILD
===================================================================
--- opencsg/trunk/PKGBUILD      2022-11-14 22:46:26 UTC (rev 1348292)
+++ opencsg/trunk/PKGBUILD      2022-11-14 22:47:13 UTC (rev 1348293)
@@ -6,12 +6,12 @@
 pkgver=1.5.1
 pkgrel=1
 pkgdesc="Library for image-based CSG rendering using OpenGL."
-url="http://www.opencsg.org";
+url="https://www.opencsg.org";
 arch=('x86_64')
 license=('GPL2')
 depends=('glew' 'glut' 'libgl')
-source=("http://www.opencsg.org/OpenCSG-${pkgver}.tar.gz";)
-sha1sums=('fecc06e5840147dece269d6bfd8de3b4284abf02')
+source=("https://www.opencsg.org/OpenCSG-${pkgver}.tar.gz";)
+sha256sums=('7adb7ec7650d803d9cb54d06572fb5ba5aca8f23e6ccb75b73c17756a9ab46e3')
 
 build() {
   cd "$srcdir/OpenCSG-$pkgver"

Modified: openscad/trunk/PKGBUILD
===================================================================
--- openscad/trunk/PKGBUILD     2022-11-14 22:46:26 UTC (rev 1348292)
+++ openscad/trunk/PKGBUILD     2022-11-14 22:47:13 UTC (rev 1348293)
@@ -27,15 +27,15 @@
         
${pkgname}-fix-boost-x32-x64.patch::https://github.com/openscad/openscad/commit/c50837d597a17b5d4cd8c7ed8e09cb07edb98a6f.patch
         
${pkgname}-fix-cgal5.4.patch::https://github.com/openscad/openscad/commit/abfebc651343909b534ef337aacc7604c99cf0ea.patch
         
${pkgname}-fix-boost-join.patch::https://github.com/openscad/openscad/commit/08bf69b4115c989fc5671254e0d05735d01bcca5.patch)
-md5sums=('79f8e3a42bcfeeb3ddde9e5bc2311f76'
-         'SKIP'
-         '0e167b71226a710579952b5615f92197'
-         'e20293c1622d7f92dcf3345d41932546'
-         '9a4f85bf85a85d8208d716e69469cbce'
-         '3ddcfeaadf03731f65e3567b59789919'
-         '3534172852255788e283789d7ca33a0c'
-         '3bec8ba891cb62751429ab9592c6d50e'
-         'ff10e30e6cea3c432280afff86f08425')
+sha256sums=('d938c297e7e5f65dbab1461cac472fc60dfeaa4999ea2c19b31a4184f2d70359'
+            'SKIP'
+            '0f5cc845bd1d5d9a5071790632e0c04443e88002226b83c293d3d7f8e4f5b41e'
+            '534090a54afbeaabd9ae3cce97104fc16533ef8aa5cf939a97a3825d7e01409a'
+            'f087ff823b617a7e50efea7bfe3e8136eed5b435bcc53d7898af5ceae1f0dbf6'
+            'ea38e409a8fff9582684e4ec4a5dab2cb5754a7ca4598155e1730620c9f6bafe'
+            '694464532310c16c7c29900ca369860a6e52ee81b1561fb83f745a5ef5f3486d'
+            '836626d08bd8dcce496bd2db0a73ae1911915388c412dc63d831d40ae1aa9206'
+            '583783a6ecb2fe7d23b37bc5e29c6c705065748a6993908ff28ad61b10190ce7')
 
 prepare() {
     cd "$srcdir/$pkgname-$pkgver"

Modified: pcb/trunk/PKGBUILD
===================================================================
--- pcb/trunk/PKGBUILD  2022-11-14 22:46:26 UTC (rev 1348292)
+++ pcb/trunk/PKGBUILD  2022-11-14 22:47:13 UTC (rev 1348293)
@@ -22,7 +22,7 @@
            'desktop-file-utils: desktop integration')
 makedepends=('intltool' 'tk')
 source=("https://downloads.sourceforge.net/pcb/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('d070b20fe42ea5729a37dcafccb6d1ccec111590')
+sha256sums=('ae852f46af84aba7f51d813fb916fc7fcdbeea43f7134f150507024e1743fb5e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: ps_mem/trunk/PKGBUILD
===================================================================
--- ps_mem/trunk/PKGBUILD       2022-11-14 22:46:26 UTC (rev 1348292)
+++ ps_mem/trunk/PKGBUILD       2022-11-14 22:47:13 UTC (rev 1348293)
@@ -12,10 +12,10 @@
 depends=('python')
 #makedepends=('git')
 
#source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=bfc18bf3d2af0e04";)
-#md5sums=('SKIP')
+#sha256sums=('SKIP')
 # author appears to be doing real releases now
 
source=("$pkgname-$pkgver.tgz::https://github.com/pixelb/ps_mem/archive/v$pkgver.tar.gz";)
-md5sums=('932651726d5c93786e32506236303b30')
+sha256sums=('ad8bf87f9b9acd9b0b4997445bd99a8eeace4d816b207d56b03c5a83fec00514')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: python-blessings/trunk/PKGBUILD
===================================================================
--- python-blessings/trunk/PKGBUILD     2022-11-14 22:46:26 UTC (rev 1348292)
+++ python-blessings/trunk/PKGBUILD     2022-11-14 22:47:13 UTC (rev 1348293)
@@ -13,7 +13,7 @@
 makedepends=('python-distribute')
 #options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-md5sums=('38555a2bba0ace706aec58444368e022')
+sha256sums=('98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d')
 
 package() {
   cd "$srcdir/blessings-$pkgver"

Modified: python-curtsies/trunk/PKGBUILD
===================================================================
--- python-curtsies/trunk/PKGBUILD      2022-11-14 22:46:26 UTC (rev 1348292)
+++ python-curtsies/trunk/PKGBUILD      2022-11-14 22:47:13 UTC (rev 1348293)
@@ -11,7 +11,7 @@
 depends=('python-blessed' 'python-cwcwidth')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-$pkgver.tar.gz";)
-md5sums=('9074bb9944ef084c194a187b475fdd59')
+sha256sums=('62d10f349c553845306556a7f2663ce96b098d8c5bbc40daec7a6eedde1622b0')
 
 prepare() {
   # 0.3.0 bug?

Modified: python-cwcwidth/trunk/PKGBUILD
===================================================================
--- python-cwcwidth/trunk/PKGBUILD      2022-11-14 22:46:26 UTC (rev 1348292)
+++ python-cwcwidth/trunk/PKGBUILD      2022-11-14 22:47:13 UTC (rev 1348293)
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('python-build' 'python-installer' 'cython' 'python-setuptools' 
'python-wheel')
 
source=("$_pkgname-$pkgver.tgz::https://github.com/sebastinas/cwcwidth/archive/refs/tags/v$pkgver.tar.gz";)
-md5sums=('62dd62d5272d99a079334704436c22c3')
+sha256sums=('fb75854b7cb6b2447f464555a795ae7c4a9a43f51c921ebb14d340ac2b9b97fb')
 
 build() {
   cd $_pkgname-$pkgver

Reply via email to